2.7.0
  1. 91dd5c7 Make LateInitialziationError abstract and uninstantiable. by Lasse Reichstein Holst Nielsen · 6 years ago
  2. 8295efc Revert "Revamp patch_sdk.dart mainly to use libraries.json." by Vijay Menon · 6 years ago
  3. 3c9e924 Revamp patch_sdk.dart mainly to use libraries.json. by Sigmund Cherem · 6 years ago
  4. 867a6e0 [dart:core] Update DartTime.parse to support arbitrary precision fractional seconds. by Simon Lightfoot · 6 years ago
  5. b188632 Fix syntax error in Symbol doc example by Matthew Cliatt · 6 years ago
  6. 61c453f Hide dart:cli in api docs by Michael Thomsen · 6 years ago
  7. 8342ec2 Fix pub.dev URLs throughout SDK repo by Kevin Moore · 6 years ago
  8. baa2d81 [dartdevc] Cleanup dynamic calls and downcasts in _BigIntImpl by Nicholas Shahan · 6 years ago
  9. cfd226a [ dart:http ] Fix issue where setting HttpClient.enableTimelineLogging wasn't actually enabling timeline logging by Ben Konyi · 6 years ago
  10. 7b67303 Make json.fuse(utf8) work correctly. by Lasse Reichstein Holst Nielsen · 6 years ago
  11. 1c12878 [ dart:io ] Added timeline events for HttpClient connections and requests by Ben Konyi · 6 years ago
  12. 6239777 [dart2js] Fix a few missing and one unneeded `covariant`s by Nicholas Shahan · 6 years ago
  13. a75ffc8 Add non-NNBD language version marker to all sdk (non-nnbd) files by Sigmund Cherem · 6 years ago
  14. e040b6e [dart2js] Cleanup dynamic calls and downcasts in _BigIntImpl by Nicholas Shahan · 6 years ago
  15. 4366afc [http] noFolding() should follow same check as add() by Zichang Guo · 6 years ago
  16. b334ea8 [dart2js] new-rti: experiment - fault in '$is' test by Stephen Adams · 6 years ago
  17. 2ae9b6f [vm] Handle late fields with no initializer. by Liam Appelbe · 6 years ago
  18. f6efefc [dartdevc] Move the custom type test logic to patch files by Nicholas Shahan · 6 years ago
  19. cfe29c4 [doc/ffi] Update API docs message to be consistent with website by Daco Harkes · 6 years ago
  20. 54b324c [dart2js] new-rti: Cache non-generic types on constructor by Stephen Adams · 6 years ago
  21. 6d28f59 Added promiseToFuture function to js_util.dart by Derek Xu · 6 years ago
  22. 0f7b674 Invalidate DDC library cache on trackLibraries by Nate Bosch · 6 years ago
  23. cdcc528 [vm] Add NativePort static extension to `dart:ffi` by Martin Kustermann · 6 years ago
  24. e2891ad [dart2js] New RTI: Support reification of erased types. by Mayank Patke · 6 years ago
  25. ea16e39 [dart2js] new-rti: defer selection of is-test specializations by Stephen Adams · 6 years ago
  26. 2e15d0e [dart:io] add IOOverrides.serverSocketBind to enable overriding ServerSocket.bind() by Zichang Guo · 6 years ago
  27. 1505654 [dartdevc] regexp / ff fix by Vijay Menon · 6 years ago
  28. ef742aa [ddk] Modify _isInterfaceSubtype to consider variance annotations during runtime. by Kallen Tu · 6 years ago
  29. 04702d8 Fix Queue.from doc comment by Sam Rawlins · 6 years ago
  30. cccb9ff Stop timer callbacks after a hot reload by Sigmund Cherem · 6 years ago
  31. 17ed3cb [dart2js] Fix URI leak when using deferred load by Anna Gringauze · 6 years ago
  32. f11dea9 document readIntoSync return type by jonahwilliams · 6 years ago
  33. a029172 Fix documentation for InternetAddress.lookup() by Tom?s Arias · 6 years ago
  34. 2495c5c [html] Avoid dynamic in Rectangle operator == by Nicholas Shahan · 6 years ago
  35. 531aaa9 [ddk] Emit variance modifiers for classes, mixins, mixin applications. by Kallen Tu · 6 years ago
  36. 57a88fc Reland "[io] exclude links from isDirectory()" by Zichang Guo · 6 years ago
  37. fd0617b Improve listToString and setToString documentation. Fixes #26529 by Sam Rawlins · 6 years ago
  38. 09b08f7 Add comment on non-negativity of periodic Timer and Stream. by Sam Rawlins · 6 years ago
  39. 9a829cc Remove 'strong' comments from Future. by Sam Rawlins · 6 years ago
  40. cd95fcc [VM] Start the kernel isolate only when compilations are needed by asiva · 6 years ago
  41. 50f9dd8 Revert "[io] exclude links from isDirectory()" by Zichang Guo · 6 years ago
  42. 49d743f [io] exclude links from isDirectory() by Zichang Guo · 6 years ago
  43. 03d6e04 [dart2js] Fix printing of minified closures. by Mayank Patke · 6 years ago
  44. 558875d [ VM / dart:io ] Added service extension scaffolding for dart:io network profiling by Ben Konyi · 6 years ago
  45. 3964afd [dart2js] New RTI: Stop recognizing "dynamic" as a recipe. by Mayank Patke · 6 years ago
  46. 88e7fbb [ dart:developer ] Update documentation for TimelineTask.withTaskId to warn users against providing a custom task ID in order to avoid task collisions. by Ben Konyi · 6 years ago
  47. bdf0202 [vm/ffi] Remove deprecated methods by Daco Harkes · 6 years ago
  48. a73eba9 [dartdevc] Preliminary additions to support NNBD runtime subtype checks by Nicholas Shahan · 6 years ago
  49. dd5edfe Remove mentions of dart2js from isolate docs by Nate Bosch · 6 years ago
  50. f10d79618 [dart2js] Use generic function type parameters in RTI subtype check. by Mayank Patke · 6 years ago
  51. d82ca1a [vm/ffi] Remove Struct type argument by Daco Harkes · 6 years ago
  52. f9648cb Fix doc comment for Element.animate by Sam Rawlins · 6 years ago
  53. 4131d3d [vm/ffi] Improve API docs by Daco Harkes · 6 years ago
  54. 8fd83cb [ dart:developer ] Remove optional 'parent' parameter from TimelineTask.withTaskId to avoid ID collisions by Ben Konyi · 6 years ago
  55. c891fa8 Update dartdoc to v0.28.8. by Janice Collins · 6 years ago
  56. 892fcf2 Avoid constructing RegExp for every BigInt.tryParse by Stephen Adams · 6 years ago
  57. b4751d5 [vm/ffi] Pointer.asExternalTypedData to extension method - Fix Flutter by Daco Harkes · 6 years ago
  58. 91c6dc1 [vm/ffi] Pointer.asExternalTypedData to extension method by Daco Harkes · 6 years ago
  59. 545a06b Fix typo in zone documentation. by Mark Egli · 6 years ago
  60. fe0b56f [dart2js] New RTI: Remove TODO from thrown string. by Mayank Patke · 6 years ago
  61. c54750f [sdk] add a gn file for the JS dart:_interceptors library by Devon Carew · 6 years ago
  62. 9f33e8d [vm/ffi] Pointer optimize indexed load and store by Daco Harkes · 6 years ago
  63. 4ee5ef9 [vm/ffi] Use Pointer<Null> as the type of nullptr. by Samir Jindel · 6 years ago
  64. 17702e4 Export promiseToFuture function from dart:html by Nate Bosch · 6 years ago
  65. 8859206 [vm/ffi] Remove Pointer.offsetBy. by Samir Jindel · 6 years ago
  66. 63d3012 [vm/ffi] Deprecate Pointer.allocate/free. by Samir Jindel · 6 years ago
  67. 8866cdb [vm] throw exception if directory buffer overflows on Windows by Zichang Guo · 6 years ago
  68. ff23f54 [vm/ffi] Work around dartdoc crash to fix API doc generation by Daco Harkes · 6 years ago
  69. b12bed3 [VM] Implement isExtensionMember in MethodMirror and VariableMirror by asiva · 6 years ago
  70. 0f1d5fa Centralize functions to convert Promise by Nate Bosch · 6 years ago
  71. 597cd06 [vm/ffi] Pointer load and store as extension methods by Daco Harkes · 6 years ago
  72. d23c824 Reland "[vm/ffi] Optimize Pointer operations for statically known types" by Daco Harkes · 6 years ago
  73. a0e8c77 [dart2js] New RTI: Prevent elision of precomputed1 and remove unneeded read. by Mayank Patke · 6 years ago
  74. 0eff6b3 Revert "[vm/ffi] Optimize Pointer operations for statically known types" by Daco Harkes · 6 years ago
  75. 3712ed2 [vm/ffi] Optimize Pointer operations for statically known types by Daco Harkes · 6 years ago
  76. 3e3406d [sdk] remove the dart:_chrome package by Devon Carew · 6 years ago
  77. b1db663 [dart2js] New RTI: Use precomputed1 to access first type argument of by Mayank Patke · 6 years ago
  78. 38f78c0 [ dart:developer ] Updated parentId argument for timeline events to use base64 to be consistent with async ID formatting by Ben Konyi · 6 years ago
  79. f2d1e14 [sdk] remove some metadata references to dart:profiler by Devon Carew · 6 years ago
  80. e87f340 [ dart:developer ] Added optional `parent` parameter to `TimelineTask` constructors. by Ben Konyi · 6 years ago
  81. cbf6a23 Call out tests as a valid use case for Exception by Nate Bosch · 6 years ago
  82. 26c49d5 [vm] Wasm memory exports, and emscripten hello world by Liam Appelbe · 6 years ago
  83. 6da8c39 [vm] Small WasmImports API change, and more WASM error tests by Liam Appelbe · 6 years ago
  84. fca257f [dart2js] New RTI: Don't assert that RTI objects have old structure. by Mayank Patke · 6 years ago
  85. d2a0900 Reland "[vm] Wasm function imports" by Liam Appelbe · 6 years ago
  86. a7cb8ee Revert "[vm] Wasm function imports" by Samir Jindel · 6 years ago
  87. 75eb947 [dart2js] New RTI: Support redirection in ruleset. by Mayank Patke · 6 years ago
  88. 7a24aec [vm] Wasm function imports by Liam Appelbe · 6 years ago
  89. 2741022 [vm/http] replace hard coded string in http headers by Zichang Guo · 6 years ago
  90. 7472da8 Make allowInterop idempotent in DDC by Nate Bosch · 6 years ago
  91. fd0a899 [vm] More wasm cleanup by Liam Appelbe · 6 years ago
  92. de2e16d Add gni files to the html, js, and js_util packages in support of adding them to the flutter sdk. by Devon Carew · 6 years ago
  93. d012dfc Removing 'webkit' prefix, as most modern web browsers will accept 'RTCPeerConnection' by Mark Zhou · 6 years ago
  94. bb87996 Fix some dart sdk documentation issues by Parker Lougheed · 6 years ago
  95. ad52d12 [dart2js] New RTI: Don't try to instantiate a null function. by Mayank Patke · 6 years ago
  96. 56913c2 Changing val to accommodate double values by Mark Zhou · 6 years ago
  97. 34253ce [dart2js] New RTI: Treat JavaScriptFunction as subtype of all function types. by Mayank Patke · 6 years ago
  98. 7c1821c [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split by asiva · 6 years ago
  99. f057e25 [dart2js] Extended structured clone algorithm to JSObject. by Mayank Patke · 6 years ago
  100. 205b90f Take 3 for '[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).' by Samir Jindel · 6 years ago