🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/3.5.2
/
sdk
tag
64ff78ae46a14e90430943c88ba9e88c79edba83
tagger
Dart CI <dart-internal-release@dart-ci-internal.iam.gserviceaccount.com>
Wed Aug 28 12:16:04 2024
object
553aa88cc49dfa5db6f5eeebd34cccd94a2c20ae
3.5.2
b9d83af
[stable] Fix zlib inflation to ignore data past the ADLER32 trailer.
by Brian Quinlan
· 1 year, 4 months ago
35a595f
[beta] [ dart:io ] Fix minor bugs in network profiler
by Ben Konyi
· 1 year, 5 months ago
c6cb0e2
Make SecurityContext final.
by Brian Quinlan
· 1 year, 5 months ago
dd69914
Make the ConnectionTask constructor public.
by Brian Quinlan
· 1 year, 5 months ago
496b3e6
Support setting the minimum acceptable TLS version.
by Brian Quinlan
· 1 year, 5 months ago
3370a4e
Revert "Reapply "[ Service ] Start DDS and serve DevTools when the VM service is started via dart:developer""
by Ivan Inozemtsev
· 1 year, 5 months ago
5ea7c0f
docs: `Iterable.reduce` throws when empty
by Elijah Luckey
· 1 year, 5 months ago
8b1aa18
[dart2wasm] Use single unsigned cmp instead of two cmps when possible
by Ömer Sinan Ağacan
· 1 year, 6 months ago
644823b
[wasm/typed_data] Fix immutable flag
by Stephen Adams
· 1 year, 6 months ago
44d4451
Reapply "[ Service ] Start DDS and serve DevTools when the VM service is started via dart:developer"
by Ben Konyi
· 1 year, 6 months ago
00eac58
[vm] Remove transition_sentinel and detection of cyclic initialization of legacy static fields
by Alexander Markov
· 1 year, 6 months ago
8ed1ce9
svg: do not rename inherited ListMixin.length= parameter
by Sam Rawlins
· 1 year, 6 months ago
1c534e5
[dart2wasm/ddc/dart2js] Lower Function.toJS and JSExportedDartFunction.toDart
by Srujan Gaddam
· 1 year, 6 months ago
4b88698
Revert "[ Service ] Start DDS and serve DevTools when the VM service is started via dart:developer"
by Ben Konyi
· 1 year, 6 months ago
b8402f5
[dart:js_interop] Make ExternalDartReference generic
by Srujan Gaddam
· 1 year, 6 months ago
d33c948
[dart2wasm] Use unsafeCast in a few places
by Ömer Sinan Ağacan
· 1 year, 6 months ago
b1fcd83
[dart2wasm] Use unchecked codeUnitAt in first/lastNonWhitespace
by Ömer Sinan Ağacan
· 1 year, 6 months ago
1550539
[dart:js_interop] Make not and isTruthy return JSBoolean
by Srujan Gaddam
· 1 year, 6 months ago
0b76122
[dart:js_interop] Change importModule to accept JSAny
by Srujan Gaddam
· 1 year, 6 months ago
64d4689
[ Service ] Start DDS and serve DevTools when the VM service is started via dart:developer
by Ben Konyi
· 1 year, 6 months ago
0abc42e
fix typo "no key was not found"
by Jumpaku
· 1 year, 6 months ago
3f977f0
[dart2wasm] Fix handling of arguments to `main`
by Martin Kustermann
· 1 year, 6 months ago
09a7e4f
[dart2wasm] Optimize String & Byte transfer across WasmGC<->JS boundary
by Martin Kustermann
· 1 year, 6 months ago
af90670
[dart2wasm] Remove unused JSCM typed data lib
by Ömer Sinan Ağacan
· 1 year, 6 months ago
9fbe418
[dart2wasm] Use unchecked codeUnitAt in int.parse
by Ömer Sinan Ağacan
· 1 year, 6 months ago
793194e
[dart2js] Add retry suffix to part file multi-loader request URL.
by Nate Biggs
· 1 year, 6 months ago
5e12a4a
[dart2wasm] Optimize Dart->JS string conversion by specializing for OneByteString vs TwoByteString
by Martin Kustermann
· 1 year, 6 months ago
9761ccf
[dart2wasm] Remove runtime blob to/from js string helpers, use JS<>() instead
by Martin Kustermann
· 1 year, 6 months ago
844ced8
[dart2wasm] Move list implementations to their own library
by Ömer Sinan Ağacan
· 1 year, 6 months ago
6ca015a
[vm] Cleanup obsolete pragma vm:non-nullable-result-type
by Alexander Markov
· 1 year, 6 months ago
96eb11f
Update various flutter.dev links to more stable destinations
by Parker Lougheed
· 1 year, 6 months ago
705c745
Add `@Since` annotation, correct changelog entry position.
by Lasse R.H. Nielsen
· 1 year, 6 months ago
7f370d1
[dart2wasm] Add unchecked string operations extension, use it in libs
by Ömer Sinan Ağacan
· 1 year, 6 months ago
a954aa0
[dart2wasm] Move JSStringImpl to dart:_string
by Ömer Sinan Ağacan
· 1 year, 6 months ago
bfe05d6
[dart2wasm] Use WasmI32 (instead of double) as representation of integers across interop boundary
by Martin Kustermann
· 1 year, 6 months ago
a505bbc
Add `TypedDataList` superinterface on typed data lists.
by Lasse R.H. Nielsen
· 1 year, 6 months ago
b48008e
[vm] Remove unused dart:math and Double native methods
by Alexander Markov
· 1 year, 6 months ago
3b5065b
[dart2wasm] Implement unmodifiable JS byte data
by Ömer Sinan Ağacan
· 1 year, 6 months ago
baa5aa8
[dart2wasm] Remove a duplicated loop in dart:convert
by Ömer Sinan Ağacan
· 1 year, 6 months ago
08ca631
[dart2wasm] Remove unsafe casts in wasm:_simd
by Ömer Sinan Ağacan
· 1 year, 6 months ago
26c5de8
[wasm] Fix regression in removing Unmodifiable classes
by Stephen Adams
· 1 year, 6 months ago
7a94b5d
[dart:js_interop] Remove unnecessary casts in patch files
by Srujan Gaddam
· 1 year, 6 months ago
25a9fc0
[ddc] Move null check to JS foreign function in isDartClass and isDartFunction
by Srujan Gaddam
· 1 year, 6 months ago
76f6a32
[dart2wasm] StringBuffer improvements
by Ömer Sinan Ağacan
· 1 year, 6 months ago
7078310
[dart2wasm] Specialize string interpolation expressions for 1/2/3/4 arguments
by Martin Kustermann
· 1 year, 6 months ago
060d841
[vm] Improve JSON copyCharsToList argument type
by Ömer Sinan Ağacan
· 1 year, 6 months ago
18994e6
[typed_data] Remove UnmodifiableXXXView classes
by Stephen Adams
· 1 year, 6 months ago
1ec4677
[dart2wasm] More JSON decoding improvements
by Ömer Sinan Ağacan
· 1 year, 6 months ago
d150ad8
[dart2wasm] Move local constant variable to top-level
by Martin Kustermann
· 1 year, 6 months ago
ca3e67a
[dart2js] Add --interop-null-assertions.
by Mayank Patke
· 1 year, 6 months ago
6b788d2
[ Service / DDS ] Re-introduce explicit cast to remove dynamic invocation of operator[]
by Ben Konyi
· 1 year, 6 months ago
75f9312
[dart2wasm] Small optimization in JSON number parsing
by Ömer Sinan Ağacan
· 1 year, 6 months ago
dd92e9a
[dart2wasm] Faster search in RTT supers data structure
by Martin Kustermann
· 1 year, 6 months ago
cf9623f
[ DDS ] Update DDS launch sites to assume DDS process closes stderr
by Ben Konyi
· 1 year, 6 months ago
455d85f
[dart2wasm] Port VM JSON parsing improvements
by Ömer Sinan Ağacan
· 1 year, 6 months ago
efc59ee
[vm/libs][dart2wasm] Add some missing type arguments to convert_patch List types
by Ömer Sinan Ağacan
· 1 year, 6 months ago
e7d3b78
[dart2wasm] Port VM JSON decoding improvements
by Ömer Sinan Ağacan
· 1 year, 6 months ago
33563e5
[io,doc]: Point out that exit does not kill child processes.
by Brian Quinlan
· 1 year, 6 months ago
e7239ff
[dart2wasm] Specialize `is`/`as` checks for interface types
by Martin Kustermann
· 1 year, 6 months ago
54ab47e
[dart2wasm] Refactor RTT type checking implementation
by Martin Kustermann
· 1 year, 6 months ago
d32e2ec
[dart2wasm] Move `StackTrace.current` for `as` checks into shared runtime code
by Martin Kustermann
· 1 year, 6 months ago
1e60700
[dart2wasm] Optimize RTT data structures
by Martin Kustermann
· 1 year, 6 months ago
290d740
[dart2wasm] Avoid WasmArray<_Type> allocations in interface subtype checking
by Martin Kustermann
· 1 year, 6 months ago
23657ac
[dart2wasm] Remove dispatch table call in type check implementation if not needed
by Martin Kustermann
· 1 year, 6 months ago
ed409e5
[dart2wasm] Avoid optaining substitutions if dst type is not generic
by Martin Kustermann
· 1 year, 6 months ago
ed4b937
[io/socket_read] Fix `available` bug when limit of aggregated read bytes goes into effect
by Jens Johansen
· 1 year, 6 months ago
ed36bdd
[dart2wasm] Make _TypeUniverse a purely abstract class with static methods
by Martin Kustermann
· 1 year, 6 months ago
fc4bcab
[io] Propagate cancellation in _HttpOutgoing.addStream
by Vyacheslav Egorov
· 1 year, 6 months ago
7fa9b81
[io/socket_read] Limit aggregated read bytes to prevent OOM.
by Alexander Aprelev
· 1 year, 6 months ago
20316bc
Reapply "[js_runtime, js_dev_runtime] Implement `microsecond` field of `DataTime`"
by Stephen Adams
· 1 year, 6 months ago
72b2883
Revert "[js_runtime, js_dev_runtime] Implement `microsecond` field of `DataTime`"
by Ivan Inozemtsev
· 1 year, 7 months ago
fb057ea
[js_runtime, js_dev_runtime] Implement `microsecond` field of `DataTime`
by Stephen Adams
· 1 year, 7 months ago
fab56db
[dart2wasm] Move common code generation routines to state_machine, fix sync*
by Ömer Sinan Ağacan
· 1 year, 7 months ago
020a59e
js_interop: replace unsupported `[this]` comment references with `this`.
by Sam Rawlins
· 1 year, 7 months ago
e7dde83
[dart2wasm] Port VM fix for #52083 (sync*)
by Ömer Sinan Ağacan
· 1 year, 7 months ago
1e6c9b0
[vm/libs] Improve JsonUtf8Decoder performance.
by Vyacheslav Egorov
· 1 year, 7 months ago
480e631
[io/ssl] Avoid reinitiating racing handshake request.
by Alexander Aprelev
· 1 year, 7 months ago
b06a34f
Don't allow completing a `_Future` with itself.
by Lasse R.H. Nielsen
· 1 year, 7 months ago
3f705f0
[dart2js] allow tabs when computing the current script.
by Sigmund Cherem
· 1 year, 7 months ago
a8ea744
Update allowed_experiments.json to enable macros for the json package.
by Jake Macdonald
· 1 year, 7 months ago
6a25f12
SDK: replace unsupported `[this]` comment references with `this`.
by Sam Rawlins
· 1 year, 7 months ago
51ac900
[doc, io]: Add a note to indicate the batch file execution behavior on Windows.
by Brian Quinlan
· 1 year, 7 months ago
97321eb
Fix typos
by ChoiYS
· 1 year, 8 months ago
ac3a99b
[vm] Optimize double.remainder
by Alexander Markov
· 1 year, 8 months ago
b464fc9
Reland "Tweak `expect.dart` library."
by Lasse R.H. Nielsen
· 1 year, 8 months ago
4b66657
[vm/ffi] `address` of operator for FFI leaf calls
by Daco Harkes
· 1 year, 8 months ago
39276e9
[dart2wasm] Simplify libraries.yaml setup:
by Ömer Sinan Ağacan
· 1 year, 8 months ago
bae278e
Minor tweaks in Finalizer documentation:
by Ömer Sinan Ağacan
· 1 year, 8 months ago
1774314
[vm/test] Fix flakiness of vm/dart/use_dwarf_stack_traces_flag_test.
by Tess Strickland
· 1 year, 8 months ago
8bc935c
Fix documentation for `sublist` of `typed_data`
by Moritz
· 1 year, 8 months ago
9880838
[dart2wasm] Fix bug in [Finalizer] implementation
by Martin Kustermann
· 1 year, 8 months ago
637f3b2
[dart2wasm,dart2js] Fix setTimeout and setInterval impls in d8 scripts
by Ömer Sinan Ağacan
· 1 year, 8 months ago
061004f
[ddc] Cleanup old `setBaseClass()`
by Nicholas Shahan
· 1 year, 8 months ago
215323a
Fix broken links in dart:html package.
by Nate Biggs
· 1 year, 8 months ago
a2e3063
[dart2wasm] Remove redundant allocation in JSStringImpl.toString
by Ömer Sinan Ağacan
· 1 year, 8 months ago
a133b75
[dart2wasm] Enable weak reference / finalization tests on dart2wasm
by Martin Kustermann
· 1 year, 8 months ago
0165643
Reland "[SDK] - Ensure we only build an AOT snapshot for the frontend-server"
by asiva
· 1 year, 8 months ago
55f2754
[dart2wasm] Fix JSStringImpl trim methods, add tests
by Ömer Sinan Ağacan
· 1 year, 8 months ago
ad95bb6
Reland "[vm] Implement typed data view GetIndexed in flow graph builder"
by Alexander Markov
· 1 year, 8 months ago
95d8710
[dart2wasm] Cache hash codes in JSStringImpl
by Ömer Sinan Ağacan
· 1 year, 8 months ago
Next »