1. 1ec4677 [dart2wasm] More JSON decoding improvements by Ömer Sinan Ağacan · 11 months ago
  2. d150ad8 [dart2wasm] Move local constant variable to top-level by Martin Kustermann · 11 months ago
  3. ca3e67a [dart2js] Add --interop-null-assertions. by Mayank Patke · 11 months ago
  4. 6b788d2 [ Service / DDS ] Re-introduce explicit cast to remove dynamic invocation of operator[] by Ben Konyi · 11 months ago
  5. 75f9312 [dart2wasm] Small optimization in JSON number parsing by Ömer Sinan Ağacan · 11 months ago
  6. dd92e9a [dart2wasm] Faster search in RTT supers data structure by Martin Kustermann · 11 months ago
  7. cf9623f [ DDS ] Update DDS launch sites to assume DDS process closes stderr by Ben Konyi · 11 months ago
  8. 455d85f [dart2wasm] Port VM JSON parsing improvements by Ömer Sinan Ağacan · 11 months ago
  9. efc59ee [vm/libs][dart2wasm] Add some missing type arguments to convert_patch List types by Ömer Sinan Ağacan · 11 months ago
  10. e7d3b78 [dart2wasm] Port VM JSON decoding improvements by Ömer Sinan Ağacan · 11 months ago
  11. 33563e5 [io,doc]: Point out that exit does not kill child processes. by Brian Quinlan · 11 months ago
  12. e7239ff [dart2wasm] Specialize `is`/`as` checks for interface types by Martin Kustermann · 11 months ago
  13. 54ab47e [dart2wasm] Refactor RTT type checking implementation by Martin Kustermann · 11 months ago
  14. d32e2ec [dart2wasm] Move `StackTrace.current` for `as` checks into shared runtime code by Martin Kustermann · 11 months ago
  15. 1e60700 [dart2wasm] Optimize RTT data structures by Martin Kustermann · 11 months ago
  16. 290d740 [dart2wasm] Avoid WasmArray<_Type> allocations in interface subtype checking by Martin Kustermann · 11 months ago
  17. 23657ac [dart2wasm] Remove dispatch table call in type check implementation if not needed by Martin Kustermann · 11 months ago
  18. ed409e5 [dart2wasm] Avoid optaining substitutions if dst type is not generic by Martin Kustermann · 11 months ago
  19. ed4b937 [io/socket_read] Fix `available` bug when limit of aggregated read bytes goes into effect by Jens Johansen · 11 months ago
  20. ed36bdd [dart2wasm] Make _TypeUniverse a purely abstract class with static methods by Martin Kustermann · 11 months ago
  21. fc4bcab [io] Propagate cancellation in _HttpOutgoing.addStream by Vyacheslav Egorov · 11 months ago
  22. 7fa9b81 [io/socket_read] Limit aggregated read bytes to prevent OOM. by Alexander Aprelev · 11 months ago
  23. 20316bc Reapply "[js_runtime, js_dev_runtime] Implement `microsecond` field of `DataTime`" by Stephen Adams · 11 months ago
  24. 72b2883 Revert "[js_runtime, js_dev_runtime] Implement `microsecond` field of `DataTime`" by Ivan Inozemtsev · 11 months ago
  25. fb057ea [js_runtime, js_dev_runtime] Implement `microsecond` field of `DataTime` by Stephen Adams · 12 months ago
  26. fab56db [dart2wasm] Move common code generation routines to state_machine, fix sync* by Ömer Sinan Ağacan · 12 months ago
  27. 020a59e js_interop: replace unsupported `[this]` comment references with `this`. by Sam Rawlins · 12 months ago
  28. e7dde83 [dart2wasm] Port VM fix for #52083 (sync*) by Ömer Sinan Ağacan · 12 months ago
  29. 1e6c9b0 [vm/libs] Improve JsonUtf8Decoder performance. by Vyacheslav Egorov · 12 months ago
  30. 480e631 [io/ssl] Avoid reinitiating racing handshake request. by Alexander Aprelev · 12 months ago
  31. b06a34f Don't allow completing a `_Future` with itself. by Lasse R.H. Nielsen · 12 months ago
  32. 3f705f0 [dart2js] allow tabs when computing the current script. by Sigmund Cherem · 12 months ago
  33. a8ea744 Update allowed_experiments.json to enable macros for the json package. by Jake Macdonald · 12 months ago
  34. 6a25f12 SDK: replace unsupported `[this]` comment references with `this`. by Sam Rawlins · 1 year ago
  35. 51ac900 [doc, io]: Add a note to indicate the batch file execution behavior on Windows. by Brian Quinlan · 1 year ago
  36. 97321eb Fix typos by ChoiYS · 1 year ago
  37. ac3a99b [vm] Optimize double.remainder by Alexander Markov · 1 year ago
  38. b464fc9 Reland "Tweak `expect.dart` library." by Lasse R.H. Nielsen · 1 year ago
  39. 4b66657 [vm/ffi] `address` of operator for FFI leaf calls by Daco Harkes · 1 year ago
  40. 39276e9 [dart2wasm] Simplify libraries.yaml setup: by Ömer Sinan Ağacan · 1 year ago
  41. bae278e Minor tweaks in Finalizer documentation: by Ömer Sinan Ağacan · 1 year ago
  42. 1774314 [vm/test] Fix flakiness of vm/dart/use_dwarf_stack_traces_flag_test. by Tess Strickland · 1 year ago
  43. 8bc935c Fix documentation for `sublist` of `typed_data` by Moritz · 1 year ago
  44. 9880838 [dart2wasm] Fix bug in [Finalizer] implementation by Martin Kustermann · 1 year, 1 month ago
  45. 637f3b2 [dart2wasm,dart2js] Fix setTimeout and setInterval impls in d8 scripts by Ömer Sinan Ağacan · 1 year, 1 month ago
  46. 061004f [ddc] Cleanup old `setBaseClass()` by Nicholas Shahan · 1 year, 1 month ago
  47. 215323a Fix broken links in dart:html package. by Nate Biggs · 1 year, 1 month ago
  48. a2e3063 [dart2wasm] Remove redundant allocation in JSStringImpl.toString by Ömer Sinan Ağacan · 1 year, 1 month ago
  49. a133b75 [dart2wasm] Enable weak reference / finalization tests on dart2wasm by Martin Kustermann · 1 year, 1 month ago
  50. 0165643 Reland "[SDK] - Ensure we only build an AOT snapshot for the frontend-server" by asiva · 1 year, 1 month ago
  51. 55f2754 [dart2wasm] Fix JSStringImpl trim methods, add tests by Ömer Sinan Ağacan · 1 year, 1 month ago
  52. ad95bb6 Reland "[vm] Implement typed data view GetIndexed in flow graph builder" by Alexander Markov · 1 year, 1 month ago
  53. 95d8710 [dart2wasm] Cache hash codes in JSStringImpl by Ömer Sinan Ağacan · 1 year, 1 month ago
  54. a02859c Revert "[dart2wasm] Fix trim methods of JS strings" by Ömer Ağacan · 1 year, 1 month ago
  55. 102f6c7 [dart2wasm] Fix trim methods of JS strings by Ömer Sinan Ağacan · 1 year, 1 month ago
  56. 7f275c0 [dart2wasm] Escape replacement patterns when calling JS replace by Ömer Sinan Ağacan · 1 year, 1 month ago
  57. 0703566 [dart2wasm] Fix int-to-js-string conversion by Ömer Sinan Ağacan · 1 year, 1 month ago
  58. 8a4c626 Revert "[vm] Implement typed data view GetIndexed in flow graph builder" by Alexander Markov · 1 year, 1 month ago
  59. 62ef193 [vm/asserts] Keep asserts lines and source snippets in AOT. by Alexander Aprelev · 1 year, 1 month ago
  60. a7e2dce [vm] Implement typed data view GetIndexed in flow graph builder by Alexander Markov · 1 year, 1 month ago
  61. 8af6f94 [vm/datetime] Fix construction of '1 microsecond before epoch' DateTime. by Alexander Aprelev · 1 year, 1 month ago
  62. 6511af1 [vm] Unsound mode cleanup: remove --null-assertions by Alexander Markov · 1 year, 1 month ago
  63. cd2c566 Revert "Tweak `expect.dart` library." by William Hesse · 1 year, 1 month ago
  64. ff5f391 Tweak `expect.dart` library. by Lasse R.H. Nielsen · 1 year, 1 month ago
  65. f9bdb11 [sdk/async] Add since info to new ParallelWaitError parameters by Parker Lougheed · 1 year, 1 month ago
  66. 377d61b [dart2wasm] Remove an unnecessary unsafeCast in JSCM string patch by Ömer Sinan Ağacan · 1 year, 1 month ago
  67. cd4070b [ddc] Update `_isBrowserType()` for use on d8 by Nicholas Shahan · 1 year, 1 month ago
  68. c394f20 Revert "[SDK] - Ensure we only build an AOT snapshot for the frontend-server" by Siva Annamalai · 1 year, 1 month ago
  69. e82ff48 [ CLI ] Add dart development-service command by Ben Konyi · 1 year, 1 month ago
  70. 4fd5d78 Update Symbol constructor documentation by Flop · 1 year, 1 month ago
  71. 2379cdc [ddc] Enforce more null safety on js interop by Nicholas Shahan · 1 year, 1 month ago
  72. e6c9eaa [SDK] - Ensure we only build an AOT snapshot for the frontend-server by asiva · 1 year, 1 month ago
  73. beecfbc [dart2wasm] Remove redundant imports in int_patch.dart by Ömer Sinan Ağacan · 1 year, 1 month ago
  74. d4c20e2 [ Service ] Include drive letter in path when launching DDS snapshot by Ben Konyi · 1 year, 1 month ago
  75. c87367f [dart2wasm] `typeof process` should be compared to a string. by Jackson Gardner · 1 year, 1 month ago
  76. d0061b6 [dart2wasm] Include file, line, and condition text in assertion's toString() by Jackson Gardner · 1 year, 1 month ago
  77. 410291f [ffi] `AbiSpecificIntegerArray` explicit type argument by Daco Harkes · 1 year, 1 month ago
  78. 0af6dde Reland "[vm] Replace array GetIndexed graph intrinsics with flow graph builder implementation" by Alexander Markov · 1 year, 1 month ago
  79. 9b2b0ac [docs,io] Clarify that isDirectory is not meaningful for FileSystemDeleteEvent. by Brian Quinlan · 1 year, 1 month ago
  80. 50360c5 [dart2js] Add retry to dart2js deferred loading multi loader hook. by Nate Biggs · 1 year, 1 month ago
  81. a33270d Revert "[vm] Replace array GetIndexed graph intrinsics with flow graph builder implementation" by Alexander Markov · 1 year, 1 month ago
  82. d24b5d1 [vm] Replace array GetIndexed graph intrinsics with flow graph builder implementation by Alexander Markov · 1 year, 1 month ago
  83. eb50c26 [vm/ffi] Throw on attaching `NativeFinalizer` to deeply immutable object by Daco Harkes · 1 year, 1 month ago
  84. 36c07881 add package:_macros (SDK vendored) and package:macros (pub published) by Konstantin Shcheglov · 1 year, 1 month ago
  85. 0bcb0c9 [vm/ffi] Add `_Compound` `_offsetInBytes` field by Daco Harkes · 1 year, 1 month ago
  86. 1232260 [dart:js_interop] Add ExternalDartReference by Srujan Gaddam · 1 year, 1 month ago
  87. 97d8445 Revert "[io] Fix a bug where Process.stdin.add exceptions could not be caught" by Brian Quinlan · 1 year, 1 month ago
  88. b771c6f [vm/corelib] Remove intermediate _getIndexed/_setIndexed methods from typed data by Alexander Markov · 1 year, 1 month ago
  89. 47f08fb [dart:js_interop] Change several operators back to JSBoolean by Srujan Gaddam · 1 year, 1 month ago
  90. 35d8630 [vm] Make String.codeUnitAt monomorphic by Alexander Markov · 1 year, 1 month ago
  91. 0d3ade2 [vm/compiler] Limit exposure of untagged pointers to managed memory. by Tess Strickland · 1 year, 1 month ago
  92. 6eb8594 [ VM / DDS ] Add --print-dtd-uri flag and launch DTD from the correct snapshot for AOT by Ben Konyi · 1 year, 2 months ago
  93. df80cf9 [core] Improve JSON decoding performance by Vyacheslav Egorov · 1 year, 2 months ago
  94. 25071fc revert dart:_macros, going with SDK vendored package by Jake Macdonald · 1 year, 2 months ago
  95. 53957bf [dart2js] Update async* helper to check if stream closed state before re-entering generator body. by Nate Biggs · 1 year, 2 months ago
  96. 17d6ba1 [vm] Remove external strings by Alexander Markov · 1 year, 2 months ago
  97. 44c2e17 [dart2wasm] Update built-in string imports according to the latest spec by Ömer Sinan Ağacan · 1 year, 2 months ago
  98. 408918d [dds] Start DTD from DevTools server if it is not already started. by Kenzie Schmoll · 1 year, 2 months ago
  99. c771931 [doc, io] Document the error behavior for File.openRead/file.openWrite by Brian Quinlan · 1 year, 2 months ago
  100. 9f951f7 [VM / vmservice] Run service isolate in sound null safe mode (JIT) by asiva · 1 year, 2 months ago