Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/3.0.1
/
runtime
tag
d21095126a46f5e3f2aaf4397aac607caefe5cf0
tagger
Dart CI <dart-internal-release@dart-ci-internal.iam.gserviceaccount.com>
Wed May 17 13:25:18 2023
object
1618a775995ef6f862b9f05be61a6a8fc23f2e4d
3.0.1
be064bd
[CP][beta] Remove left-over patch declarations for `List` constructor.
by Lasse R.H. Nielsen
· 2 years, 5 months ago
e810f06
[beta] [vm/compiler] Support obfuscation of record field names
by Alexander Markov
· 2 years, 5 months ago
6ea4f75
[beta] [vm/compiler] Fix compiler crash when unboxed record is used in a try block
by Alexander Markov
· 2 years, 5 months ago
5318269
[test] Misc dart:io test fixes.
by Ryan Macnak
· 2 years, 5 months ago
f0adc91
[test/ffi] Test `null` in `Handle`
by Daco Harkes
· 2 years, 5 months ago
511bf8a
Add `nonNulls`, `indexed` and other extensions on iterables.
by Lasse R.H. Nielsen
· 2 years, 5 months ago
6eba1cc
[test] Unify discovery of gen_snapshot etc paths and fix for simarm_x64.
by Ryan Macnak
· 2 years, 5 months ago
5573ce7
Make `Iterable` be the default implementation of itself.
by Lasse R.H. Nielsen
· 2 years, 5 months ago
2f71556
Fix --disable-telemetry by adding the necessary handling to the VM
by Janice Collins
· 2 years, 5 months ago
b4b55c4d
[VM/Service] Fix service_2/valid_source_locations_test by updating observatory_2's `stringToInstanceKind()`
by Derek Xu
· 2 years, 5 months ago
74004b4
[VM/Service] Fix service_2/step_through_mixin_from_sdk_test
by Derek Xu
· 2 years, 5 months ago
2f72133
Add record-related `wait` extensions on `Future` tuples.
by Lasse R.H. Nielsen
· 2 years, 5 months ago
67797ef
Add more class modifiers to dart:collection.
by Lasse R.H. Nielsen
· 2 years, 5 months ago
9c3e294
[vm/compiler] Improve logic for combining types when both types have the same cid
by Alexander Markov
· 2 years, 5 months ago
3d8424e
[test] Introduce status variable $simulator, and fix some cases missing simarm_x64.
by Ryan Macnak
· 2 years, 5 months ago
70bbee7
[vm] Don't forget an isolate is shutting down when processing a resume command.
by Ryan Macnak
· 2 years, 5 months ago
f8076ad
[vm, compiler] Implement PcRelativeTrampolineJumpPattern for RISC-V.
by Ryan Macnak
· 2 years, 5 months ago
71b0bb3
[vm] Allow breakpoints on record assignments
by Alexander Markov
· 2 years, 5 months ago
e1c2192
[vm] Make writeHeapSnapshotToFile() API public in dart:developer
by Martin Kustermann
· 2 years, 5 months ago
6e252d9
[vm] Allow sending objects across isolates that implement (but not extend) [NativeFieldWrapperClass]
by Martin Kustermann
· 2 years, 5 months ago
3de5d25
[vm] Class modifiers for `NativeFieldWrapper` subtypes
by Daco Harkes
· 2 years, 5 months ago
e0e14c3
[vm] Update NULL to nullptr in runtime/platform.
by Ryan Macnak
· 2 years, 5 months ago
9e76983
Reland "Add more `interface` and `final` modifiers to `dart:core`."
by Lasse R.H. Nielsen
· 2 years, 5 months ago
4176d8a
[vm] Update NULL to nullptr in runtime/lib.
by Ryan Macnak
· 2 years, 5 months ago
25548a9
[vm, reload] NoSuchMethodError after a static target goes missing or changes signature.
by Ryan Macnak
· 2 years, 5 months ago
103a098
[vm,debugger] Do not stop at hoisted variable declarations when stepping through patterns
by Alexander Markov
· 2 years, 5 months ago
3da80be
[vm] Fix crashes on record types in mirrors and observatory
by Alexander Markov
· 2 years, 5 months ago
de2abc6
[vm] Update NULL to nullptr in runtime/vm/compiler.
by Ryan Macnak
· 2 years, 5 months ago
c566435
[vm] Update NULL to nullptr in runtime/vm/heap.
by Ryan Macnak
· 2 years, 5 months ago
6f22389
Mark variable as used
by Sigurd Meldgaard
· 2 years, 5 months ago
fcf6008
Allow `dart run --packages=...` and `dart --packages=... run`
by Sigurd Meldgaard
· 2 years, 5 months ago
7914382
[cfe] Remove length check from map pattern matching
by Johnni Winther
· 2 years, 5 months ago
2528bf8
[kernel] Add VariableDeclaration.isHoisted
by Johnni Winther
· 2 years, 5 months ago
042c3f6
[vm] Cleanup unused metric accessors in VM
by Martin Kustermann
· 2 years, 5 months ago
d449a33
[vm] Restore FrameLayout name
by Vyacheslav Egorov
· 2 years, 5 months ago
d01421c
[test] Recognize exitcode 1 from all sanitizers.
by Ryan Macnak
· 2 years, 5 months ago
1112942
[dds/dap] Don't call setLibraryDebuggable unnecessarily
by Danny Tuppeny
· 2 years, 5 months ago
ed09412
[vm] Remove `implements_finalizable` bit
by Daco Harkes
· 2 years, 5 months ago
02947b5
[vm] Remove Dart_SetGCEventCallback() API
by Martin Kustermann
· 2 years, 5 months ago
51f49fd
[vm] Eagerly allocate (<native-name>, <tear-off>) function data for natives.
by Martin Kustermann
· 2 years, 5 months ago
7744620
Reland "[analyzer] Move 4 more HintCodes to be WarningCodes, UNUSED_*"
by Samuel Rawlins
· 2 years, 5 months ago
8d6a15e
[vm] Make sure builtin types have consistent names across different build modes
by Alexander Markov
· 2 years, 5 months ago
0a3f27c
[vm, gc] Note that reload requires a precise GC.
by Ryan Macnak
· 2 years, 5 months ago
e48f35b
Revert "[analyzer] Move 4 more HintCodes to be WarningCodes, UNUSED_*"
by Oleh Prypin
· 2 years, 5 months ago
0ef7ed2
[analyzer] Move 4 more HintCodes to be WarningCodes, UNUSED_*
by Sam Rawlins
· 2 years, 5 months ago
67683c3
[vm/isolates] Introduce 'vm:isolate-unsendable' pragma.
by Alexander Aprelev
· 2 years, 5 months ago
fa0c81e
Revert "Reland "[ Observatory ] Disable serving Observatory by default""
by Zach Anderson
· 2 years, 5 months ago
5117c45
[vm/compiler] Combine argument type with static and inferred parameter types during inlining
by Alexander Markov
· 2 years, 6 months ago
9daa679
[vm/reload] Ensure we only morph instantiated classes and enums.
by Alexander Aprelev
· 2 years, 6 months ago
c927840
[ VM ] Add support for samping heap profiler in PRODUCT mode
by Ben Konyi
· 2 years, 6 months ago
6890420
[ VM ] Re-work heap sampling profiler APIs to make use of WeakTable
by Ben Konyi
· 2 years, 6 months ago
fb1516c
Reland "[ Observatory ] Disable serving Observatory by default"
by Ben Konyi
· 2 years, 6 months ago
fc65f50
[vm, compiler] Always reserve x18 on RISC-V.
by Ryan Macnak
· 2 years, 6 months ago
d8613bb
[analyzer] Move 3 more HintCodes to be WarningCodes, UNNECESSARY_*
by Sam Rawlins
· 2 years, 6 months ago
7c6f6d6
Update dartfuzz code to remove generation of old super-mixins
by Natsu
· 2 years, 6 months ago
15de818
[ Service ] Add new InstanceKind "UserTag"
by Ben Konyi
· 2 years, 6 months ago
929fec6
Reland "[vm] Refactor StubCodeCompiler to be a real class."
by Liam Appelbe
· 2 years, 6 months ago
7acb6f2
Revert "[vm] Refactor StubCodeCompiler to be a real class."
by Emmanuel Pellereau
· 2 years, 6 months ago
f20e6d3
[vm] Remove complex logic in kernel loader for dealing with annotations
by Martin Kustermann
· 2 years, 6 months ago
afdf640
[vm] Refactor StubCodeCompiler to be a real class.
by Liam Appelbe
· 2 years, 6 months ago
5921f83
[Runtime/VM] Enable SUPPORT_TIMELINE in product mode on iOS
by Jia Hao Goh
· 2 years, 6 months ago
92e5746
Reland "[vm/ffi] Add class modifiers"
by Daco Harkes
· 2 years, 6 months ago
2cc96bf
[vm] Add an ABI for Fuchsia RISC-V.
by Ryan Macnak
· 2 years, 6 months ago
2fc9ea5
copy language/mixin tests to language/mixin_legacy with 2.19 opt out
by Jake Macdonald
· 2 years, 6 months ago
a62bfec
[ Service ] Allow for case insensitive URI mappings on Windows and MacOS
by Ben Konyi
· 2 years, 6 months ago
7471994
Revert "[vm/ffi] Add class modifiers"
by Zach Anderson
· 2 years, 6 months ago
2d5c46c
[vm/compiler] Do not assume that LoadField is performed from a record of a compatible shape
by Alexander Markov
· 2 years, 6 months ago
1755f89
[vm/ffi] Add class modifiers
by Daco Harkes
· 2 years, 6 months ago
c761de6
[analyzer] Move 3 more HintCodes to be WarningCodes, UNNECESSARY_N*
by Sam Rawlins
· 2 years, 6 months ago
ec39319
[VM/Timeline] Add a synchronization monitor to TimelineTrackMetadataRace test
by Derek Xu
· 2 years, 6 months ago
c2d664a
[vm/compiler] Take cid into account when deciding if CheckClass is needed during inlining
by Alexander Markov
· 2 years, 6 months ago
c62534f
[cfe] Clean up properties on Pattern classes
by Johnni Winther
· 2 years, 6 months ago
e716e5a
[vm/tests] Split vm/dart/optimized_switch_test to pre- and post-Dart 3.0 versions
by Alexander Markov
· 2 years, 6 months ago
295e210
[vm/aot] Unbox records using inferred record shapes
by Alexander Markov
· 2 years, 6 months ago
e2be063
[vm] Assert only that intptr_t is big enough for ThreadId, not exactly the same.
by Ryan Macnak
· 2 years, 6 months ago
dba7192
[VM/Timeline] Fix infinite loop in TimelineTrackMetadataRace test
by Derek Xu
· 2 years, 6 months ago
e90a368
Revert "[VM/Timeline] Print a warning when conflicting timeline CLI options are set"
by Derek Xu
· 2 years, 6 months ago
50dd8ed
[CLI] Add help message about --timeline-recorder to `dart run --help`
by Derek Xu
· 2 years, 6 months ago
d76ae6d
[CLI] Fix handling of `--timeline-streams` when it is supplied after `dart run`
by Derek Xu
· 2 years, 6 months ago
cfa22fc
[gardening] Adjust language/switch_test presence in iso-stress-linux test suite.
by Alexander Aprelev
· 2 years, 6 months ago
bad074c
[vm, reload] Account for enums now having the possibility of shape changes.
by Ryan Macnak
· 2 years, 6 months ago
5a8ddc0
Revert "[ Observatory ] Disable serving Observatory by default"
by Siva Annamalai
· 2 years, 6 months ago
62077dd
[VM/Timeline] Print a warning when conflicting timeline CLI options are set
by Derek Xu
· 2 years, 6 months ago
9703692
[vm] Hide local variables synthesized in the front-end from debugger
by Alexander Markov
· 2 years, 6 months ago
936cdee
Revert "Reland "Add more `interface` and `final` modifiers to `dart:core`.""
by Ilya Yanok
· 2 years, 6 months ago
e293eb8
Reland "Add more `interface` and `final` modifiers to `dart:core`."
by Lasse R.H. Nielsen
· 2 years, 6 months ago
f17cf33
[kernel] Move Pattern nodes to package:kernel
by Johnni Winther
· 2 years, 6 months ago
56eaffb
[flip-patterns] Enable "records" and "patterns" experiment flags.
by Robert Nystrom
· 2 years, 6 months ago
fadbd51
[ Service ] Remove unused variable in GetIsolateMetricList
by Ben Konyi
· 2 years, 6 months ago
f51fedc
[ dart:developer ] Remove Metrics related classes
by Ben Konyi
· 2 years, 6 months ago
edead9c
[ Observatory ] Disable serving Observatory by default
by Ben Konyi
· 2 years, 6 months ago
04e6f4c
[kernel] Add VariableDeclaration.isSynthesized
by Johnni Winther
· 2 years, 6 months ago
737b6f7
[flip-modifiers]: flip the flags for sealed classes and class modifiers
by Jake Macdonald
· 2 years, 6 months ago
8c7d47c
[vm/compiler] Keep and propagate static types during local type propagation
by Alexander Markov
· 2 years, 6 months ago
8955408
Update SDK constraints for SDK packages.
by Konstantin Shcheglov
· 2 years, 6 months ago
bb3fc88
[flip-patterns] Pin to tests/vm/dart/regress_flutter51298_test.dart to 2.19.
by Robert Nystrom
· 2 years, 6 months ago
732d1cc
Revert "Add more `interface` and `final` modifiers to `dart:core`."
by Oleh Prypin
· 2 years, 6 months ago
4f8333e
Add more `interface` and `final` modifiers to `dart:core`.
by Lasse R.H. Nielsen
· 2 years, 6 months ago
63bea10
[vm/regexp] Name generated Regexp function with actual expression.
by Alexander Aprelev
· 2 years, 6 months ago
5c76d09
[build] Use relative paths.
by Ryan Macnak
· 2 years, 6 months ago
Next »