🌐 AI搜索 & 代理 主页
2.19.1
  1. a00f839 [stable] [vm/regexp] Ensure RegExp objects are safely shared between isolates. by Alexander Aprelev · 3 years ago
  2. d57a06a [beta] Make web `DateTime.difference` not assume platform implementation. by Lasse R.H. Nielsen · 3 years ago
  3. 3fe146a [beta] Avoid including dart2wasm artifacts in SDK release by Aske Simon Christensen · 3 years, 1 month ago
  4. f8a0d65 `runZoned` to `runZonedGuarded` in docs by Marya · 3 years, 1 month ago
  5. 8b48d78 [ddc] Adding checks to expando setters, and extending checks to records by Mark Zhou · 3 years, 1 month ago
  6. af1536d [ dart:developer ] Deprecate `Metrics` related functionality by Ben Konyi · 3 years, 1 month ago
  7. 091a292 Fix typo in wasm_types.dart by Coaspe · 3 years, 1 month ago
  8. ca131db [dart2wasm] Fix some errors in `FutureOr` normalization by Aske Simon Christensen · 3 years, 1 month ago
  9. b7b45eb Deprecate NullThrownError and CyclicInitializetionError. by Lasse R.H. Nielsen · 3 years, 1 month ago
  10. 72493a7 Make records inherit from core.Object by Anna Gringauze · 3 years, 1 month ago
  11. a76a43f [dart2wasm] Make WasmTable a _WasmBase subclass by Ömer Sinan Ağacan · 3 years, 2 months ago
  12. 7be0af2 [gardening] Make `dart:vmservice_io`s _serveObservatory only entrypoint in non-product mode by Martin Kustermann · 3 years, 2 months ago
  13. 112c938 Add record types by Anna Gringauze · 3 years, 2 months ago
  14. 9bea892 Fix grammar by Ahmed Ashour · 3 years, 2 months ago
  15. 3602351 [ VM Service ] Add support for '--[no-]serve-observatory' by Ben Konyi · 3 years, 2 months ago
  16. 2518307 [dart2wasm] Generic function types by Aske Simon Christensen · 3 years, 2 months ago
  17. 9a5dd47 [vm] Remove "Impl" suffix from VM implementation classes. by Ryan Macnak · 3 years, 2 months ago
  18. b8d85b7 [dart2js] loadLibrary priority annotation by Stephen Adams · 3 years, 2 months ago
  19. 70b88ca Make `LineSplitter.split` not use `sync*`. by Lasse R.H. Nielsen · 3 years, 2 months ago
  20. 50c5e8f [dart2wasm] Fix double.pow by Ömer Sinan Ağacan · 3 years, 2 months ago
  21. 942a7ff Add performance warnings to `RegExp` class. by Lasse R.H. Nielsen · 3 years, 2 months ago
  22. a83cfa0 [vm] Replace Double_hashCode native method with graph intrinsic implementation. by Alexander Aprelev · 3 years, 2 months ago
  23. 891e708 [dart2wasm] Check for length changes in `_ListBase.forEach` by Ömer Sinan Ağacan · 3 years, 2 months ago
  24. ef23a1d [dart2wasm] Implement function equality by Ömer Sinan Ağacan · 3 years, 2 months ago
  25. f6c07e6 [dart2wasm] Trivial fix for _parseDouble. by Joshua Litt · 3 years, 2 months ago
  26. f443f7e [ddc] Removing extraneous hashCode calls and stubbing runtimeType property by Mark Zhou · 3 years, 2 months ago
  27. f504ad2 [dartdevc] Adding support for more Record nodes and core methods by Mark Zhou · 3 years, 2 months ago
  28. a2de36e [vm] Rename the default implementation classes of Map and Set. by Ryan Macnak · 3 years, 2 months ago
  29. a2adab7 Update Function class documentation: by Ömer Sinan Ağacan · 3 years, 2 months ago
  30. a9cfad4 [dart2wasm] Move low-level int/double intrinsics to base classes by Aske Simon Christensen · 3 years, 2 months ago
  31. 1ad3b1c [ddc] Add support for new function types by Nicholas Shahan · 3 years, 2 months ago
  32. 52d70ed [ddc] Add support for new generic interface types by Nicholas Shahan · 3 years, 2 months ago
  33. ea100af [dart2wasm] Wire up async stack trace. by Joshua Litt · 3 years, 2 months ago
  34. e25e532 [cfe] Allow 'new' as constructor name on enum elements by Chloe Stefantsova · 3 years, 2 months ago
  35. bd15d09 Mark new IndexError methods with `@Since` by Paul Berry · 3 years, 2 months ago
  36. 5adeb03 Add ServerSocketBase to remove dynamic invocations of secure sockets in _HttpServer. by Kallen Tu · 3 years, 2 months ago
  37. 96f6989 [vm/ffi] added docs regarding isLeaf parameter in ffi by Hossein Yousefi · 3 years, 2 months ago
  38. e65467c [dart2wasm] Fix double.roundToDouble by Aske Simon Christensen · 3 years, 2 months ago
  39. 5eb0a65 [dart2wasm] Don't add dispatch table entries for _WasmBase methods by Ömer Sinan Ağacan · 3 years, 2 months ago
  40. f910f23 Clarify FSEvent API limitations. by Brian Quinlan · 3 years, 2 months ago
  41. b464175 [VM/Developer] Expose through the developer API a gc count for the isolate group that could potentially trigger execution of associated finalizers of objects that were collected. by asiva · 3 years, 2 months ago
  42. 75eb5c8 [corelib] Remove deprecation for checkValidIndex. by Kallen Tu · 3 years, 2 months ago
  43. b75f8aa [io/file] - add FileSystemNotFoundException by Brian Quinlan · 3 years, 2 months ago
  44. 63b49df Deprecate checkValidIndex and avoid using it in the core library. by Kallen Tu · 3 years, 2 months ago
  45. 9268753 docs(point): fix typo in subtraction example by Albert Mañosa · 3 years, 2 months ago
  46. 1d2729f [ddc] Implementing RecordLiteral nodes and adding backend plumbing by Mark Zhou · 3 years, 2 months ago
  47. ce9a42f [vm/vmservice] Ensure only one vmservice http server is launched. by Alexander Aprelev · 3 years, 2 months ago
  48. 0078d357 [dart2wasm] Fix int left and right shifts by Ömer Sinan Ağacan · 3 years, 2 months ago
  49. 74173f0 [dart2wasm] Print exceptions that escape main or callbacks by Aske Simon Christensen · 3 years, 2 months ago
  50. a978ebe [dart2wasm] Check bounds when indexing strings by Ömer Sinan Ağacan · 3 years, 2 months ago
  51. f5c1e1d [dart2wasm] Naive implementation of `_setRange`. by Joshua Litt · 3 years, 2 months ago
  52. 6cc1c3c [dart2wasm] Tweak exception behavior of List.addAll by Ömer Sinan Ağacan · 3 years, 2 months ago
  53. ee1487d [dart2wasm] Change hashCode for int and double to match (32-bit) VM by Aske Simon Christensen · 3 years, 2 months ago
  54. 0484b0a [dart2wasm] Fix override of `JSValue.toString`. by Joshua Litt · 3 years, 2 months ago
  55. 2794cb9 [cfe] Check redirecting factory patches by Johnni Winther · 3 years, 2 months ago
  56. 95d1efb [dart2wasm] Fix for double.parse. by Joshua Litt · 3 years, 2 months ago
  57. dfe4deb [dart2wasm] Fix ignoreCase for regexp. by Joshua Litt · 3 years, 2 months ago
  58. c96f2a3 [dart2wasm] Fix for list.slice. by Joshua Litt · 3 years, 2 months ago
  59. cbcf060 [vm] Cast function calls and handlers to avoid dynamic calls vm core library. by Kallen Tu · 3 years, 2 months ago
  60. 9e168a2 [dart2wasm] Handle NaN and inf in double-to-int convs by Ömer Sinan Ağacan · 3 years, 2 months ago
  61. 251303f [vm] Remove support for old `native "<name>"` syntax in VM by Martin Kustermann · 3 years, 2 months ago
  62. e1256b9 [vm/corelib] Make sure _Closure.call is not tree-shaken by Alexander Markov · 3 years, 2 months ago
  63. 083f423 [dart2wasm] Handle zero divisor in truncating int div by Ömer Sinan Ağacan · 3 years, 2 months ago
  64. 03b44f2 [dart2wasm] Check bounds when allocating a list by Ömer Sinan Ağacan · 3 years, 2 months ago
  65. 131da05 Refactor standalone tests to avoid including platform library code via parts by Leaf Petersen · 3 years, 2 months ago
  66. 3bc3a84 [ddc] Add basic support for new interface types by Nicholas Shahan · 3 years, 2 months ago
  67. a8fe399 [vm] Stricter checks when sending isolate messages between groups. by Ryan Macnak · 3 years, 2 months ago
  68. 3c5b2d7 [ddc] Add runtime type for @staticInterop by Srujan Gaddam · 3 years, 2 months ago
  69. 3b2b126 [vm] Remove of old native syntax in VM corelib implementations by Martin Kustermann · 3 years, 2 months ago
  70. 2aff54d [dart2wasm] Implement dynamic get/set/invocation of null by Ömer Sinan Ağacan · 3 years, 2 months ago
  71. 21039dc [vm] Add unsafeCasts to _rehashObjects to avoid dynamic calls. by Kallen Tu · 3 years, 2 months ago
  72. 1ed2a07 [dart2wasm] Build product snapshot when building for the SDK. by Joshua Litt · 3 years, 2 months ago
  73. 81ba8a2 [pkg:js] Add documentation for @staticInterop, @JSExport, and export APIs by Srujan Gaddam · 3 years, 2 months ago
  74. 7e87efd [dart2wasm] Check bounds in list `[]` and `[]=` by Ömer Sinan Ağacan · 3 years, 2 months ago
  75. 1a7df42 [dart2wasm] Trivial fix for safeToString. by Joshua Litt · 3 years, 2 months ago
  76. 97bcffb [dart2wasm] Fix string `fromCharCodes` for some unicode surrogate pairs. by Joshua Litt · 3 years, 2 months ago
  77. 5f063cb [ddc] Update number classes by Nicholas Shahan · 3 years, 2 months ago
  78. 9d53b45 [ddc] Add types to tearoffs in dart:async patch by Nicholas Shahan · 3 years, 2 months ago
  79. 5caa8da Refactor event handlers in socket_patch to avoid dynamic calls. by Kallen Tu · 3 years, 2 months ago
  80. c13676f Deprecate `FallThroughError`. by Lasse R.H. Nielsen · 3 years, 2 months ago
  81. bd75b2c [dart2wasm] Minor fixes for double string functions. by Joshua Litt · 3 years, 2 months ago
  82. 8c62ad7 [pkg:js] Validate createStaticInteropMock by Srujan Gaddam · 3 years, 2 months ago
  83. 7f93985 [pkg:js] Add validation for @JSExport and createDartExport by Srujan Gaddam · 3 years, 2 months ago
  84. 8777138 [pkg:js] Add @JSExport annotation by Srujan Gaddam · 3 years, 2 months ago
  85. 3fe9cb8 Fix unhandled exception in _HttpClientConnection after removing dynamic. by Kallen Tu · 3 years, 2 months ago
  86. a5ad599 Reland "Cast errors to HttpExceptions and add lint to convert to tidy up dynamic calls in core libraries." by Kallen Tu · 3 years, 3 months ago
  87. a73e8c2 [dart2wasm] Support unmodifiable typed data views. by Joshua Litt · 3 years, 3 months ago
  88. 8c0df46 [vm] Better implementation of hashCode function. by Alexander Aprelev · 3 years, 3 months ago
  89. be1ae6a [dart2wasm] Implement simd types naively. by Joshua Litt · 3 years, 3 months ago
  90. 6e4e129 DateTime copyWith extension by Lukas Klingsbo · 3 years, 3 months ago
  91. bf420ae [vm/ffi] Update `DynamicLibrary.process()` documentation by Daco Harkes · 3 years, 3 months ago
  92. 6174173 Avoid treating any `/` in a URI path as "non-simple". by Lasse R.H. Nielsen · 3 years, 3 months ago
  93. ea54142 [dart2wasm] Perform some missing runtime type normalizations. by Joshua Litt · 3 years, 3 months ago
  94. 9277495 [dart2wasm] Fix paths for snapshot. by Joshua Litt · 3 years, 3 months ago
  95. 770c9d7 [typed_data] Fix breakage introduced in recent change. by Sigmund Cherem · 3 years, 3 months ago
  96. 78f95a4 [dart2wasm] Switch to using declared nullability in subtype check. by Joshua Litt · 3 years, 3 months ago
  97. 263b163 [dart2js] Exempt native SharedArrayBuffer from structured clone. by nullrocket · 3 years, 3 months ago
  98. fee8a22 Clean up VM core libraries by removing dynamic invocations. by Kallen Tu · 3 years, 3 months ago
  99. d2a43581 [io] Avoid serializing unwritten bytes in async I/O. by Ryan Macnak · 3 years, 3 months ago
  100. 18e41ef [dart2wasm] Trivial fix for `Int8List`. by Joshua Litt · 3 years, 3 months ago