2.9.1
  1. 65285c5 [web] remove mirrors patch for web compilers. by Sigmund Cherem · 5 years ago
  2. 4140853 [dart2js/ddc] Add null checks to with<X|Y|Z|W> methods by Nicholas Shahan · 5 years ago
  3. 34f5c9d [cfe] Implement new async return rules by Johnni Winther · 5 years ago
  4. c5ea3e8 [vm/nnbd] Further specialize invocations of List.filled factory by Alexander Markov · 5 years ago
  5. f8ff120 [dart:html] Revert commits using MDN compatibility info by Srujan Gaddam · 5 years ago
  6. a114b16 [web] Fix dart:mirrors and include it with the dart2js SDK so we ensure it doesn't break accidentally by Sigmund Cherem · 5 years ago
  7. b83d06e Fix order of async callback arguments by Sigmund Cherem · 5 years ago
  8. e24f205 [dart:html] Mark setters nullable if incompatible as well by Srujan Gaddam · 5 years ago
  9. 7349385 [dart:html] Changes to template/src to handle compat data by Srujan Gaddam · 5 years ago
  10. 76d7739 [dart:html] Add compatiblity to manually written native getters by Srujan Gaddam · 5 years ago
  11. 1d97a4a [dart:html] Handle method overrides for MDN by Srujan Gaddam · 5 years ago
  12. aff77e7 [dart:html] Incorporate MDN compatibility data by Srujan Gaddam · 5 years ago
  13. b743d6c add flutter_test to allowed experiments by Jacob MacDonald · 5 years ago
  14. bec1286 Add dart_internal to the null safety allowlist. by Robert Nystrom · 5 years ago
  15. ff8f128 [dart:html] Update console interface by Srujan Gaddam · 5 years ago
  16. d64cf16 Avoid throwing an exception for hasTerminal by Nate Bosch · 5 years ago
  17. e6cbfd7 [vm/corelib/nnbd] Fix null check in _GrowableList.length= by Alexander Markov · 5 years ago
  18. 97ba0ac [ddc] Check for a Never bound before normalizing by Nicholas Shahan · 5 years ago
  19. ee9dba1 [ddc/dart2js] Add failure case when setting list length by Nicholas Shahan · 5 years ago
  20. f4a00be Update Duration.toString() description by Zichang Guo · 5 years ago
  21. 17d0ba5 Add `Stream.multi` constructor. by Lasse Reichstein Holst Nielsen · 5 years ago
  22. a9bef09 Revert "[dartdevc] Clear all constant containers after a hot restart." by Vijay Menon · 5 years ago
  23. 6bdf55f Revert "[vm, service, observatory] Bang Bang (My Type System Shot Me Down)." by David Morgan · 5 years ago
  24. 65e3c9d [vm, service, observatory] Bang Bang (My Type System Shot Me Down). by Ryan Macnak · 5 years ago
  25. 1d3fbbe Revert "Fix duration.toString() to conform the description" by David Morgan · 5 years ago
  26. d46a696 Revert "Reland : [VM/Runtime] Cleanup package config initialization code" by Siva Annamalai · 5 years ago
  27. 03777db Reland : [VM/Runtime] Cleanup package config initialization code by asiva · 5 years ago
  28. 40b9545 [ddc] Normalize T to Never when T extends Never by Nicholas Shahan · 5 years ago
  29. 34ab9f8 [dart:io] HttpClientConnection is destroyed for "CONNECT" request by Zichang Guo · 5 years ago
  30. 038e981 Fix duration.toString() to conform the description by Zichang Guo · 5 years ago
  31. 7425b3d [dart2js] Remove more dead code. by Stephen Adams · 5 years ago
  32. 242ce27 [dart:io] Fix Content-Length header being accidentally dropped by Zichang Guo · 5 years ago
  33. 2e50075 [dartdevc] Clear all constant containers after a hot restart. by Mark Zhou · 5 years ago
  34. acf4174 [dart2js] More old-rti cleanup by Stephen Adams · 5 years ago
  35. ea50b03c [vm/nnbd] Fix incorrect non-nullable types in core libraries by Alexander Markov · 5 years ago
  36. 1596bf3 [js_runtime] Remove js_rti.dart by Stephen Adams · 5 years ago
  37. 7bbf292 [vm/nnbd] Non-null assertions in NNBD weak mode by Alexander Markov · 5 years ago
  38. 87f74cb [cfe] Check optional non-nullable parameters in constructors by Johnni Winther · 5 years ago
  39. a26ad7f Remove more old-rti code by Stephen Adams · 5 years ago
  40. 7eac9f3 [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. by Daco Harkes · 5 years ago
  41. 0ccc96f [dart2js] remove more old-rti code by Stephen Adams · 5 years ago
  42. 0c2c331 [ VM / Service ] Remove unnecessary nesting of `result` objects for by Ben Konyi · 5 years ago
  43. fd1556c [dart2js] Fix sdk yaml files. by Joshua Litt · 5 years ago
  44. 7d863d7 Doc: DateTime accepted format for parsing date by Jago · 5 years ago
  45. e721835 add all flutter/flutter_test/test isolate deps to the allow list by Jacob MacDonald · 5 years ago
  46. 4b9aa2b Revert "[VM/Runtime] Cleanup package config initialization code" by asiva · 5 years ago
  47. d44457f [Core Libraries] Eliminate the fork in the core libraries. by Leaf Petersen · 5 years ago
  48. 29e93bc [VM/Runtime] Cleanup package config initialization code by asiva · 5 years ago
  49. 07e2921 [ddc] Cleanup false assumption from subtype check by Nicholas Shahan · 5 years ago
  50. 62893f9 Reland "[vm] Check prefix.loadLibrary is called and returns before prefix members are used." by Ryan Macnak · 5 years ago
  51. b65c90a [dart:io] Fix _connecting counting in HttpClient by Zichang Guo · 5 years ago
  52. 66cd5d9 [dart:io] Update inaccurate comments of writeByteSync by Zichang Guo · 5 years ago
  53. 9a87cf9 Revert "[vm] Check prefix.loadLibrary is called and returns before prefix members are used." by Alexander Markov · 5 years ago
  54. cf1681e [dart2js] Remove more unused old rti helpers by Stephen Adams · 5 years ago
  55. 929d5e4a9 [cfe,ddc,dart2js,vm] Add FutureOrType by Dmitry Stefantsov · 5 years ago
  56. af054ee Adjust documentation to various functions by James Lin · 5 years ago
  57. e601ca5 Updates documentation of StreamController.close and .done. by Lasse Reichstein Holst Nielsen · 5 years ago
  58. 6544c69 [vm/ffi] Convert Objects to Dart_Handles in FFI calls by Daco Harkes · 5 years ago
  59. a13a2d7 Redo "[dart2js] Delete unused old-rti helpers" by Stephen Adams · 5 years ago
  60. a39a3cd [dart:html] Add rename/metadata for some attributes by Srujan Gaddam · 5 years ago
  61. 5af3809 [dart:html] Add track event to RTCPeerConnection by Srujan Gaddam · 5 years ago
  62. b0484ec [vm] Check prefix.loadLibrary is called and returns before prefix members are used. by Ryan Macnak · 5 years ago
  63. e35ca30 Reland "[vm] MemoryCopy instruction for copying between typed data and strings." by Aske Simon Christensen · 5 years ago
  64. d1b0713 Revert "[vm] MemoryCopy instruction for copying between typed data and strings." by Ryan Macnak · 5 years ago
  65. 96fc158 Revert "[dart2js] Delete unused old-rti helpers" by Stephen Adams · 5 years ago
  66. 6ecd8a1 [vm] MemoryCopy instruction for copying between typed data and strings. by Aske Simon Christensen · 5 years ago
  67. e75b824 [dart2js] Delete unused old-rti helpers by Stephen Adams · 5 years ago
  68. 54fe29e support @JS annotation from SDK by Harry Terkelsen · 5 years ago
  69. ae789e2 Reland "[dart:io] Fixes the FileIO performance regression" by Zichang Guo · 5 years ago
  70. 4122ccb Revert "remove unused class_id.dart" by Zichang Guo · 5 years ago
  71. c67f4b2 remove unused class_id.dart by Zichang Guo · 5 years ago
  72. cf6f890 [vm] IL instruction for UTF-8 scan. by Aske Simon Christensen · 5 years ago
  73. 3261599 [ VM Service / DDS ] Redirect web socket connection requests made to VM Service to DDS by Ben Konyi · 5 years ago
  74. 05ca544f [dart2js] Move tests/compiler/dart2js_extra to tests/dart2js_2. by Joshua Litt · 5 years ago
  75. 0028df0 Fix docs typo. by Udeep Bahadur Shrestha · 5 years ago
  76. 4489805 Revert "[dart:io] Fixes the FileIO performance regression" by Zichang Guo · 5 years ago
  77. ba25fd1 [dart:io] Fixes the FileIO performance regression by Zichang Guo · 5 years ago
  78. 7bc4969 [dartdevc] Fixing issue whereby async generators would not resume properly after yielding from within a catch block. by Mark Zhou · 5 years ago
  79. bbf3403 Revert "[vm] Check prefix.loadLibrary is called and returns before prefix members are used." by Aske Simon Christensen · 5 years ago
  80. c398641 Pass ByteData through JS-interop. by Harry Terkelsen · 5 years ago
  81. f049a41 [vm] Check prefix.loadLibrary is called and returns before prefix members are used. by Ryan Macnak · 5 years ago
  82. 10e8d5d Try to clarify the RangeError.range message by James Lin · 5 years ago
  83. c4b7097 [ VM ] Migrate VM tests to support null safety and return errors from Dart_GetType and Dart_NewListOf when --null-safety is enabled by Ben Konyi · 5 years ago
  84. ecce58c [vm/ffi] Remove documentation from setters by Parker Lougheed · 5 years ago
  85. 2e0ec12 [vm] Inline isErrorState to avoid calls in central UTF-8 decoding loop. by Aske Simon Christensen · 5 years ago
  86. c10b8dc [dart:html] Use JS name for promise call by Srujan Gaddam · 5 years ago
  87. efabc6f [dart:io] Fixes _HttpHeaders forcing lowercased Header fields. by Zichang Guo · 5 years ago
  88. 8d9d726 [dart2js] Clean up `object == null` checks in RTI. by Mayank Patke · 5 years ago
  89. e229a4a [dart2js] Treat JSNull as Null in the RTI. by Mayank Patke · 5 years ago
  90. ab0d67d [ddc] Add flag to suppress null safety warnings by Nicholas Shahan · 5 years ago
  91. 8fb7471 [dart:io] Reset _connecting when socket connects failed by Zichang Guo · 5 years ago
  92. 4477712 [vm/compiler] Add regression test for many unboxed fields by Martin Kustermann · 5 years ago
  93. 7ec2ee5 Document encoding of unpaired surrogates as replacement characters. by Aske Simon Christensen · 5 years ago
  94. 674af7e [VM] Optimise nested _SyncIterator to avoid deep recursion. by Clement Skau · 5 years ago
  95. aa018d9 [dart:html] Add back static attributes to getters/setters by Srujan Gaddam · 5 years ago
  96. 54fb6ce [ Service / DDS ] Prepare for package:dds publishing by Ben Konyi · 5 years ago
  97. e2ebfea [dartdevc] Fix for hot reloads not properly clearing lazy variable state. by Mark Zhou · 6 years ago
  98. 3d59ba1 Chunk UTF-8 decoding for JS to avoid long concatenation sequences. by Aske Simon Christensen · 6 years ago
  99. 232adc3 [dart2js/ddc] Use TextDecoder directly for more cases of UTF-8 decoding. by Aske Simon Christensen · 6 years ago
  100. 78df4ac Write UTF-8 decoded characters directly into the result strings. by Aske Simon Christensen · 6 years ago