2.13.3
  1. 41caafa [analyzer] Fix resolving target kinds by Simon Binder · 4 years, 3 months ago
  2. e1c230e [ddc] Fix missing nullability on deferred types by Nicholas Shahan · 4 years, 4 months ago
  3. 47579b7 Fix PathFilter created when the analysis options file with excludes is not in the context root. by Konstantin Shcheglov · 4 years, 4 months ago
  4. ffd84c4 [ddc] Fix equality tests for Functions by Nicholas Shahan · 4 years, 4 months ago
  5. 69f6f34 [ddc] Source map fixes for debugger calls by Nicholas Shahan · 4 years, 4 months ago
  6. c08ed7f [vm/aot] Set type context for fields in signature shaker. by Aske Simon Christensen · 4 years, 4 months ago
  7. 67582f6 [ddc] Fix sourcemap on debugger statements by Nicholas Shahan · 4 years, 4 months ago
  8. ef1a8f4 [analyzer] Fix path format in test for windows by Danny Tuppeny · 4 years, 5 months ago
  9. 016e2e7 [analyzer] Improve handling of loose files and context rebuilds by Danny Tuppeny · 4 years, 5 months ago
  10. 1668734 Add a method to resolve a library by Keerti Parthasarathy · 4 years, 5 months ago
  11. 1bf4b0c Migrate benchmark/integration/ by Konstantin Shcheglov · 4 years, 5 months ago
  12. b5d4d26 [cfe] Const factories when const functions enabled. by Kallen Tu · 4 years, 5 months ago
  13. febf16a [dartdevc] Adding expression compiler e2e test sanity checks. by Mark Zhou · 4 years, 5 months ago
  14. c679047 Upgrade the 'web-simple' project template to null safety. by Devon Carew · 4 years, 5 months ago
  15. b903d73 Migrate allowed status pages. by Konstantin Shcheglov · 4 years, 5 months ago
  16. 6505002 [analyzer] Add LSP integration test for diagnostic context messages by Danny Tuppeny · 4 years, 5 months ago
  17. b173c18 Migrate LspPacketTransformer. by Konstantin Shcheglov · 4 years, 5 months ago
  18. f0cccea Roll dart_style 2.0.1 into the SDK. by Johnni Winther · 4 years, 5 months ago
  19. cf7587a Revert "Flow analysis: track property get targets." by Paul Berry · 4 years, 5 months ago
  20. fc349bd Revert "[dart2js] Avoid premature interceptor optimizations" by Ivan Inozemtsev · 4 years, 5 months ago
  21. bc6cdf5 Flow analysis: track property get targets. by Paul Berry · 4 years, 5 months ago
  22. a15e9bc Migration: disable "apply migration" button after handleAddHintLinkClick by Paul Berry · 4 years, 5 months ago
  23. 0291de4 Migration: do not attempt to modify named expressions. by Paul Berry · 4 years, 5 months ago
  24. 4cba249 Migrate a couple of additional libraries and some missed tests by Brian Wilkerson · 4 years, 5 months ago
  25. 06729f2 [analyzer] Don't produce edits during MOVE_FILE for directives that don't change by Danny Tuppeny · 4 years, 5 months ago
  26. 7f009e5 [ddc] Fix private class exposed by typedef by Nicholas Shahan · 4 years, 5 months ago
  27. 9361234 [dartdevc] Splitting SDK eval e2e tests. by Mark Zhou · 4 years, 5 months ago
  28. d4bc97e Migrate a couple of files in the completion support by Brian Wilkerson · 4 years, 5 months ago
  29. a4fd3f8 Remove remaining opt-outs to 2.9 from analysis_server_client. by Konstantin Shcheglov · 4 years, 5 months ago
  30. 4757152 Migrate a few random analysis_server libraries. by Konstantin Shcheglov · 4 years, 5 months ago
  31. 87d9364 Update integration/analysis/navigation_test for non-function type aliases. by Konstantin Shcheglov · 4 years, 5 months ago
  32. c82c2f9 Modify test runner to use the new dartanalyzer `--format=json` feature. by Paul Berry · 4 years, 5 months ago
  33. 0873d4e Flow analysis: remove branchTarget() construct from unit tests. by Paul Berry · 4 years, 5 months ago
  34. 3ea23d2 Migrate pkg/analysis_server/test/integration/analysis/ by Konstantin Shcheglov · 4 years, 5 months ago
  35. 1c25329 Migrate more analysis_server/test/integration/ tests. by Konstantin Shcheglov · 4 years, 5 months ago
  36. 23bee16 Migrate the instrumentation log viewer tool by Brian Wilkerson · 4 years, 5 months ago
  37. f1fb297 Migrate analysis_server/tool/spec by Konstantin Shcheglov · 4 years, 5 months ago
  38. 9981461 Migrate more of server to null safety by Brian Wilkerson · 4 years, 5 months ago
  39. 3487385 Migrate some of the plugin support in server by Brian Wilkerson · 4 years, 5 months ago
  40. 454d4db Use Object as the type for TypeUnion in analysis_server protocol generator. by Konstantin Shcheglov · 4 years, 5 months ago
  41. 0190d20 Migrate some tests and test utilities in server by Brian Wilkerson · 4 years, 5 months ago
  42. 778c236 Issue 45579. Report WRONG_NUMBER_OF_TYPE_ARGUMENTS and TYPE_ARGUMENT_NOT_MATCHING_BOUNDS. by Konstantin Shcheglov · 4 years, 5 months ago
  43. 2cfd6e4 Flow analysis: Use blocks internally in mini_ast representation. by Paul Berry · 4 years, 5 months ago
  44. 72bc313 Unify "why not promoted" representations for for-loops and other writes. by Paul Berry · 4 years, 5 months ago
  45. 1cffb93 Improve error message for non-promotion due to assignment. by Paul Berry · 4 years, 5 months ago
  46. a8590a2 Remove WithNonFunctionTypeAliasesMixin from analysis_server tests, enabled by default, update tests. by Konstantin Shcheglov · 4 years, 5 months ago
  47. 39a2e69 Enable non-function type aliases by default in 2.13. by Leaf Petersen · 4 years, 5 months ago
  48. 48c0ead Migrate more of analysis_server_client by Konstantin Shcheglov · 4 years, 5 months ago
  49. ada329f Use fields and field constructor initializers in generated protocol. by Konstantin Shcheglov · 4 years, 5 months ago
  50. 744fa0b Migrate some additional libraries and their tests by Brian Wilkerson · 4 years, 5 months ago
  51. 90d4235 Migrate a few more utilities to null safety by Brian Wilkerson · 4 years, 5 months ago
  52. 104e364 Flow analysis: in unit tests, look up property get types in harness. by Paul Berry · 4 years, 5 months ago
  53. eb2c982 [ddc] Optimize triple shift operations by Nicholas Shahan · 4 years, 5 months ago
  54. 0087b05 Revert "[dart2js] Implement Cell abstraction for late lowering." by Stephen Adams · 4 years, 5 months ago
  55. 9482dd6 Analyzer pkg: output required keyword in ToSourceVisitor by Xavier H · 4 years, 5 months ago
  56. 0f4943c Migrate some of the base test classes in server by Brian Wilkerson · 4 years, 5 months ago
  57. c2d660d Migrate analysis_server and analysis_server_client protocol. by Konstantin Shcheglov · 4 years, 5 months ago
  58. db6f65e [dart2js] Avoid premature interceptor optimizations by Stephen Adams · 4 years, 5 months ago
  59. 5e040a2 analyzer: Improve span of use_of_nullable_value errors by Sam Rawlins · 4 years, 5 months ago
  60. 6281934 [ CLI ] Check for valid package names and '.' when creating new projects by Ben Konyi · 4 years, 5 months ago
  61. b647020 [dart2js] Implement Cell abstraction for late lowering. by Mayank Patke · 4 years, 5 months ago
  62. 76ed844 Add frontend expectations for late variables in dart2js. by Mayank Patke · 4 years, 5 months ago
  63. d5f3189 [dart2js] Extends the graph_isomorphizer with more coverage. by Joshua Litt · 4 years, 5 months ago
  64. c25e748 Add links to "why not promoted" error messages. by Paul Berry · 4 years, 5 months ago
  65. 904882f [cfe] Check rhs of typedefs for regular-boundness by Dmitry Stefantsov · 4 years, 5 months ago
  66. e673c19 Resolve annotations via type aliases. by Konstantin Shcheglov · 4 years, 5 months ago
  67. 4d696ed Fix static error test handling of duplicate context messages. by Paul Berry · 4 years, 5 months ago
  68. 19297a9 [cfe] Implement missing bound checks for nonfunction type aliases by Dmitry Stefantsov · 4 years, 5 months ago
  69. bfaed5e Update the text for the 'in file' version of a fix. by Devon Carew · 4 years, 5 months ago
  70. 0e8a841 Migration: fix futures using `.then` rather than `as` by Paul Berry · 4 years, 5 months ago
  71. 5ca3b45 [dart2js] Remove unused 'classesOnlyNeededForRti' field. by Joshua Litt · 4 years, 5 months ago
  72. 3c2dfd7 [cfe] Check bounds on function invocation by Johnni Winther · 4 years, 5 months ago
  73. fd63463 Don't create additional ContextRoot(s) when nested in an existing root. by Konstantin Shcheglov · 4 years, 5 months ago
  74. 8109283 Reland "[dart2js] Avoid reserializing the closed world alongside type inference." by Joshua Litt · 4 years, 5 months ago
  75. 303f1ed [vm/aot] Avoid reusing Reference when replacing Field with getter in tree shaker by Alexander Markov · 4 years, 5 months ago
  76. 6239c43 [vm,cfe] Avoid elimination of 'x as Function' type casts by Alexander Markov · 4 years, 5 months ago
  77. e4fbad8 Flow analysis: fix "why not promoted" info for nullable_expression_call_error by Paul Berry · 4 years, 5 months ago
  78. 10d531b Flow analysis: Minor fixes to "why not promoted" ID tests. by Paul Berry · 4 years, 5 months ago
  79. 1eda158 [cfe] Allow experiments only in current sdk version by Johnni Winther · 4 years, 5 months ago
  80. 19ab1fd [cfe] Report error on nullable supertypes through type aliases by Johnni Winther · 4 years, 5 months ago
  81. 9ca19ca [kernel] Change encoding of types in constants to not be offset by the context by Johnni Winther · 4 years, 5 months ago
  82. 628e630 Convert a few utility libraries to null safety by Brian Wilkerson · 4 years, 5 months ago
  83. 66598d3 Switch analysis_server_client to language 2.12, so null safety, but opt-out files. by Konstantin Shcheglov · 4 years, 5 months ago
  84. 3ce1969 Implement inference via type aliases with aliased InterfaceType. by Konstantin Shcheglov · 4 years, 5 months ago
  85. e97f1bd Switch analysis_server to language 2.12, so null safety, but opt-out files. by Konstantin Shcheglov · 4 years, 5 months ago
  86. b7d6149 Prepare to publish analyzer_plugin 0.5.0 by Konstantin Shcheglov · 4 years, 5 months ago
  87. 70db490 Revert "[dart2js] Avoid reserializing the closed world alongside type inference." by Joshua Litt · 4 years, 5 months ago
  88. e4bb500 Add a json format to dartanalyzer by Brian Wilkerson · 4 years, 5 months ago
  89. 8c4d10d Tests for IMPLEMENTS_SUPER_CLASS and MIXINS_SUPER_CLASS via type alias. by Konstantin Shcheglov · 4 years, 5 months ago
  90. 72ffbaa Rework _fe_analyzer_shared mini-AST to use an L-value abstraction. by Paul Berry · 4 years, 5 months ago
  91. 66f3651 [dart2js] Avoid repeating RTI type redirections across output units. by Mayank Patke · 4 years, 5 months ago
  92. 26061ae Fix an iterable_contains_unrelated_type warning. by Devon Carew · 4 years, 5 months ago
  93. 2a966bc Fix old bug in the test runner's test server. by Robert Nystrom · 4 years, 5 months ago
  94. fdb6ca6 Add support for context messages to static error tests. by Robert Nystrom · 4 years, 5 months ago
  95. 6c30a7d Flow analysis: implement "why not promoted" logic for index expressions. by Paul Berry · 4 years, 5 months ago
  96. 20acfbc Move checkIndexExpressionIndex checking to resolver. by Paul Berry · 4 years, 5 months ago
  97. 4bd2787 [dart2js] Remove omitted output units from deferred_loading_test. by Joshua Litt · 4 years, 5 months ago
  98. 7b022a7 [dart2js] Avoid reserializing the closed world alongside type inference. by Joshua Litt · 4 years, 5 months ago
  99. 5cc772b Optimize static error test file parsing. by Robert Nystrom · 4 years, 5 months ago
  100. fa243e7 Issue 45492. Report TYPE_ARGUMENT_NOT_MATCHING_BOUNDS for not regular bounded type as a type alias body. by Konstantin Shcheglov · 4 years, 5 months ago