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