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