2.6.1
  1. 8f822c9 [doc/ffi] Update API docs message to be consistent with website by Daco Harkes · 6 years ago
  2. bdf0202 [vm/ffi] Remove deprecated methods by Daco Harkes · 6 years ago
  3. a73eba9 [dartdevc] Preliminary additions to support NNBD runtime subtype checks by Nicholas Shahan · 6 years ago
  4. dd5edfe Remove mentions of dart2js from isolate docs by Nate Bosch · 6 years ago
  5. f10d79618 [dart2js] Use generic function type parameters in RTI subtype check. by Mayank Patke · 6 years ago
  6. d82ca1a [vm/ffi] Remove Struct type argument by Daco Harkes · 6 years ago
  7. 0cada76 [SDK] Removes dart2aot. by Clement Skau · 6 years ago
  8. f9648cb Fix doc comment for Element.animate by Sam Rawlins · 6 years ago
  9. 4131d3d [vm/ffi] Improve API docs by Daco Harkes · 6 years ago
  10. 8fd83cb [ dart:developer ] Remove optional 'parent' parameter from TimelineTask.withTaskId to avoid ID collisions by Ben Konyi · 6 years ago
  11. c891fa8 Update dartdoc to v0.28.8. by Janice Collins · 6 years ago
  12. 6d468d1 Add a script and target to run dartfix by Keerti Parthasarathy · 6 years ago
  13. 892fcf2 Avoid constructing RegExp for every BigInt.tryParse by Stephen Adams · 6 years ago
  14. b4751d5 [vm/ffi] Pointer.asExternalTypedData to extension method - Fix Flutter by Daco Harkes · 6 years ago
  15. 91c6dc1 [vm/ffi] Pointer.asExternalTypedData to extension method by Daco Harkes · 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. 8e2649b Revert https://dart-review.googlesource.com/c/sdk/+/117681. by Robert Nystrom · 6 years ago
  38. f2d1e14 [sdk] remove some metadata references to dart:profiler by Devon Carew · 6 years ago
  39. d6c6d12 Revert "[dartdevc] cleaning up unused web files" by David Morgan · 6 years ago
  40. e866f04 [dartdevc] cleaning up unused web files by Mark Zhou · 6 years ago
  41. e87f340 [ dart:developer ] Added optional `parent` parameter to `TimelineTask` constructors. by Ben Konyi · 6 years ago
  42. cbf6a23 Call out tests as a valid use case for Exception by Nate Bosch · 6 years ago
  43. 26c49d5 [vm] Wasm memory exports, and emscripten hello world by Liam Appelbe · 6 years ago
  44. 6da8c39 [vm] Small WasmImports API change, and more WASM error tests by Liam Appelbe · 6 years ago
  45. fca257f [dart2js] New RTI: Don't assert that RTI objects have old structure. by Mayank Patke · 6 years ago
  46. d2a0900 Reland "[vm] Wasm function imports" by Liam Appelbe · 6 years ago
  47. 30b2a5d Update documentation for Function class. by Lasse R.H. Nielsen · 6 years ago
  48. a7cb8ee Revert "[vm] Wasm function imports" by Samir Jindel · 6 years ago
  49. 75eb947 [dart2js] New RTI: Support redirection in ruleset. by Mayank Patke · 6 years ago
  50. 7a24aec [vm] Wasm function imports by Liam Appelbe · 6 years ago
  51. 2741022 [vm/http] replace hard coded string in http headers by Zichang Guo · 6 years ago
  52. 7472da8 Make allowInterop idempotent in DDC by Nate Bosch · 6 years ago
  53. 8cbc4f3 [benchmark] Add support for benchmarking DDC. by Jonas Termansen · 6 years ago
  54. 6d86779 Make the NNBD fork not stomp on the other build. by Robert Nystrom · 6 years ago
  55. fd0a899 [vm] More wasm cleanup by Liam Appelbe · 6 years ago
  56. 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
  57. d012dfc Removing 'webkit' prefix, as most modern web browsers will accept 'RTCPeerConnection' by Mark Zhou · 6 years ago
  58. 4c74b48 Re-adding dart sdk version comment by Mark Zhou · 6 years ago
  59. ad52d12 [dart2js] New RTI: Don't try to instantiate a null function. by Mayank Patke · 6 years ago
  60. 7e68a0c Copy changes from f057e25 to sdk_nnbd. by Mayank Patke · 6 years ago
  61. 56913c2 Changing val to accommodate double values by Mark Zhou · 6 years ago
  62. e88057f Add non-NNBD language version marker on all sdk_nnbd files. by Lasse R.H. Nielsen · 6 years ago
  63. 34253ce [dart2js] New RTI: Treat JavaScriptFunction as subtype of all function types. by Mayank Patke · 6 years ago
  64. 7c1821c [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split by asiva · 6 years ago
  65. 205b90f Take 3 for '[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).' by Samir Jindel · 6 years ago
  66. 4b6ab33 [SDK] Reland: Remove dart:profiler library which has been deprecated since Dart 1.2 by asiva · 6 years ago
  67. f234830 Cut dart:ffi dependency to fix simarm build by Liam Appelbe · 6 years ago
  68. ed9e89e Implement a basic WASM API using wasmer. by Liam Appelbe · 6 years ago
  69. d0052c1 [dart:_http] Fix potentially large List<int> allocation in _WebSocketPerMessageDeflate.processIncomingMessage by Alexander Markov · 6 years ago
  70. 892187e [dart2js] Ensure JSInvocationMirror.typeArguments is unmodifiable. by Mayank Patke · 6 years ago
  71. 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
  72. c464a12 Minimize diffs between copies of js_dart2js.dart by Nate Bosch · 6 years ago
  73. 971b519 Apply missed changes to NNBD sdk by Nate Bosch · 6 years ago
  74. 004d49b Make a fork of sdk/lib for use by NNBD. by Paul Berry · 6 years ago