3.0.3
  1. 09f02e7 [stable] Do not throw during InternetAddress.tryParse by Brian Quinlan · 2 years, 3 months ago
  2. a486baf [stable] Add `interface` to a few classes which had missed it. by Lasse R.H. Nielsen · 2 years, 3 months ago
  3. be064bd [CP][beta] Remove left-over patch declarations for `List` constructor. by Lasse R.H. Nielsen · 2 years, 4 months ago
  4. 458a723 [beta] [io] Remove 'abstract' from 'class Platform' by Brian Quinlan · 2 years, 4 months ago
  5. 36853ae [beta] Remove `base` from `StreamView`. by Lasse R.H. Nielsen · 2 years, 4 months ago
  6. dbc3510 [beta] Update documentation on `Record` and `identical`. by Lasse R.H. Nielsen · 2 years, 4 months ago
  7. 4919729 Revert "Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations"" by Zach Anderson · 2 years, 5 months ago
  8. df761ba Revert "[dart:js_interop] Export some package:js annotations and check them" by Zach Anderson · 2 years, 5 months ago
  9. ef7d8d3 [dart:js_interop] Export some package:js annotations and check them by Srujan Gaddam · 2 years, 5 months ago
  10. 9e19979 Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations" by Srujan Gaddam · 2 years, 5 months ago
  11. 87ccb40 Use `padLeft` in `Duration.toString`. by Lasse R.H. Nielsen · 2 years, 5 months ago
  12. 511bf8a Add `nonNulls`, `indexed` and other extensions on iterables. by Lasse R.H. Nielsen · 2 years, 5 months ago
  13. 5573ce7 Make `Iterable` be the default implementation of itself. by Lasse R.H. Nielsen · 2 years, 5 months ago
  14. 31095d7 Additional dart:io class modifier changes. by Brian Quinlan · 2 years, 5 months ago
  15. f51e9d1 Make RegExpMatch.pattern have type RegExp. by Lasse R.H. Nielsen · 2 years, 5 months ago
  16. ebd3243 Revert "Reland "Fix bug in Completer.complete."" by Ivan Inozemtsev · 2 years, 5 months ago
  17. 9c702bc Add Dart 3 class modifiers to dart:io. by Brian Quinlan · 2 years, 5 months ago
  18. 55e60cb Revert "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations" by Srujan Gaddam · 2 years, 5 months ago
  19. fbe9c21 [pkg:js/dart:js_interop] Move annotations to dart:_js_annotations by Srujan Gaddam · 2 years, 5 months ago
  20. d1d2327 [dart2wasm] Rename the `dart:wasm` library to `dart:_wasm`. by Aske Simon Christensen · 2 years, 5 months ago
  21. 2f72133 Add record-related `wait` extensions on `Future` tuples. by Lasse R.H. Nielsen · 2 years, 5 months ago
  22. 67797ef Add more class modifiers to dart:collection. by Lasse R.H. Nielsen · 2 years, 5 months ago
  23. 93f7e36 [SDK docs] update the SDK's API doc readme file by Devon Carew · 2 years, 5 months ago
  24. 6f1d0e5 Explain that Complete.future must be handled if it is an error. by Brian Quinlan · 2 years, 5 months ago
  25. 17ea08c Document that IPv4 are preferred in socket.connect. by Brian Quinlan · 2 years, 5 months ago
  26. 592c486 [doc/io] Clarify why not to modify data after IOSink.add by Brian Quinlan · 2 years, 5 months ago
  27. e95b84e [dart2js] Fix native null assertions for Dart 3 by Srujan Gaddam · 2 years, 5 months ago
  28. 69bddee Make FileSystemEvent and its subclasses final with public constructors. by Brian Quinlan · 2 years, 5 months ago
  29. 51cbaed Reland "Fix bug in Completer.complete." by Lasse R.H. Nielsen · 2 years, 5 months ago
  30. e1c2192 [vm] Make writeHeapSnapshotToFile() API public in dart:developer by Martin Kustermann · 2 years, 5 months ago
  31. f0e099e Add `DateTime.timestamp()` constructor for "now as UTC". by Lasse R.H. Nielsen · 2 years, 5 months ago
  32. 8ebed3d [dart:html] Add webkitSpeechRecognition to SpeechRecognition class by Srujan Gaddam · 2 years, 5 months ago
  33. 3de5d25 [vm] Class modifiers for `NativeFieldWrapper` subtypes by Daco Harkes · 2 years, 5 months ago
  34. 85dfcd8 [dart2wasm] Compute instance method parameter types from Wasm types. by Aske Simon Christensen · 2 years, 5 months ago
  35. 482b4e4 [js_runtime] Use marker interface to signal trusted .runtimeType overrides by Stephen Adams · 2 years, 5 months ago
  36. 10912d6 [dart2js] Add Rti specializer for `is FutureOr<T>`. by Mayank Patke · 2 years, 5 months ago
  37. 4cd53db [js_util] Fix patch file inconsistency by Joshua Litt · 2 years, 5 months ago
  38. 9e76983 Reland "Add more `interface` and `final` modifiers to `dart:core`." by Lasse R.H. Nielsen · 2 years, 5 months ago
  39. eca8a9a [dart2wasm] Support commandline arguments to Wasm program by Aske Simon Christensen · 2 years, 5 months ago
  40. d274ef0 Fix bug in `Duration.toString`. by Lasse R.H. Nielsen · 2 years, 5 months ago
  41. f6ac970 Reland "Add class modifiers to `dart:convert`." again. by Lasse R.H. Nielsen · 2 years, 5 months ago
  42. 7c0e4d6 [dart2js] Prevent unsound compiles by Nicholas Shahan · 2 years, 5 months ago
  43. 34f864b Update website links and text on API docs homepage by Parker Lougheed · 2 years, 5 months ago
  44. d884d1a [io] Do delayed IPv6 lookups on all platforms. by Brian Quinlan · 2 years, 5 months ago
  45. 0012890 [vm] Add class modifiers to dart:isolate by Martin Kustermann · 2 years, 5 months ago
  46. 67683c3 [vm/isolates] Introduce 'vm:isolate-unsendable' pragma. by Alexander Aprelev · 2 years, 5 months ago
  47. fa0c81e Revert "Reland "[ Observatory ] Disable serving Observatory by default"" by Zach Anderson · 2 years, 5 months ago
  48. 22f6200 Convert TLS exceptions to HTTP exceptions by Ivan Inozemtsev · 2 years, 5 months ago
  49. fb1516c Reland "[ Observatory ] Disable serving Observatory by default" by Ben Konyi · 2 years, 5 months ago
  50. e6ee09e [pkg/js_*] use package:lints/recommended.yaml for analysis for pkg/js_shared and pkg/js_runtime by Devon Carew · 2 years, 5 months ago
  51. 2ca521c [js] Add sources js_types and js_annotations for analysis reasons. by Joshua Litt · 2 years, 5 months ago
  52. d0556f9 Revert "Reland "Add class modifiers to `dart:convert`."" by Emmanuel Pellereau · 2 years, 5 months ago
  53. 9231c61 [dart:html] Remove duplicate switch case by Srujan Gaddam · 2 years, 5 months ago
  54. 884f42a [js_util] Make `callMethod` take an `Object` method. by Joshua Litt · 2 years, 5 months ago
  55. cbe7075 [js_runtime] Safe-print records in Error messages by Stephen Adams · 2 years, 5 months ago
  56. 7767f9d [ dart:developer ] Apply class modifiers to dart:developer classes by Ben Konyi · 2 years, 5 months ago
  57. 608934e Reland "Add class modifiers to `dart:convert`." by Lasse R.H. Nielsen · 2 years, 5 months ago
  58. f59e7d3 Revert "Add class modifiers to `dart:convert`." by Alexander Aprelev · 2 years, 5 months ago
  59. 8384a13 [doc] Document some limitations of Isolate.spawn. by Brian Quinlan · 2 years, 5 months ago
  60. 92e5746 Reland "[vm/ffi] Add class modifiers" by Daco Harkes · 2 years, 5 months ago
  61. 845c937 Revert "[vm] Mark _registerServiceExtension entrypoint conditional on being non-product mode" by Martin Kustermann · 2 years, 5 months ago
  62. 20449a1 Revert "Reland "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes."" by William Hesse · 2 years, 5 months ago
  63. d7c3ede Document the perils of closures with Isolate.run. by Brian Quinlan · 2 years, 5 months ago
  64. 2cc96bf [vm] Add an ABI for Fuchsia RISC-V. by Ryan Macnak · 2 years, 5 months ago
  65. 65e0bd3 Reland "[dart:js_interop] Add literal constructors for inline classes" by Srujan Gaddam · 2 years, 5 months ago
  66. d9fdec8 [sdk] no longer generate <sdk>/lib/_internal/strong.sum by Devon Carew · 2 years, 5 months ago
  67. 39ecf5f [io] Calling flush after close on File.open's IOSync should not throw an exception by William Hesse · 2 years, 5 months ago
  68. b2f4cf3 Add class modifiers to `dart:convert`. by Lasse R.H. Nielsen · 2 years, 5 months ago
  69. 82d91ea Add class modifiers to `dart:_internal`. by Lasse R.H. Nielsen · 2 years, 5 months ago
  70. 162ff41 Add class modifiers to `dart:async`. by Lasse R.H. Nielsen · 2 years, 5 months ago
  71. 7471994 Revert "[vm/ffi] Add class modifiers" by Zach Anderson · 2 years, 5 months ago
  72. 1717445 [vm] Mark _registerServiceExtension entrypoint conditional on being non-product mode by Martin Kustermann · 2 years, 5 months ago
  73. 62e3c47 [dart2js] Don't rely on `== null` promoting to Null in rti.dart. by Mayank Patke · 2 years, 5 months ago
  74. 1755f89 [vm/ffi] Add class modifiers by Daco Harkes · 2 years, 5 months ago
  75. 80c2b02 [ddc] Adding a runtime flag for real deferred loading in DDC by Mark Zhou · 2 years, 5 months ago
  76. e34165c Reland "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes." by Brian Quinlan · 2 years, 5 months ago
  77. 743caee [js_types] Migrate Dart2Wasm internal interop classes to JS types. by Joshua Litt · 2 years, 6 months ago
  78. f910c3d [libraries.dart] update and normalize the libraries.dart file by Devon Carew · 2 years, 6 months ago
  79. 2ba4e23 [sdk] remove a duplicate copy of the libraries.dart file by Devon Carew · 2 years, 6 months ago
  80. 9efc02e [doc updates] adjust header level for two core libraries by Devon Carew · 2 years, 6 months ago
  81. a548eb9 [sdk docs] update sdk libraries to use triple slash docs by Devon Carew · 2 years, 6 months ago
  82. 3a58418 [ddc] Update record types .toString() output by Nicholas Shahan · 2 years, 6 months ago
  83. ba07466 [js_interop] Make `dartify` / `jsify` a bit more efficient. by Joshua Litt · 2 years, 6 months ago
  84. c17e55a Revert "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes." by Siva Annamalai · 2 years, 6 months ago
  85. e4bf05f [js_util] fix Dart2Wasm patch file. by Joshua Litt · 2 years, 6 months ago
  86. 5a8ddc0 Revert "[ Observatory ] Disable serving Observatory by default" by Siva Annamalai · 2 years, 6 months ago
  87. c2bdda6 [io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes. by Brian Quinlan · 2 years, 6 months ago
  88. 936cdee Revert "Reland "Add more `interface` and `final` modifiers to `dart:core`."" by Ilya Yanok · 2 years, 6 months ago
  89. e293eb8 Reland "Add more `interface` and `final` modifiers to `dart:core`." by Lasse R.H. Nielsen · 2 years, 6 months ago
  90. b686b2e [dart2wasm] Support constants and comparison for Wasm numeric types by Aske Simon Christensen · 2 years, 6 months ago
  91. 7d4ad17 Adding class modifiers to `dart:math`. by Lasse R.H. Nielsen · 2 years, 6 months ago
  92. d33ed63 [js_interop] adjust some dartdoc comments by Devon Carew · 2 years, 6 months ago
  93. 1d4654c [dart2js] Make Record.runtimeType independent of field's .runtimeType by Stephen Adams · 2 years, 6 months ago
  94. b890ed4 Reland x3 [dart2wasm] Include wasm-opt in the shipped dart-sdk. by Jackson Gardner · 2 years, 6 months ago
  95. f51fedc [ dart:developer ] Remove Metrics related classes by Ben Konyi · 2 years, 6 months ago
  96. edead9c [ Observatory ] Disable serving Observatory by default by Ben Konyi · 2 years, 6 months ago
  97. ecd37e5 [ddc] Default native null asserts on in sound mode by Nicholas Shahan · 2 years, 6 months ago
  98. c197202 [dart2wasm] Categorize and masquerade runtime types by lookup table by Aske Simon Christensen · 2 years, 6 months ago
  99. c974c70 Add boolean parse by Lasse R.H. Nielsen · 2 years, 6 months ago
  100. 732d1cc Revert "Add more `interface` and `final` modifiers to `dart:core`." by Oleh Prypin · 2 years, 6 months ago