3.7.1
  1. 5d3d965 [dart2wasm] Use Function.prototype.call.bind(Number.prototype.toString) for small ints and doubles by Martin Kustermann · 10 months ago
  2. f8f10b8 [dart2wasm] Add annotations to member and static intrinsics. by Nate Biggs · 10 months ago
  3. fc95268 [ResidentFrontendServer] Cache the compiler options that were last used by Derek Xu · 10 months ago
  4. 337e07f [VM/Service] Use the resident frontend server for hot reload when it's available by Derek Xu · 10 months ago
  5. c033dd2 [ddc] Updating tearoffs to be evaluated on access. by MarkZ · 10 months ago
  6. 3e8be5e [VM/Service] Introduce some string constants in running_isolates.dart by Derek Xu · 10 months ago
  7. df1df58 Make SplayTreeMap entry values mutable. by Lasse R.H. Nielsen · 10 months ago
  8. d2d2bf8 [io] HttpClient: add a more descriptive message if the HTTP by Brian Quinlan · 10 months ago
  9. 101e028 [io] Fix a bug where NUL was allowed in HTTP headers. by Brian Quinlan · 10 months ago
  10. a286ce7 [io]: Fix a bug where HttpResponse.writeln did not honor the charset. by Brian Quinlan · 11 months ago
  11. 505f353 [dart:js/js_util] Deprecate dart:js and dart:js_util by Srujan Gaddam · 11 months ago
  12. f3b6370 [web libraries] Deprecate Dart web libraries by Srujan Gaddam · 11 months ago
  13. 60dd16b [ResidentFrontendServer] Remove explicit getters from the `ResidentCompilerInfo` class by Derek Xu · 11 months ago
  14. 26fdfab [VM/Service] Use the resident frontend server for expression evaluation when it's available by Derek Xu · 11 months ago
  15. 1a8afa6 [vm/ffi] Allow omitting native types for `@Native` functions by Halil Durmus · 11 months ago
  16. 466fa55 [vm/ffi] Add `refWithFinalizer` methods to `StructPointer` and `UnionPointer` by Halil Durmus · 11 months ago
  17. e872b7a [web libraries] Capture annotations and header comments when expanding parts by Srujan Gaddam · 11 months ago
  18. 3f5316d [rti] Adding quick int to string util. by MarkZ · 11 months ago
  19. da70ebe Reapply "[vm, compiler] Treat _uninitializedData/Index as effectively const." by Stephen Adams · 11 months ago
  20. f1394aa [vm] Fix unwinding through FutureIterable and FutureRecordN wait by Vyacheslav Egorov · 11 months ago
  21. 72acd9d [dart:svg] Add value->newLength parameter name change to templates by Srujan Gaddam · 11 months ago
  22. 9b11bf4 [dart2wasm] Take advantage of fast `js-string` builtins by Martin Kustermann · 11 months ago
  23. 2616eb2 [ddc] Use TemporaryId when emitting all kernel VariableDeclaration references. by Nate Biggs · 11 months ago
  24. 0d72db1 [dart2wasm] Use `f64.sqrt` instead of `Math.sqrt` import by Martin Kustermann · 11 months ago
  25. 1d797bd Revert "[vm, compiler] Treat _uninitializedData/Index as effectively const." by Ryan Macnak · 11 months ago
  26. 562af5d [vm, compiler] Treat _uninitializedData/Index as effectively const. by Ryan Macnak · 11 months ago
  27. 17592a5 Change internal character set representation in `Uri`. by Lasse R.H. Nielsen · 11 months ago
  28. ec6d9c0 [dart2wasm] Inline Pointer constructor by Ömer Sinan Ağacan · 11 months ago
  29. 0c527e1 [dart2js] Separate `Iterable`s for Map.{keys,values,entries} by Stephen Adams · 11 months ago
  30. bb483f3 [vm/ffi] Allow configuring the variable dimension of variable-length arrays by Halil Durmus · 11 months ago
  31. 0bd3dfa Fix bug in dev-compiler putIfAbsent. by Lasse R.H. Nielsen · 11 months ago
  32. fcd4d86bb Reland "Avoid computing the URI scanner tables at runtime." by Lasse R.H. Nielsen · 11 months ago
  33. 9b06e26 Reland "[vm] Enforce that entry points must be annotated by default." by Tess Strickland · 11 months ago
  34. b196577 [dartdev] Move some resident compiler utils from package:dartdev to dart:vmservice_io by Derek Xu · 12 months ago
  35. 11c59c1 Add vmservice_io to sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart by Derek Xu · 12 months ago
  36. e2c8c23 [io] Fix `_NativeSocket.shutdownRead` by Vyacheslav Egorov · 12 months ago
  37. 3f6928c [VM/Service] Correctly forward errors returned by external clients that handle 'compileExpression' requests by Derek Xu · 12 months ago
  38. bacbbf8 [ddc] Adding RTI subtype cache clearing. by MarkZ · 12 months ago
  39. c6362da [dart2wasm] Convert UTF-8 chunks to U8List before decoding by Ömer Sinan Ağacan · 12 months ago
  40. 5b1e226 [api.dart.dev] Update incorrect URLs in the Dart SDK sources by Alexander Thomas · 12 months ago
  41. 7d7d9ab [ddc] Extending static fields to perform type checks on first access. by MarkZ · 12 months ago
  42. 23a98d8 [vm, wasm] Separate `Iterable`s for _Map.{keys,values,entries} by Stephen Adams · 12 months ago
  43. 47681c7 [dart2wasm] Simplify UTF-8 decoder flag scanning by Ömer Sinan Ağacan · 12 months ago
  44. e673478 [vm, corelib] Fix bounds checks when accessing short ByteData buffers by Alexander Markov · 12 months ago
  45. 2e9058e Fix bug in encoding of non-BMP characters of URI host names. by Lasse R.H. Nielsen · 12 months ago
  46. 34a6cbc [dart2wasm] Use a Wasm array directly in chunked JSON parser state stack by Ömer Sinan Ağacan · 12 months ago
  47. d75c493 [vm] Remove `onError` parameter of `double.parse` by Ömer Sinan Ağacan · 12 months ago
  48. 3259945 [dart2wasm] Remove onError parameters from int/double members by Ömer Sinan Ağacan · 1 year ago
  49. 01e6cd0 [dart2wasm] Move chunked JSON parser state to a base class by Ömer Sinan Ağacan · 1 year ago
  50. 169aa21 [dart2wasm] Avoid redundant substring when decoding double from UTF-8 input by Ömer Sinan Ağacan · 1 year ago
  51. e28ac04 [dart2wasm] Monomorphise chunked JSON string parsers by Ömer Sinan Ağacan · 1 year ago
  52. 73117f0 Reformat sdk/ using the new style. by Robert Nystrom · 1 year ago
  53. 8b2b6b2 Reland ""[SDK/VM] - Rename dart_precompiled_runtime to dartaotruntime, ensures we have a uniform name for the executable between the build directories and the SDK directory"" by asiva · 1 year ago
  54. 22833d5 [ddc, test_runner] Add stackTrace debugger helper to dartDevEmbedder and clean up test_runner by Srujan Gaddam · 1 year ago
  55. 76717f2 [dart2wasm] Make int and double fields immutable by Ömer Sinan Ağacan · 1 year ago
  56. 95e7793 Revert "[dart2wasm] Make int, double, bool box fields immutable" by Ömer Ağacan · 1 year ago
  57. 74c5aa3 Revert ""[SDK/VM] - Rename dart_precompiled_runtime to dartaotruntime, ensures we have a uniform name for the executable between the build directories and the SDK directory"" by Siva Annamalai · 1 year ago
  58. f81a402 "[SDK/VM] - Rename dart_precompiled_runtime to dartaotruntime, ensures we have a uniform name for the executable between the build directories and the SDK directory" by asiva · 1 year ago
  59. 75e6a74 Revert "[SDK/VM] - Rename dart_precompiled_runtime to dartaotruntime, ensures we have a uniform name for the executable between the build directories and the SDK directory" by Siva Annamalai · 1 year ago
  60. 1b331d0 [SDK/VM] - Rename dart_precompiled_runtime to dartaotruntime, ensures we have a uniform name for the executable between the build directories and the SDK directory by asiva · 1 year ago
  61. af2bea8 [dart2wasm] Make int, double, bool box fields immutable by Ömer Sinan Ağacan · 1 year ago
  62. 65ce9ed Add debugger runtime APIs and add/modify tests by Srujan Gaddam · 1 year ago
  63. 45a32ec [dart2wasm] Make use of ImmutableWasmArray in core libraries by Martin Kustermann · 1 year ago
  64. a96ad1b [dart2wasm] Add ImmutableWasmArray to dart:_wasm by Martin Kustermann · 1 year ago
  65. c9a8bbd [dart2wasm] Fix JSCM String.fromCharCodes by Ömer Sinan Ağacan · 1 year ago
  66. f2bb37f [vm,dart2wasm] Remove old TODO in convert_patch by Ömer Sinan Ağacan · 1 year ago
  67. a5f7345 [ddc] Updating representation for virtual and lazy fields. by MarkZ · 1 year ago
  68. da14b16 [Web/DDC] - Convert the kernel_worker and dartdevc snapshots to an AOT snapshot by asiva · 1 year, 1 month ago
  69. 2b899ad Revert "[vm] Enforce that entry points must be annotated by default." by Alexander Markov · 1 year, 1 month ago
  70. cb9ecbc [vm] Enforce that entry points must be annotated by default. by Tess Strickland · 1 year, 1 month ago
  71. c91fd18 [dart2wasm] Use native int parsing in JSCM by Ömer Sinan Ağacan · 1 year, 1 month ago
  72. 1e624b8 Reland "[SDK] Reland : Switch dart2js to an AOT snapshot." by Siva Annamalai · 1 year, 1 month ago
  73. 6f1b279 Fix issue 56806, incorrect ignore on futures. by Lasse R.H. Nielsen · 1 year, 1 month ago
  74. ceba7a5 Revert "[SDK] Reland : Switch dart2js to an AOT snapshot." by Siva Annamalai · 1 year, 1 month ago
  75. f8086c8 Collect all test-related files in `package:expect`. by Lasse R.H. Nielsen · 1 year, 1 month ago
  76. 9fec00a [SDK] Reland : Switch dart2js to an AOT snapshot. by asiva · 1 year, 1 month ago
  77. 55540e6 Update the fastestMarathon to 2023 human standards. by Florin · 1 year, 1 month ago
  78. 8d66e20 Change the type of `nullFuture` to `Future<void>`. by Lasse R.H. Nielsen · 1 year, 1 month ago
  79. 947639d Revert "[SDK] Switch dart2js to an AOT snapshot." by Siva Annamalai · 1 year, 1 month ago
  80. ff2d1a2 [SDK] Switch dart2js to an AOT snapshot. by asiva · 1 year, 1 month ago
  81. e260cc0 Reset regexp `lastIndex` before using it again. by Lasse R.H. Nielsen · 1 year, 1 month ago
  82. 7909ef1 [dart2wasm] Use `WasmExternRef?` instead of `WasmExternRef` by Martin Kustermann · 1 year, 1 month ago
  83. bfbbe5c [VM/Service] Delete all the Service ID zones created by a client when it disconnects by Derek Xu · 1 year, 1 month ago
  84. 835cd96 [Lib] Address a comment typo by asiva · 1 year, 1 month ago
  85. e3d1fda Fix BNF format typo for '_parseFormat' in date_time.dart file by Mihir Shah · 1 year, 1 month ago
  86. 32d2b53 [ddc] Delete defineLazy with legacy semantics by Nicholas Shahan · 1 year, 2 months ago
  87. b39607a [sdk/timeline] Address TODO to use collection literal by Parker Lougheed · 1 year, 2 months ago
  88. 39bcea7 [ddc] Cleanup use of `dart` library name by Nicholas Shahan · 1 year, 2 months ago
  89. 6121c39 [VM/Service] Expose Service ID zone APIs in service.md and package:vm_service by Derek Xu · 1 year, 2 months ago
  90. 06308f5 [vm] Skip bounds checks when accessing characters in JSON parser by Vyacheslav Egorov · 1 year, 2 months ago
  91. 1d39225 [dart2wasm] Add wasm module test mode. by Nate Biggs · 1 year, 2 months ago
  92. 09e47b67 [dart2wasm] Fix hash code of _RecordType by Ömer Sinan Ağacan · 1 year, 2 months ago
  93. d4c9263 [ddc] Cleanup changes to JSArray prototype by Nicholas Shahan · 1 year, 2 months ago
  94. e2efffa [vm] Simplify implementation of native ports by Vyacheslav Egorov · 1 year, 2 months ago
  95. c8a7922 Reland "Reapply "[dart2wasm] Allocate boxed bools once" and "[dart2wasm] Box `Pointer` values obtained from FFI calls"" by Ömer Sinan Ağacan · 1 year, 2 months ago
  96. 120dac3 Revert "[vm] Simplify implementation of native ports" by Slava Egorov · 1 year, 2 months ago
  97. 3c1c13d [dart2wasm] Add some prefer-inlines in typed data by Ömer Sinan Ağacan · 1 year, 2 months ago
  98. e4b505b Propagate http status code when http upgrade request failed by tguerin · 1 year, 2 months ago
  99. d146083 Revert "Reapply "[dart2wasm] Allocate boxed bools once" and "[dart2wasm] Box `Pointer` values obtained from FFI calls"" by Ömer Ağacan · 1 year, 2 months ago
  100. ef19c7e [vm] Throw error if library is already loaded when loading a dynamic module by Alexander Markov · 1 year, 2 months ago