This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll Dart to 4eb879133a06c86869dc54cecf904f4b1d46c47b #6276
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
4eb8791 (HEAD, origin/master, origin/HEAD) Revert "[vm/compiler] Restrict !(x>y) -> (x<=y) to integral x,y"
4611eba Rename class when the refactoring is invoked on the class name in an instance creation.
71ad670 Provide quickfixes for imprecise integer literals.
a27bafc Check that the concrete member in the class has same type as the super-invoked member in the mixin.
0d71b8a Revert "[vm] Add a timeline stream for recording the zone high watermark."
96a1900 Remove dart2js non-strong platforms
bfeb270 [tests] Try dartkb with different vm flags
ba5a4bd Add periodic output to test.py so test infrastructure doesn't time out.
2cd277a Update bazel_worker package to v0.1.14.
7d3ee69 Corrects two typoes in the error messages for overrides.
cdb9336 [vm/tfa] Use concrete types for list and map literals and constants.
9e2262e Update supermixin tests to use new syntax
5dff98f Use inferred map type arguments in element map fields
2da165a Stop compilation early on CFE compile-time errors
0496569 implement super mixins in dartdevc and fix a few issues in Analyzer
0471d7e [vm/compiler] Restrict !(x>y) -> (x<=y) to integral x,y
6cc9d53 [vm] Use vmovdr instead of vmovsr when loading from Float64List
c8e26d6 [vm/compiler] Improve allocation sinking precision.
5c54401 Add test case reproducing issue #34488.
f8a3d80 Revert "[vm/kernel] Preserve strong mode types in async transformation"
b6e2e15 [vm/kernel] Make call site annotator transformation more robust
0c80630 [vm] Fix ia32/x64 gcc build.
c1ea77a [vm] Extend --trace_deoptimization to cover the lazy deopt causes.
d68f685 More minor fixes to the analyzer/FE comparison tool.
6d705d5 [dart:io,fuchsia] Fix edge-triggering emulation for read events
29d36dd [vm, kernel] Fast-path for reading non-generic types.
f8eeddb Fix missing import in unlinked_api_signature_test
57df495 [vm] Fix -O0 build.
1741448 [vm] Skip Profiler_FunctionInline on Mac.