3.0.7
  1. 53cf56f Version 3.0.7 by Kevin Chisholm · 2 years, 1 month ago 3.0.7
  2. 14b49a5 [stable][dart2js] Bailout tracing of record fields when record is bailed out by Mayank Patke · 2 years, 1 month ago
  3. 8d5b878 Version 3.0.6 by Kevin Chisholm · 2 years, 1 month ago 3.0.6
  4. 59d6206 [stable][kernel] Fix record type equivalence by Nicholas Shahan · 2 years, 1 month ago
  5. 9024e2b [stable] [vm] Fix leakage of file system watcher related data structures by Sam Rawlins · 2 years, 1 month ago
  6. 7475c2c [stable] [analyzer] Clear watcher subscriptions to avoid leaking package:watcher data by Sam Rawlins · 2 years, 1 month ago
  7. f15026d [stable] Flow analysis: fix first phase handling of pattern assignments. by Paul Berry · 2 years, 2 months ago
  8. 9830d0d Version 3.0.5 by Kevin Chisholm · 2 years, 2 months ago 3.0.5
  9. 0ba3aad [stable] Move incorrect changelog entry from 3.0.4 to 3.0.5 by Mayank Patke · 2 years, 2 months ago
  10. 6485861 [stable] Fix nullability of cast to FunctionType. by Mayank Patke · 2 years, 3 months ago
  11. 40e66062 Version 3.0.4 by Kevin Chisholm · 2 years, 3 months ago 3.0.4
  12. e5bae1b [stable] Roll dart_style which fixes formatting `()?`. by Robert Nystrom · 2 years, 3 months ago
  13. 7add114 [stable] Fixing DDC record subtype checks crashing with numerics. by Mark Zhou · 2 years, 3 months ago
  14. 892ba4a Version 3.0.3 by Kevin Chisholm · 2 years, 3 months ago 3.0.3
  15. 09f02e7 [stable] Do not throw during InternetAddress.tryParse by Brian Quinlan · 2 years, 3 months ago
  16. b28ac57 [stable] [vm, reload] Defensively check against identity mapping for Enum.values. by asiva · 2 years, 3 months ago
  17. 47572eb [stable] Cherry-pick linter w/ improved `type_literal_in_constant_pattern` by pq · 2 years, 3 months ago
  18. f673425 [stable] Patterns parsing: fix record-typed variable patterns before certain tokens. by Paul Berry · 2 years, 3 months ago
  19. a486baf [stable] Add `interface` to a few classes which had missed it. by Lasse R.H. Nielsen · 2 years, 3 months ago
  20. e8acb0e Cherry-pick of pub - "Warn about presence of legacy cache" into stable by Sigurd Meldgaard · 2 years, 3 months ago
  21. 8bee73b [stable] [parser] Support nullable record types in patterns by Paul Berry · 2 years, 3 months ago
  22. 10b909a [stable] [cfe] Infer type and finality of joint variables in or-patterns by Paul Berry · 2 years, 3 months ago
  23. 4e7afbb [stable] [vm/aot] Disable graph intrinsics for implicit getters with unboxed record return values by Alexander Markov · 2 years, 3 months ago
  24. 063c854 Version 3.0.2 by Kevin Chisholm · 2 years, 3 months ago 3.0.2
  25. aa8ccf5 [stable] Add errors for base transitivity and base/final implements of a core lib declaration through a 2.19 library and a 3.0 library. by Kallen Tu · 2 years, 3 months ago
  26. 4305d55 [stable] Update dartdoc to 6.2.2. by Janice Collins · 2 years, 3 months ago
  27. ba8fffe [stable] Fix Dart2JS type inference for record accesses on invalid indices. by Nate Biggs · 2 years, 3 months ago
  28. 45799c3 [stable] [parser] Ensure that list and map pattern parsing always makes progress. by Paul Berry · 2 years, 3 months ago
  29. 1618a77 Version 3.0.1 by Kevin Chisholm · 2 years, 3 months ago 3.0.1
  30. 202b075 [stable] It is not an error to use a void typed expression in SwitchExpressionCase. by Konstantin Shcheglov · 2 years, 3 months ago
  31. 66fe70a [stable] [_fe_analyzer_shared] Handle private names in exhaustiveness checking by Paul Berry · 2 years, 3 months ago
  32. 7498681 [stable] [CFE][ffi] Support FFI Finalizable transformation of redirecting factories by Jens Johansen · 2 years, 3 months ago
  33. ea2a2b8 [stable][cfe] Allow void typed switch expression by Leaf Petersen · 2 years, 3 months ago
  34. 06b4ead [stable] Roll latest dart_style into the SDK. by Robert Nystrom · 2 years, 3 months ago
  35. 2794288 [cp] Cherry-pick 8ee2b8b36b2dc872bb64abbd7887b9cbcaf3cb6f to stable. by Sigmund Cherem · 2 years, 3 months ago
  36. 2f11564 [stable] Patterns parser: prohibit variable/identifier patterns named when/as. by Paul Berry · 2 years, 3 months ago
  37. c6b0b74 [stable] Account for differing flow analysis conventions between CFE and shared code. by Paul Berry · 2 years, 3 months ago
  38. 7a6514d Version 3.0.0 by Dart CI · 2 years, 4 months ago 3.0.0
  39. 93acdbd Version 3.0.0-417.4.beta by Kevin Chisholm · 2 years, 4 months ago 3.0.0-417.4.beta
  40. 2c7be56 Cherry pick to beta of fix of `global run`for existing activation by Sigurd Meldgaard · 2 years, 4 months ago
  41. 3bbb353 [beta][cfe] Report error on indirect implementation of base class by Leaf Petersen · 2 years, 4 months ago
  42. ad00f19 [beta] Patterns parsing: fix ambiguity resolution for `when` and `as`. by Paul Berry · 2 years, 4 months ago
  43. 0e6efcf [beta] bump linter to fix crasher and grab pattern field false positive fixes by pq · 2 years, 4 months ago
  44. bc0ae80 [beta] Front end: move anonymous mixin sealed/final inference to checkSupertypes phase. by Paul Berry · 2 years, 4 months ago
  45. 1d998f1 [beta] Issue 52164. Include enums and mixins into types of a sealed class. by Konstantin Shcheglov · 2 years, 4 months ago
  46. f1c993a [beta] Issue 52060. Fix reporting CONSTANT_PATTERN_NEVER_MATCHES_VALUE_TYPE for Null vs. nullable FunctionType. by Konstantin Shcheglov · 2 years, 4 months ago
  47. 79ea6a4 [beta] Issue 52160. Report BASE_CLASS_IMPLEMENTED_OUTSIDE_OF_LIBRARY for implementing 'base' via 'extends'. by Konstantin Shcheglov · 2 years, 4 months ago
  48. d2b8bf9 Version 3.0.0-417.3.beta by Kevin Chisholm · 2 years, 4 months ago 3.0.0-417.3.beta
  49. 9609c4b Bump pub to 762a16d4149b007de4c7cdd0f2798db1ead9eff0 by Sigurd Meldgaard · 2 years, 4 months ago
  50. be064bd [CP][beta] Remove left-over patch declarations for `List` constructor. by Lasse R.H. Nielsen · 2 years, 4 months ago
  51. 458a723 [beta] [io] Remove 'abstract' from 'class Platform' by Brian Quinlan · 2 years, 4 months ago
  52. e810f06 [beta] [vm/compiler] Support obfuscation of record field names by Alexander Markov · 2 years, 4 months ago
  53. 8327020 [beta] Roll the latest dart_style in. by Robert Nystrom · 2 years, 4 months ago
  54. cf07191 [beta] Issue 52004. Check RecordType(s) in UnknownInferredType.isUnknown by Konstantin Shcheglov · 2 years, 4 months ago
  55. 0ac6aa1 [beta] Report PATTERN_NEVER_MATCHES_VALUE_TYPE for RecordType(s). by Konstantin Shcheglov · 2 years, 4 months ago
  56. d340d06 [beta] Issue 51961. Suggest getter names inside pattern of named PatternField without name, inside RecordPattern. by Konstantin Shcheglov · 2 years, 4 months ago
  57. a235330 [beta] Issue 52001. Set default type for extension type parameters. by Konstantin Shcheglov · 2 years, 4 months ago
  58. 11d6d3b [beta] Bump tools to 545d7e1c73ce21b8c91f638021f9d487d324a501 by Janice Collins · 2 years, 4 months ago
  59. 54402d1 [beta] Enable crash reporting via the unified_analytics consent mechanism. by Janice Collins · 2 years, 4 months ago
  60. fb1c73a [beta] Fix analytics logic to report on analysis complete transitions. by Janice Collins · 2 years, 4 months ago
  61. 3ada950 [beta] [analysis_server] Prevent "dart fix" prompts if do-not-show preferences cannot be persisted by Danny Tuppeny · 2 years, 4 months ago
  62. bf38cf5 [beta] [analysis_server] Prevent colon from automatically triggering completion in switch statements by Danny Tuppeny · 2 years, 4 months ago
  63. 36853ae [beta] Remove `base` from `StreamView`. by Lasse R.H. Nielsen · 2 years, 4 months ago
  64. 3e0decb Version 3.0.0-417.2.beta by Alexander Thomas · 2 years, 4 months ago 3.0.0-417.2.beta
  65. 6481ca12 [beta] [dartdev] Update --enable-analytics to re-enable unified analytics by Janice Collins · 2 years, 4 months ago
  66. dbc3510 [beta] Update documentation on `Record` and `identical`. by Lasse R.H. Nielsen · 2 years, 4 months ago
  67. 0657fff [beta] Patterns flow analysis: recognize `[...]` (and related patterns) as trivially exhaustive. by Paul Berry · 2 years, 4 months ago
  68. 6ea4f75 [beta] [vm/compiler] Fix compiler crash when unboxed record is used in a try block by Alexander Markov · 2 years, 4 months ago
  69. b71f325 Version 3.0.0-417.1.beta by Dart CI · 2 years, 4 months ago 3.0.0-417.1.beta
  70. 0c85a16 Version 3.0.0-417.0.dev by Dart CI · 2 years, 5 months ago 3.0.0-417.0.dev
  71. 4919729 Revert "Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations"" by Zach Anderson · 2 years, 5 months ago
  72. df761ba Revert "[dart:js_interop] Export some package:js annotations and check them" by Zach Anderson · 2 years, 5 months ago
  73. d1a6db3 Version 3.0.0-416.0.dev by Dart CI · 2 years, 5 months ago 3.0.0-416.0.dev
  74. 6275efd [analyzer/ffi] Error on missing type argument to `@Native` by Daco Harkes · 2 years, 5 months ago
  75. aa5d698 Version 3.0.0-415.0.dev by Dart CI · 2 years, 5 months ago 3.0.0-415.0.dev
  76. ef7d8d3 [dart:js_interop] Export some package:js annotations and check them by Srujan Gaddam · 2 years, 5 months ago
  77. ef79407 Enable language 3.0 for analysis_server/. by Konstantin Shcheglov · 2 years, 5 months ago
  78. 118f3aa Version 3.0.0-414.0.dev by Dart CI · 2 years, 5 months ago 3.0.0-414.0.dev
  79. 2ec3b51 Patterns flow analysis: recognize trivially exhaustive switches. by Paul Berry · 2 years, 5 months ago
  80. 9e19979 Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations" by Srujan Gaddam · 2 years, 5 months ago
  81. dc33261 Revert "[dart2wasm] Fix runtime type tests" by Zach Anderson · 2 years, 5 months ago
  82. 8228417 Bump DevTools DEP for 2.23.1 release. by Kenzie Schmoll · 2 years, 5 months ago
  83. 1694bb8 Update some test expectations with fixed CFE errors by Leaf Petersen · 2 years, 5 months ago
  84. 7ba94c9 Issue 51961. Suggest getter names inside pattern of named PatternField without name, inside ObjectPattern. by Konstantin Shcheglov · 2 years, 5 months ago
  85. b6cf3f9 Fix npe in UserPromptPreferences by Janice Collins · 2 years, 5 months ago
  86. f06bd27 Redo "[dart2js] Throw in BlockExpression should not generate exit edge" by Stephen Adams · 2 years, 5 months ago
  87. b0944db Update Pub revision with fixes. by Lasse R.H. Nielsen · 2 years, 5 months ago
  88. 2427527 Suggest type names during completion in CaseClause and SwitchExpression body. by Konstantin Shcheglov · 2 years, 5 months ago
  89. c18b928 [ddc] Manually shard e2e test suites by Nicholas Shahan · 2 years, 5 months ago
  90. cd7b4f8 [cfe] Use type arguments in StaticAccessKey by Johnni Winther · 2 years, 5 months ago
  91. 563425a [vm/ffi] Fix test on Android by Daco Harkes · 2 years, 5 months ago
  92. acfe1aa [infra] Add "vm" or "front_end" prefix to shard names. by Ryan Macnak · 2 years, 5 months ago
  93. 9f4f7fa [cfe] Improve error message on incomplete joint pattern variables by Chloe Stefantsova · 2 years, 5 months ago
  94. 906c1e9 Mark new docs as being published by Brian Wilkerson · 2 years, 5 months ago
  95. 5318269 [test] Misc dart:io test fixes. by Ryan Macnak · 2 years, 5 months ago
  96. 006c606 Increase timeout for SelectionCoverageTest. by Konstantin Shcheglov · 2 years, 5 months ago
  97. 65335cb [_fe_analyzer_shared] Handle empty types in exhaustiveness by Johnni Winther · 2 years, 5 months ago
  98. 17dd6d2 Enable analytics support for VSCode. by Janice Collins · 2 years, 5 months ago
  99. a02f252 Revert "Add support for patterns for Add type quick fix" by Keerti Parthasarathy · 2 years, 5 months ago
  100. f4773e4 Add support for patterns for Add type quick fix by Keerti Parthasarathy · 2 years, 5 months ago