2.14.0
  1. 9056b20 Update various documentations. by Lasse R.H. Nielsen · 4 years, 1 month ago
  2. f5a98e7 [ddc] Unify pkg:js types and allow subtyping between them by Srujan Gaddam · 4 years, 1 month ago
  3. bbefc05 [vm] Rewrite isolate message serialization. by Ryan Macnak · 4 years, 1 month ago
  4. 706a633 Fix wrong version in `@Since` on `unawaited`/`Future.ignore`. by Lasse R.H. Nielsen · 4 years, 1 month ago
  5. 94bdcc2 [VM] Adds native field accessor in Dart. by Clement Skau · 4 years, 1 month ago
  6. c17e2a1 update the tooling to generate libraries.json from libraries.yaml by Devon Carew · 4 years, 1 month ago
  7. b1132a7 [vm] Fix dart:developer to only send basic types across ports. by Ryan Macnak · 4 years, 1 month ago
  8. 5de7dfb [web] fix io_patch files to match nullability of encoding parameters by Sigmund Cherem · 4 years, 1 month ago
  9. e605ccb Clean up unused internal Symbol API. by Mayank Patke · 4 years, 1 month ago
  10. 12d1bc7 [vm] Change Symbol CanonicalizeHash to hashCode by Daco Harkes · 4 years, 1 month ago
  11. 7e60aa2 Reland "[ddc] Allow JS objects to be casted to JavaScriptObject" by Srujan Gaddam · 4 years, 2 months ago
  12. 6085e06 [dart:html] Add doc changes to templates and source files by Srujan Gaddam · 4 years, 2 months ago
  13. f638d06 [ddc] Fix generic method constant tearoffs by Nicholas Shahan · 4 years, 2 months ago
  14. cfc8ad4 [js_runtime] Use custom hashCode for GeneralConstantMap by Stephen Adams · 4 years, 2 months ago
  15. 8857097 Revert "[ddc] Allow JS objects to be casted to JavaScriptObject" by Srujan Gaddam · 4 years, 2 months ago
  16. 1e7db45 [dart2js] Remove ConstantProtoMapClass by Stephen Adams · 4 years, 2 months ago
  17. 7926035 [ddc] Allow JS objects to be casted to JavaScriptObject by Srujan Gaddam · 4 years, 2 months ago
  18. 460e00a [VM] Adds leaf call option to FfiNative. by Clement Skau · 4 years, 2 months ago
  19. 723df3d [vm] Use correct static type for the port mapping in Dart by Martin Kustermann · 4 years, 2 months ago
  20. 8236db1 [vm] Use IP address for joining IPv4 multicast on iOS by Marcin Radomski · 4 years, 2 months ago
  21. a92fe49 Reland "[vm/concurrency] Ensure fixes to switchable call (due to disabled code) is correctly performed"" by Martin Kustermann · 4 years, 2 months ago
  22. 66f22f9 Optimize BigInt.bitLength. by Lasse R.H. Nielsen · 4 years, 2 months ago
  23. 483179c [vm] Recognize non-const Set in the VM by Daco Harkes · 4 years, 2 months ago
  24. 172e1be [vm] Introduce LinkedHashBase by Daco Harkes · 4 years, 2 months ago
  25. 91d55ad [sdk] Update String.substring to use RangeError.checkValidRange by Johnni Winther · 4 years, 2 months ago
  26. 3835374 Update Symbol constructor documentation. by Lasse R.H. Nielsen · 4 years, 2 months ago
  27. 7159c26 Revert "[vm/concurrency] Ensure fixes to switchable call (due to disabled code) is correctly performed" by Martin Kustermann · 4 years, 2 months ago
  28. 606a1e7 [vm/concurrency] Ensure fixes to switchable call (due to disabled code) is correctly performed by Martin Kustermann · 4 years, 2 months ago
  29. f532647 [vm/compiler] Remove StringInterpolate instruction by Vyacheslav Egorov · 4 years, 2 months ago
  30. 4160a6b [Http] Fix handling of ipv6 address in host header by michaellee8 · 4 years, 2 months ago
  31. c6e3cd8 [dart2js] Save some array allocations in the RTI. by Mayank Patke · 4 years, 2 months ago
  32. 63ac437 Optimize js_util callMethod calls for 0-4 arguments. by Riley Porter · 4 years, 2 months ago
  33. 77e3432 [ddc] Fix performance regression in dynamic calls by Nicholas Shahan · 4 years, 2 months ago
  34. a14726a Issue 46506. Remove 'ignore: unused_element' for @pragma(vm:entry-point) by Konstantin Shcheglov · 4 years, 2 months ago
  35. 46189bc Allow configuring the destination of the SDK in the build output directory by Zach Anderson · 4 years, 2 months ago
  36. ee1774c several minor edits to various dart-lang/sdk files by Devon Carew · 4 years, 2 months ago
  37. 6876eb8 Correct a link error that snuck in after the last pass. by Janice Collins · 4 years, 2 months ago
  38. f899fd1 Update SDK documentation for new lookup code. by Janice Collins · 4 years, 2 months ago
  39. 4b82a5f Added documentation about out-of-range components to DateTime.parse. by Hoylen Sue · 4 years, 2 months ago
  40. 58ad941 [dart2js] Fix interface subtyping bug. by Mayank Patke · 4 years, 2 months ago
  41. 3d081f9 [dart2js] Clean up tear-off code by Stephen Adams · 4 years, 2 months ago
  42. e2cb0b8 [ddc] Fix function apply arguments list by Nicholas Shahan · 4 years, 2 months ago
  43. 43cff26 Add supertype to enum classes. by Lasse R.H. Nielsen · 4 years, 2 months ago
  44. 83376bf Add `Object.hash` and `Object.hashAll` static helper methods. by Lasse R.H. Nielsen · 4 years, 2 months ago
  45. 8fda1d6 [js_runtime] Don't modify inputs to Function.apply by Stephen Adams · 4 years, 3 months ago
  46. 3405b94 [dart2js] Remove `Symbol.validated`. by Mayank Patke · 4 years, 3 months ago
  47. c015e02 [dart2js] Fix spurious `!` in ConstantMap. by Mayank Patke · 4 years, 3 months ago
  48. 1199105 Specialize closures for 0 and 2 arguments by Stephen Adams · 4 years, 3 months ago
  49. f89ed9b More elaborate error when a future error handler returns something of the wrong type. by Lasse R.H. Nielsen · 4 years, 3 months ago
  50. 3a4b351 [ VM / Service ] Add UserTag support to C-API and send UserTagChanged by Ben Konyi · 4 years, 3 months ago
  51. 1948bd6 Add fixes for HttpStatus constants by Nate Bosch · 4 years, 3 months ago
  52. 902f149 Add `unawaited` function and `ignore` extensions member. by Lasse R.H. Nielsen · 4 years, 3 months ago
  53. 19252d5 Fix behavior for -infinity width/height of rectangles. by Lasse R.H. Nielsen · 4 years, 3 months ago
  54. 2f9f746 Fix a typo in the Object docs (exception -> except) by Jason Simmons · 4 years, 3 months ago
  55. 2ed0bb3 [vm/concurrency] Allow rehashing of linked hashmaps that contain deleted entries by Martin Kustermann · 4 years, 3 months ago
  56. b14e5ed [doc] setTrustedCertificates doesn't replace certs by Tomasz Kontusz · 4 years, 3 months ago
  57. c83eeac [ddc] Avoid sending messages to console.debug by Nicholas Shahan · 4 years, 3 months ago
  58. 8a60ce9 [dart2js] Pass tear-off parameters in an object by Stephen Adams · 4 years, 3 months ago
  59. a721055 [VM] Nit: rename var with keyword name "native" by Clement Skau · 4 years, 3 months ago
  60. 2f916ad [vm/ffi] Adds @FfiNative() support by Clement Skau · 4 years, 3 months ago
  61. 820ba59 [html] Fix nested JS Map to Dart assignment by Gabriel Castro · 4 years, 3 months ago
  62. fdcc930 Update String.split documentation. by Lasse Reichstein Holst Nielsen · 4 years, 3 months ago
  63. 65bca53 [vm] Avoid going to runtime for String.split() by Martin Kustermann · 4 years, 3 months ago
  64. 2951e33 Add extra documentation on asBroadcastStream. by Lasse Reichstein Holst Nielsen · 4 years, 3 months ago
  65. 52aa850 [io/stacktraces] Ensure websocket connect reports callers stacktrace. by Alexander Aprelev · 4 years, 3 months ago
  66. 8ee4673 [dart2js] Fix for #46175 by Stephen Adams · 4 years, 3 months ago
  67. 84e6d4a [vm] Make use of the new TypedDataBase to avoid redundant code in the runtime. by Ryan Macnak · 4 years, 3 months ago
  68. 8074918 [io/socket] When socket connection fails report stacktrace of the callsite. by Alexander Aprelev · 4 years, 3 months ago
  69. 1154efb Fix null-safety migration bug in VM version of fuse JSON-UTF-8 decoder. by Lasse Reichstein Holst Nielsen · 4 years, 3 months ago
  70. 3cd2096 [io/android] Enable file watching on Android. by Alexander Aprelev · 4 years, 3 months ago
  71. 80160d3 [dart:html] add syntax highlighting to code blocks by Sigmund Cherem · 4 years, 3 months ago
  72. 6c254fa [io/http] Don't add zero-valued content-length header on GET, HEAD, DELETE, CONNECT requests. by Alexander Aprelev · 4 years, 3 months ago
  73. 4333b3d Add deprecation warning to dartfmt. by Robert Nystrom · 4 years, 3 months ago
  74. 93c96d5 [dart2js] Implement basic lowering for late instance variables. by Mayank Patke · 4 years, 3 months ago
  75. d3d6c86 [dart2js] Migrate shared libraries to 2.12 by Stephen Adams · 4 years, 3 months ago
  76. be893fd [vm/ffi] Add providesSymbol to DynamicLibrary by Simon Binder · 4 years, 3 months ago
  77. b67de42 Move the frontend server snapshot into the platform SDK by Jason Simmons · 4 years, 3 months ago
  78. ab91ef6 [vm] Remove code dead since the type 'int' stopped supporting integers. by Ryan Macnak · 4 years, 3 months ago
  79. f08edad Optimize js_util setProperty calls for non-function values to by Riley Porter · 4 years, 4 months ago
  80. 7572e5b [js_runtime] Speed up 'is List' test on negative path by Stephen Adams · 4 years, 4 months ago
  81. cac00e9 Add deprecations notices to dart2native by Michael Thomsen · 4 years, 4 months ago
  82. 4d50558 [VM/FFI] Adds FFI leaf calls. by Clement Skau · 4 years, 4 months ago
  83. 8d54a30 [io/http] Introduce callback that embedder can override to provide custom HTTPClient connection validation. by Alexander Aprelev · 4 years, 4 months ago
  84. 413abf0 [sdk] Recover folder structure in include folder 2 by Daco Harkes · 4 years, 4 months ago
  85. cf627eb Change signature of HttpClient.authenticate{,Proxy}. by Lasse R.H. Nielsen · 4 years, 4 months ago
  86. 6f2eeae [sdk] - Fix for issue 46050 (Allow spaces in environment constants) by asiva · 4 years, 4 months ago
  87. cb23be0 [rti] Specialized is List<dynamic> test by Stephen Adams · 4 years, 4 months ago
  88. 59526f4 Address missed comments from CL https://dart-review.googlesource.com/c/sdk/+/200189 by Lasse R.H. Nielsen · 4 years, 4 months ago
  89. 4da697c fix todos linked to issue #38725 by Jacob MacDonald · 4 years, 4 months ago
  90. 0aeb873 [vm] Use recognized method for has63BitSmis, drop static final field. by Alexander Aprelev · 4 years, 4 months ago
  91. c88d816 Update documentation for `num.operator<` and other members. by Lasse R.H. Nielsen · 4 years, 4 months ago
  92. fb90f11f [dart:io] - Fix incorrect setting of socket options for UNIX-DOMAIN sockets by asiva · 4 years, 4 months ago
  93. b8a1cd4 [dart2js] Cleanup obsolete 'getGlobalFromName' builtin. by Joshua Litt · 4 years, 4 months ago
  94. a0de473 Update UserTag class documentation to point to DevTools instead of Observatory by Kenzie Schmoll · 4 years, 4 months ago
  95. 47f88b5 Removed 7zip from Windows distribution of the Dart SDK by Jonas Finnemann Jensen · 4 years, 4 months ago
  96. 2d62f32 [dart2js] Add a flag to omit names for late cells. by Mayank Patke · 4 years, 4 months ago
  97. a5e1811 Remove references to triple-shift and generic-metadata experiments. by Lasse R.H. Nielsen · 4 years, 4 months ago
  98. 460887d [web] Replace DDC's expando implementation by Sigmund Cherem · 4 years, 4 months ago
  99. 7a18ef4 [web] Cleanup dart2js implementation of expandos. by Sigmund Cherem · 4 years, 4 months ago
  100. b99466d Reland "[ VM / DDS / CLI ] Add DevTools support to the standalone VM" by Ben Konyi · 4 years, 4 months ago