2.3.0
  1. 3822853 Fix JsLinkedHashMap memory leak by Stephen Adams · 6 years ago
  2. 919461b Ensure boolified SSA nodes are non-null first. by Mayank Patke · 6 years ago
  3. 15b11b0 [ VM / Service / Observatory ] The VM service now requires an authentication code by default. by Ben Konyi · 6 years ago
  4. b5545fe Add documentation explaining why `jsonEncode` and `jsonDecode` exist by James Lin · 6 years ago
  5. 2687486 [SDK] Adds .exe extension for Windows binaries in dart_sdk.py. by Clement Skau · 6 years ago
  6. 3e12bdd Update `dart2aot` help output by Michael Thomsen · 6 years ago
  7. dbc9ff1 [vm/vmservice] Switch from const bool.fromEnvironment() to new for 'DART_SERVICE_USE_AUTH'. by Alexander Aprelev · 6 years ago
  8. 907c514 [SDK] Adds build targets, wrappers and SDK builds for Dart AOT. by Clement Skau · 6 years ago
  9. 6d934b9 [vm, service] Remove _getCrashDump. by Ryan Macnak · 6 years ago
  10. ac2c934 Reland "[ VM / dart:isolate ] Added ability to set names for spawned isolates." by Ben Konyi · 6 years ago
  11. f226f4f Improve type of typed-array load by Stephen Adams · 6 years ago
  12. db8dca4 dart:core: optional-new/const, named-default-separator, function-typedefs by Kevin Moore · 6 years ago
  13. a447b36 convert: remove private typedefs by Kevin Moore · 6 years ago
  14. a7a3696 math: dartfmt -f --fix by Kevin Moore · 6 years ago
  15. 3c2bfa5 Resolve type conflicts in dart:js by Peter von der Ahé · 6 years ago
  16. af5fc2d [VM] Partial support for named regexp captures. by Stevie Strickland · 6 years ago
  17. ae72776 New DomExceptions added to browsers. by Terry Lucas · 6 years ago
  18. 7a90563 [js_runtime] Try to avoid String.prototype.replace with replacement patterns by Stephen Adams · 6 years ago
  19. 9b18505 Don't use lazy static initializer in Random.secure() by Stephen Adams · 6 years ago
  20. 638f13f Revert "[ VM / dart:isolate ] Added ability to set names for spawned isolates." by Daco Harkes · 6 years ago
  21. 5952526 [ VM / dart:isolate ] Added ability to set names for spawned isolates. by Ben Konyi · 6 years ago
  22. e756291 Reland https://dart-review.googlesource.com/c/sdk/+/96500 by Liam Appelbe · 6 years ago
  23. 8c3f748 dartfmt -w --fix dart:collection by Kevin Moore · 6 years ago
  24. 1db6647 Revert "Copy abi dills in create_sdk build rule" by Liam Appelbe · 6 years ago
  25. 49a0502 Copy abi dills in create_sdk build rule by Liam Appelbe · 6 years ago
  26. 674fd0e Fixes VSCode highlighting of num.dart. by Scott Hyndman · 7 years ago
  27. 2e9ff26 Fix overflow bug in BigInt implementations. by Lasse R.H. Nielsen · 7 years ago
  28. 6231ba0 Added appropriate comma within comment. by wtoalabi · 7 years ago
  29. 585eb7f [ VM / Service ] Added `disableBreakpoints` parameter to `evaluate`, `evaluateInFrame` and `invoke` RPCs by Ben Konyi · 7 years ago
  30. 1551d9c Include correct stack during error with Stream.join by Kevin Moore · 7 years ago
  31. 6227ab0 Replace @ForceInline with @pragma in dart:html by Johnni Winther · 7 years ago
  32. 013cf68 Replace js_helper annotations with @pragma by Johnni Winther · 7 years ago
  33. c2a48ee [VM] Fix bigint left shift that could cause heap corruption when intrinsified. by Régis Crelier · 7 years ago
  34. 7c70ab1 Revert change that empirically doesn't improve code for dart2js stopwatch. by Lasse R.H. Nielsen · 7 years ago
  35. 40bab34 Fix Stopwatch timers to not overflow on intermediate computations. by Lasse R.H. Nielsen · 7 years ago
  36. 5192cd1 Narrowing improvements in dart2js global inference. by Sigmund Cherem · 7 years ago
  37. a6f6c55 [timeline] In newer versions of Catapult, arguments to an async end event override those in the async begin event. by Ryan Macnak · 7 years ago
  38. 27a805b Add fast case for ASCII in Utf8Decoder, it significantly increases decoding speed by Martin Kustermann · 7 years ago
  39. 8db489c [vm/aot] Remove unnecessary closurization of some entry-points. by Samir Jindel · 7 years ago
  40. 7df88e5 Fix the lack of '`' in the doc. by Water Zheng · 7 years ago
  41. cd53e3b Patch factories for generating set literals into LinkedHashSet. by Mayank Patke · 7 years ago
  42. 6df253d Update parse/tryParse documentation. by Lasse R.H. Nielsen · 7 years ago
  43. 765e633 [docs] classify dart:ffi as vm on docs site, and exclude it for now by Daco Harkes · 7 years ago
  44. 7d46d4b [vm / library] Foreign function interface prototype by Daco Harkes · 7 years ago
  45. 7ff0cbe Add types to TimelineSyncFunction and Timeline.timeSync; fixes #35509 by Sam Rawlins · 7 years ago
  46. 61e109c Fix typo in Map.values documentation by Rodolfo Carvalho · 7 years ago
  47. 6c73b25 [js_runtime] Don't use ReflectionInfo by Stephen Adams · 7 years ago
  48. 1c8f571 Add source links to dartdoc output. by Janice Collins · 7 years ago
  49. b5d9e66 Add extra polyfill for .nonce in our deferred loading logic to support FF by Sigmund Cherem · 7 years ago
  50. b625926 [ VM / dart:io ] Updated `Link` implementation for Windows to use actual symbolic links. by Ben Konyi · 7 years ago
  51. c5cfdc5 Expose data member 'port' for MessageEvents and automatically pull in markupsafe for go.sh script. by Terry Lucas · 7 years ago
  52. bb560bb [ VM / dart:io ] Adding to a closed IOSink now throws a StateError by Ben Konyi · 7 years ago
  53. 6bcb017 Fix postmessage to treat it's input as a serializable value by Stephen Adams · 7 years ago
  54. 60d7e8f Include MessagePort in convertions for workers by Sigmund Cherem · 7 years ago
  55. 3770ffb [js_runtime] Not worth inlining TypeImpl.== by Stephen Adams · 7 years ago
  56. 5724158 Use the crossorigin attribute of the main script on deferred hunks. by Rick Earnshaw · 7 years ago
  57. aeaf825 dart:html: Add Element.removeAttribute by Stephen Adams · 7 years ago
  58. 06a1e6e [vm] Enable timeline on Fuchsia even in product mode. by Ryan Macnak · 7 years ago
  59. 5b1daaa Exposes a thin layer over getsockopt/setsockopt for supported platforms. by Dan Field · 7 years ago
  60. 07f95e7 Revert "[vm] Enable timeline on Fuchsia even in product mode." by Ryan Macnak · 7 years ago
  61. 3f7b371 [vm] Enable timeline on Fuchsia even in product mode. by Ryan Macnak · 7 years ago
  62. edca616 Fixed a number of dart:html P1 issues. by Terry Lucas · 7 years ago
  63. c6ab52c Using the right conjunction by wtoalabi · 7 years ago
  64. e4b26e7 [ VM / dart:io ] Update documentation for to warn '--pause-isolates-on-exit' is not respected when `exit` is called by Ben Konyi · 7 years ago
  65. 4d77c7b [vm] Remove redundant type-checks from core libraries. by Samir Jindel · 7 years ago
  66. b2224db API documentation update to address #35399 by Radu Vasilescu · 7 years ago
  67. 6f4e85d [dart2js js_runtime] Run dartfmt --fix-doc-comments by Stephen Adams · 7 years ago
  68. fc67a19 js_runtime: Fix bit mask to match comments by Stephen Adams · 7 years ago
  69. d44ec3a Remove full emitter version of Function.apply by Stephen Adams · 7 years ago
  70. edb68da DateTime decimal separator: Added ',' version to regex and docs, added unit tests by Radu Vasilescu · 7 years ago
  71. ea6d343 js_runtime: Improve hashCode for double values by Stephen Adams · 7 years ago
  72. f41ecbe Modified inaccurate comments for tryparse to be more precise. by Zichang Guo · 7 years ago
  73. 7d6a3e0 Fix http links to pub which has https. by Jonas Termansen · 7 years ago
  74. 3d6acab [dartdevc] remove unused `dartdevk` binary, fixes #35483 by Jenny Messerly · 7 years ago
  75. 5334524 Remove conditional sync async code by Johnni Winther · 7 years ago
  76. 42702e2 [vm] Spot fixes for Fuchsia by Zach Anderson · 7 years ago
  77. 5d85f11 Add constant map-based set implementation. by Lasse R.H. Nielsen · 7 years ago
  78. 822ec43 [dart:io] Fix WebSocket deflate compression of empty fragments. by Jonas Termansen · 7 years ago
  79. 97156b5 [dart:io] Throw an exception if HttpClient attempts to connect after closing by Liam Appelbe · 7 years ago
  80. 15673bc Move instantiation classes to separate file by Stephen Adams · 7 years ago
  81. 41e0ae9 [dartdevc] fix libraries.yaml to mark dart:isolate unsupported by Jenny Messerly · 7 years ago
  82. d3c3341 [dartdevc] fix conditional imports in kernel backend by Jenny Messerly · 7 years ago
  83. 1231244 Add version information to SDK changes that have happened after 2.0. by Lasse Reichstein Holst Nielsen · 7 years ago
  84. 17a7f51 Fix up pubspec for pkg:compiler by Kevin Moore · 7 years ago
  85. f5d1229 Reland "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding" by Martin Kustermann · 7 years ago
  86. e25c744 Clarify doc for Duration equals by Nate Bosch · 7 years ago
  87. faafdb4 Revert "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding" by William Hesse · 7 years ago
  88. d7cf695 [VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding by Martin Kustermann · 7 years ago
  89. 5a54f0e Remove type checks that are already guaranteed by Nate Bosch · 7 years ago
  90. ed09a1e Update documentation of List.filled. by Lasse R.H. Nielsen · 7 years ago
  91. 4b51cea More docs for Timer.cancel() by Jonas Finnemann Jensen · 7 years ago
  92. 59e1755 Upgrade call-instrumentation logic. by Sigmund Cherem · 7 years ago
  93. c8e95cf More lint-driven cleanup of Core libs by Kevin Moore · 7 years ago
  94. 015f51c Fix windows sdk script by Sigmund Cherem · 7 years ago
  95. b484aad Remove library-root option - replace it with a libraries-spec option instead by Sigmund Cherem · 7 years ago
  96. 1a5f5e4 Fix doc comment in HttpRequest.getString and other tweaks by Sam Rawlins · 7 years ago
  97. e6e4039 Correct HttpClient, HttpClientRequest, and HttpClientResponse docs. by Sam Rawlins · 7 years ago
  98. f7dab64 Remove discontinued webproject.org links. Fixes #21482 by Sam Rawlins · 7 years ago
  99. 8b465bc Document that addStream cannot be called while addStream is in progress. by Sam Rawlins · 7 years ago
  100. 6f75e7a Document what happens if DataUri.parse() is passed bad data. Fixes #28679 by Sam Rawlins · 7 years ago