2.6.0
  1. bdf0202 [vm/ffi] Remove deprecated methods by Daco Harkes · 6 years ago
  2. a73eba9 [dartdevc] Preliminary additions to support NNBD runtime subtype checks by Nicholas Shahan · 6 years ago
  3. dd5edfe Remove mentions of dart2js from isolate docs by Nate Bosch · 6 years ago
  4. f10d79618 [dart2js] Use generic function type parameters in RTI subtype check. by Mayank Patke · 6 years ago
  5. d82ca1a [vm/ffi] Remove Struct type argument by Daco Harkes · 6 years ago
  6. 0cada76 [SDK] Removes dart2aot. by Clement Skau · 6 years ago
  7. f9648cb Fix doc comment for Element.animate by Sam Rawlins · 6 years ago
  8. 4131d3d [vm/ffi] Improve API docs by Daco Harkes · 6 years ago
  9. 8fd83cb [ dart:developer ] Remove optional 'parent' parameter from TimelineTask.withTaskId to avoid ID collisions by Ben Konyi · 6 years ago
  10. c891fa8 Update dartdoc to v0.28.8. by Janice Collins · 6 years ago
  11. 6d468d1 Add a script and target to run dartfix by Keerti Parthasarathy · 6 years ago
  12. 892fcf2 Avoid constructing RegExp for every BigInt.tryParse by Stephen Adams · 6 years ago
  13. b4751d5 [vm/ffi] Pointer.asExternalTypedData to extension method - Fix Flutter by Daco Harkes · 6 years ago
  14. 91c6dc1 [vm/ffi] Pointer.asExternalTypedData to extension method by Daco Harkes · 6 years ago
  15. 545a06b Fix typo in zone documentation. by Mark Egli · 6 years ago
  16. fe0b56f [dart2js] New RTI: Remove TODO from thrown string. by Mayank Patke · 6 years ago
  17. c54750f [sdk] add a gn file for the JS dart:_interceptors library by Devon Carew · 6 years ago
  18. 9f33e8d [vm/ffi] Pointer optimize indexed load and store by Daco Harkes · 6 years ago
  19. 4ee5ef9 [vm/ffi] Use Pointer<Null> as the type of nullptr. by Samir Jindel · 6 years ago
  20. 17702e4 Export promiseToFuture function from dart:html by Nate Bosch · 6 years ago
  21. 8859206 [vm/ffi] Remove Pointer.offsetBy. by Samir Jindel · 6 years ago
  22. 63d3012 [vm/ffi] Deprecate Pointer.allocate/free. by Samir Jindel · 6 years ago
  23. 8866cdb [vm] throw exception if directory buffer overflows on Windows by Zichang Guo · 6 years ago
  24. 50d6a3d [analyzer] move the ml model from sdk/model to sdk/bin/model by Devon Carew · 6 years ago
  25. ff23f54 [vm/ffi] Work around dartdoc crash to fix API doc generation by Daco Harkes · 6 years ago
  26. b12bed3 [VM] Implement isExtensionMember in MethodMirror and VariableMirror by asiva · 6 years ago
  27. 0f1d5fa Centralize functions to convert Promise by Nate Bosch · 6 years ago
  28. 597cd06 [vm/ffi] Pointer load and store as extension methods by Daco Harkes · 6 years ago
  29. d23c824 Reland "[vm/ffi] Optimize Pointer operations for statically known types" by Daco Harkes · 6 years ago
  30. a0e8c77 [dart2js] New RTI: Prevent elision of precomputed1 and remove unneeded read. by Mayank Patke · 6 years ago
  31. 0eff6b3 Revert "[vm/ffi] Optimize Pointer operations for statically known types" by Daco Harkes · 6 years ago
  32. 3712ed2 [vm/ffi] Optimize Pointer operations for statically known types by Daco Harkes · 6 years ago
  33. 3e3406d [sdk] remove the dart:_chrome package by Devon Carew · 6 years ago
  34. b1db663 [dart2js] New RTI: Use precomputed1 to access first type argument of by Mayank Patke · 6 years ago
  35. 36e4d5e Reland "[dartdevc] cleaning up unused web files" by Mark Zhou · 6 years ago
  36. 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
  37. f2d1e14 [sdk] remove some metadata references to dart:profiler by Devon Carew · 6 years ago
  38. d6c6d12 Revert "[dartdevc] cleaning up unused web files" by David Morgan · 6 years ago
  39. e866f04 [dartdevc] cleaning up unused web files by Mark Zhou · 6 years ago
  40. e87f340 [ dart:developer ] Added optional `parent` parameter to `TimelineTask` constructors. by Ben Konyi · 6 years ago
  41. cbf6a23 Call out tests as a valid use case for Exception by Nate Bosch · 6 years ago
  42. 26c49d5 [vm] Wasm memory exports, and emscripten hello world by Liam Appelbe · 6 years ago
  43. 6da8c39 [vm] Small WasmImports API change, and more WASM error tests by Liam Appelbe · 6 years ago
  44. fca257f [dart2js] New RTI: Don't assert that RTI objects have old structure. by Mayank Patke · 6 years ago
  45. d2a0900 Reland "[vm] Wasm function imports" by Liam Appelbe · 6 years ago
  46. a7cb8ee Revert "[vm] Wasm function imports" by Samir Jindel · 6 years ago
  47. 75eb947 [dart2js] New RTI: Support redirection in ruleset. by Mayank Patke · 6 years ago
  48. 7a24aec [vm] Wasm function imports by Liam Appelbe · 6 years ago
  49. 2741022 [vm/http] replace hard coded string in http headers by Zichang Guo · 6 years ago
  50. 7472da8 Make allowInterop idempotent in DDC by Nate Bosch · 6 years ago
  51. 8cbc4f3 [benchmark] Add support for benchmarking DDC. by Jonas Termansen · 6 years ago
  52. fd0a899 [vm] More wasm cleanup by Liam Appelbe · 6 years ago
  53. 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
  54. d012dfc Removing 'webkit' prefix, as most modern web browsers will accept 'RTCPeerConnection' by Mark Zhou · 6 years ago
  55. bb87996 Fix some dart sdk documentation issues by Parker Lougheed · 6 years ago
  56. ad52d12 [dart2js] New RTI: Don't try to instantiate a null function. by Mayank Patke · 6 years ago
  57. 56913c2 Changing val to accommodate double values by Mark Zhou · 6 years ago
  58. 34253ce [dart2js] New RTI: Treat JavaScriptFunction as subtype of all function types. by Mayank Patke · 6 years ago
  59. 7c1821c [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split by asiva · 6 years ago
  60. f057e25 [dart2js] Extended structured clone algorithm to JSObject. by Mayank Patke · 6 years ago
  61. 205b90f Take 3 for '[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).' by Samir Jindel · 6 years ago
  62. 4b6ab33 [SDK] Reland: Remove dart:profiler library which has been deprecated since Dart 1.2 by asiva · 6 years ago
  63. f234830 Cut dart:ffi dependency to fix simarm build by Liam Appelbe · 6 years ago
  64. ed9e89e Implement a basic WASM API using wasmer. by Liam Appelbe · 6 years ago
  65. d0052c1 [dart:_http] Fix potentially large List<int> allocation in _WebSocketPerMessageDeflate.processIncomingMessage by Alexander Markov · 6 years ago
  66. 892187e [dart2js] Ensure JSInvocationMirror.typeArguments is unmodifiable. by Mayank Patke · 6 years ago
  67. 0c481a1 Revert Reland '[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).' as it breaks flutter profile execution on ios 32-bit platform. by Alexander Aprelev · 6 years ago
  68. c464a12 Minimize diffs between copies of js_dart2js.dart by Nate Bosch · 6 years ago
  69. 2cc0c4f Update doc comments for `dart:js` by Nate Bosch · 6 years ago
  70. 2e8d912 [developer] Allow async end events to have independent arguments. by Ryan Macnak · 6 years ago
  71. cff9c58 Tighten call conventions in allowInterop by Nate Bosch · 6 years ago
  72. d964c50 clear contents on TemplateElement#setInnerHtml before appending by Sam Rawlins · 6 years ago
  73. f989605 Fix dartdoc typo in ffi by Michael Thomsen · 6 years ago
  74. c219a76 Reland "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)." by Samir Jindel · 6 years ago
  75. 6512f55 Revert "Revert "Add dart2native tool for building either an aot file or a stand-alone executable."" by Sarah Zakarias · 6 years ago
  76. d6af865 Update ffi.dart to add preview disclaimer by Michael Thomsen · 6 years ago
  77. 0813266 [vm/ffi] Unhide FFI docs. by Samir Jindel · 6 years ago
  78. a1949cd [sdk] Removes gen_snapshot.lib from copy_dartaotruntime. by Clement Skau · 6 years ago
  79. 54fdd55 Revert "Add dart2native tool for building either an aot file or a stand-alone executable." by Ben Konyi · 6 years ago
  80. 54b95f1 Revert "[SDK] Remove dart:profiler library which has been deprecated since Dart 1.2" by David Morgan · 6 years ago
  81. 9f57cf7 Add a blacklist to spelling tests; spell-check all packages and sdk with blacklist by Jens Johansen · 6 years ago
  82. 72e8bdc Revert "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)." by Samir Jindel · 6 years ago
  83. ecbea5a [vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs). by Samir Jindel · 6 years ago
  84. a6141ff Add dart2native tool for building either an aot file or a stand-alone executable. by Sarah Zakarias · 6 years ago
  85. 6f85cb8 [SDK] Remove dart:profiler library which has been deprecated since Dart 1.2 by asiva · 6 years ago
  86. 35df96a [dartdoc] move the dartdoc resources from bin/snapshots/resources/dartdoc to bin/resources/dartdoc by Devon Carew · 6 years ago
  87. 6191db9 Send arguments for dart developer timeline events by Kenzie Schmoll · 6 years ago
  88. fc4919e [vm/ffi] Fix incomplete handling of Ffi types in VisitPointersPredefined. by Samir Jindel · 6 years ago
  89. 05c28c6 Reland "Scaffolding for dart:wasm" by Liam Appelbe · 6 years ago
  90. 6317502 [dartdevc] Update comments for FunctionType and add an explicit type by Nicholas Shahan · 6 years ago
  91. d978c83 [dart:io]Annotate SecureSocket.secure supportedProtocols with @Since by Sigurd Meldgaard · 6 years ago
  92. 3547b2a [dart:io] Document supportedProtocols argument of RawSecureSocket.secure by Sigurd Meldgaard · 6 years ago
  93. 671fdba [dart:io] Pass supportedProtocols through from SecureSocket.secure by Sigurd Meldgaard · 6 years ago
  94. 022585c [vm/vmservice] Ensure same name used for all flow events that share same Flow.id. by Alexander Aprelev · 6 years ago
  95. 9198813 Revert "Scaffolding for dart:wasm" by Liam Appelbe · 6 years ago
  96. f39a3f1 Scaffolding for dart:wasm by Liam Appelbe · 6 years ago
  97. 480e481 Throw HttpException instead of String in http impl by jonahwilliams · 6 years ago
  98. 293eee9 [dart2js] Revert to old Closure.toString() implementation for old RTI. by Mayank Patke · 6 years ago
  99. 6667b7f Drop unused _dhelperRepl method by Nate Bosch · 6 years ago
  100. e64738f [vm/ffi] DynamicLibrary.process() and DynamicLibrary.executable() by Samir Jindel · 6 years ago