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