2.1.0
  1. e01a32e [vm/aot] Fix obfuscation. by Samir Jindel · 7 years ago
  2. 8a15a9b [dartdevc] fix debugger extension console, take 2 by Jenny Messerly · 7 years ago
  3. 45a74ea Ensure generatedSize takes into consideration empty fragments by Sigmund Cherem · 7 years ago
  4. f85e14e [dartdevc] fix debugger extension console by Jenny Messerly · 7 years ago
  5. 415e639 Encode dart2js source-map extensions in strings. by Sigmund Cherem · 7 years ago
  6. 0137ede [dartdevc] fix #35013, move DDC off Analyzer task model by Jenny Messerly · 7 years ago
  7. e5746ea Recover from default values in function types by Peter von der Ahé · 7 years ago
  8. 6199c57 Update RemoveTypeArguments priority for edit.dartfix by Dan Rubel · 7 years ago
  9. 5558d8d [dartdevc] fix NSM with private field overrides and mixin declarations by Jenny Messerly · 7 years ago
  10. 90636c2 Revise the analysis server edit.dartfix protocol by danrubel · 7 years ago
  11. 9946af0 Increment analysis server protocol version by Dan Rubel · 7 years ago
  12. c7c81af [vm/bytecode] Check for overflow of bytecode limits by Alexander Markov · 7 years ago
  13. 9aff930 Move test_methodCallTypeInference_mixinType into mixin_test.dart by Paul Berry · 7 years ago
  14. 28a8fa5 Upgrade package:http to 0.12.0. by Devon Carew · 7 years ago
  15. b8fd29e Remove dartfix dependencies on analysis server by Dan Rubel · 7 years ago
  16. 3dc9119 Generate analysis_server_client protocol_generated.dart and related protocol files by Dan Rubel · 7 years ago
  17. cfecec5 Fix yet another cloning bug by Kevin Millikin · 7 years ago
  18. 34d0801 Generate analysis server protocol consts in analysis_server_client by Dan Rubel · 7 years ago
  19. 6efc58f [vm] Pass member name as a symbol in instantiateInvocation. by Samir Jindel · 7 years ago
  20. cf0a99a [fasta] Check type arguments in method invocations while doing inference by Dmitry Stefantsov · 7 years ago
  21. 5c90602 Change parameter 'silent' => 'instrumented' by Kevin Millikin · 7 years ago
  22. 4695b5f Add "convert to int literal" to dartfix by Dan Rubel · 7 years ago
  23. 0009ca7 In _matchInterfaceSubtypeOf, account for mixins having null superclass. by Paul Berry · 7 years ago
  24. 1d10e03 [vm/bytecode] Remove unreachable bytecode by Alexander Markov · 7 years ago
  25. 4f2a4e6 new convert-to-int-literal assist by Dan Rubel · 7 years ago
  26. e4566d3 LSP: Fix nulls and missing fromJson calls in unions by Danny Tuppeny · 7 years ago
  27. c04215d [fasta] Add a test case for issue #34899 by Dmitry Stefantsov · 7 years ago
  28. a394e4f Fix handling of JSON with interfaces nested within Unions by Danny Tuppeny · 7 years ago
  29. 2f90f8d Issue 34896. Verify the superconstraint signature invoked by a mixin, not the mixin's one. by Konstantin Shcheglov · 7 years ago
  30. e648d63 Revert "Compute unlinked API signatures without unlinked summaries." by Konstantin Shcheglov · 7 years ago
  31. b4fbf1a [vm/bytecode] Wire up bytecode generation in kernel service by Alexander Markov · 7 years ago
  32. 9406b7b [vm/bytecode] Add versioning to bytecode format by Alexander Markov · 7 years ago
  33. a82e025 Move dartfix to its own package by danrubel · 7 years ago
  34. 872e901 Set to publish new analyzer_plugin. by Mike Fairhurst · 7 years ago
  35. 2d14d9a Improve how dartfix finds the analysis server pkg root by danrubel · 7 years ago
  36. a342cec Disable support for the old super mixins by Brian Wilkerson · 7 years ago
  37. cddc2d4 Handle generic types in LSP spec parsing by Danny Tuppeny · 7 years ago
  38. 8b6f896 Support post-inference serialization/deserialization by Johnni Winther · 7 years ago
  39. 9c3834d Remove unused import that shows a warning by Danny Tuppeny · 7 years ago
  40. 2c6eabd Compute substitution map on kernel objects instead of builders by Peter von der Ahé · 7 years ago
  41. 704a435 Move getSubstitutionMap to KernelClassBuilder by Peter von der Ahé · 7 years ago
  42. 393fe44 Resolve types from the class header earlier by Kevin Millikin · 7 years ago
  43. 11adb81 Remove the last references to the analyzer package from kernel. by Paul Berry · 7 years ago
  44. 0265151 Fix identifyWidgetExpression() for Flutter. by Konstantin Shcheglov · 7 years ago
  45. f5cd6cc More shared fasta/analyzer error codes by danrubel · 7 years ago
  46. cecda90 Update analyzer docs based on previous feedback by Brian Wilkerson · 7 years ago
  47. 9f7ad8d Fix recovery when parsing complex type variables by danrubel · 7 years ago
  48. c70666a Additional tests in the analyzer_plugin optype_test.dart file, follow up from https://dart-review.googlesource.com/c/sdk/+/80362. by Jaime Wren · 7 years ago
  49. 3f9c3e6 Update unterminated string error message length by Dan Rubel · 7 years ago
  50. a502061 Add test and implementation for package: uris by Danny Tuppeny · 7 years ago
  51. 2b23fa0 Improve the way we call inferExpression by Kevin Millikin · 7 years ago
  52. e18aeac Remove NamedExpressionJudgment by Peter von der Ahé · 7 years ago
  53. b429939 Remove CheckLibraryIsLoadedJudgment by Peter von der Ahé · 7 years ago
  54. f135370 Remove ThrowJudgment by Peter von der Ahé · 7 years ago
  55. 1bc9bbc Remove StaticInvocationJudgment by Peter von der Ahé · 7 years ago
  56. 1610356 Remove StaticGetJudgment by Peter von der Ahé · 7 years ago
  57. 5aa7057 Remove desugaredError by Peter von der Ahé · 7 years ago
  58. f0a116d [dart2js] Some tear-off cleanup by Stephen Adams · 7 years ago
  59. ef870b2 Dont complain about TypeImpl in switch cases by Sigmund Cherem · 7 years ago
  60. 531d823 Initial documentation for the public API by Brian Wilkerson · 7 years ago
  61. c0c3fc4 [dartdevc] fix #34596, hot restart can now clear field & cache state by Jenny Messerly · 7 years ago
  62. 5f4511a Stop adding tokens to unit API signature at EOF. by Konstantin Shcheglov · 7 years ago
  63. 0f32be2 Document single root flag by Sigmund Cherem · 7 years ago
  64. bb93696 Simplify canParse on LSP types to only check for required fields by Danny Tuppeny · 7 years ago
  65. 3655162 Implement fromJson() constructors for LSP types by Danny Tuppeny · 7 years ago
  66. 1061c83 Optionally report scanner errors via errors list rather than in the token stream by Dan Rubel · 7 years ago
  67. b27e4fe Eliminate an unnecessary boolean variable by Kevin Millikin · 7 years ago
  68. a29c049 Automatically run analysis server from source if launched with the SDK source tree by Dan Rubel · 7 years ago
  69. 3039fb0 Sort LSP files by Danny Tuppeny · 7 years ago
  70. 0aa2dc6 Batch 'inherit' by Stephen Adams · 7 years ago
  71. 2bb4284 Add a few more tests and comments for GnWorkspace by Sam Rawlins · 7 years ago
  72. 1ca91cb Ensure unterminated string error is reported on visible characters by Dan Rubel · 7 years ago
  73. ce1eac3 Adapt analyzer/FE comparison logic to handle mixins with >2 superclass constraints. by Paul Berry · 7 years ago
  74. cc750ec Revert "Don't clone constant ASTs when running with Analysis Driver." by Konstantin Shcheglov · 7 years ago
  75. 27b3f0b [vm/frontend] Allow 'package:'-scheme uris as sources for frontend_server compilation. by Alexander Aprelev · 7 years ago
  76. a3db8a9 Support running analyzer_cli in worker mode in an isolate. by David Morgan · 7 years ago
  77. f337b25 Support running dartdevc in worker mode in an isolate. by David Morgan · 7 years ago
  78. 843b4c9 Refactoring to prepare for serialization by Johnni Winther · 7 years ago
  79. 531bce1 Tune invariants for inferredTypesMap by Peter von der Ahé · 7 years ago
  80. 822fd6a Remove StringLiteralJudgment by Peter von der Ahé · 7 years ago
  81. cf84ce8 Remove StringConcatenationJudgment by Peter von der Ahé · 7 years ago
  82. f0ebf05 Remove RethrowJudgment by Peter von der Ahé · 7 years ago
  83. 83c6963 Remove PropertyGetJudgment by Peter von der Ahé · 7 years ago
  84. 2a9ba09 Allow abstract operator == methods in switch case constants by Johnni Winther · 7 years ago
  85. 5d1832b Disallow factory constructors in mixin declarations. by Daniel Hillerström · 7 years ago
  86. ee975c8 [dart2js] Force --fast-startup holders to be fast objects by Stephen Adams · 7 years ago
  87. 5c1a408 Update analyzer fix sorting by priority by danrubel · 7 years ago
  88. 6e23c3b Support SO_REUSEPORT and IP_MULTICAST_TTL for datagram sockets. by Dan Field · 7 years ago
  89. 9a69a5c Remove more unnecessary awaits (from analyzer) by Brian Wilkerson · 7 years ago
  90. 5b57441 Fix GnWorkspace root by Sam Rawlins · 7 years ago
  91. 2d397d1 Fix for dartbug.com/34821, variable_name_contributor.dart to complete "var SomeType |", to "someType" and "_someType", for declarations that can be denoted private. by Jaime Wren · 7 years ago
  92. 6066ac8 Improve dartfix console output by danrubel · 7 years ago
  93. da67d58 Remove some unnecessary await expressions by Brian Wilkerson · 7 years ago
  94. 93b1955 Dartfix ui tweaks. by Devon Carew · 7 years ago
  95. 3a69805 Switch enums that don't have type aliases to stronger-typed values by Danny Tuppeny · 7 years ago
  96. f921f20 [vm/bytecode] Fix constant evaluation of factory constructors in bytecode by Alexander Markov · 7 years ago
  97. 20f4349 Fix for reporting INVALID_USE_OF_PROTECTED_MEMBER in documentation comments. by Konstantin Shcheglov · 7 years ago
  98. fade5f3 Regenerate code based on the server spec after updates to the generator by Brian Wilkerson · 7 years ago
  99. df621a1 Fix cast exception in TypeNameResolver (issue-34809) by Brian Wilkerson · 7 years ago
  100. 4d5c5ec Update synced version of pkg:test by Kevin Moore · 7 years ago