This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll Dart to 1ac34f151363958a11bb2997611acc2a1d54ed01 #5969
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.
dart-lang/sdk@1ac34f1 [vm] Fix @pragma detection in KernelLoader.
dart-lang/sdk@0986b2b Clean up test.py named configurations code
dart-lang/sdk@df9ca4c Adjusted method_override_test to eliminate spurious compile time error
dart-lang/sdk@5332130 [kernel] Remove Vector-related Kernel nodes
dart-lang/sdk@6814dac Add bug number to kernel service status line
dart-lang/sdk@ad1d9e4 Update status for app_jitk after 164c7e3
dart-lang/sdk@4deab5b Observatory: Don't give a stacktrace on Sentinel
dart-lang/sdk@f36ab38 Detect isKernel better in service tests
dart-lang/sdk@f6a74b0 Add note to status about a tests that cannot be expected to pass
dart-lang/sdk@164c7e3 Debugging sync* and yield
dart-lang/sdk@f9e50ba Update formated error for nonexisting constructor
dart-lang/sdk@f609258 Use the position on as when issuing AssertAssignable for as
dart-lang/sdk@f754b8c Remove dead language_2_dart2js.status lines
dart-lang/sdk@737e546 Resolve invalid return from constructor.
dart-lang/sdk@9f238d9 Remove $fasta from language_2_dart2js.status
dart-lang/sdk@a521870 Clean up dart2js assertion_test status
dart-lang/sdk@1a70450 Update examples to always use sources and errorListeners.
dart-lang/sdk@7cf2607 Make minified names explicit in printed representation of types.
dart-lang/sdk@77202bf Resolve invalid 'as' constant expression.
dart-lang/sdk@cec29e4 Infer original expression in SyntheticExpressionJudgment.
dart-lang/sdk@b0de4d8 Add support for and a few additional CFE-based tests
dart-lang/sdk@d9a07b0 Fixed createObjectStore to keyPath.
dart-lang/sdk@0bb7a87 Fix analysis error in pkg/smith
dart-lang/sdk@17b54c7 Improve error detection in search code
dart-lang/sdk@0ac1178 Initial stress test for code completion
dart-lang/sdk@e0f6fdf Refactor testing:TestConfiguration to use smith:Configuration by inclusion.
dart-lang/sdk@95d1ebd Fix one cause of timeouts in tests
dart-lang/sdk@72b2542 Mark tests with Dart 1 constants in const context failing in all configs.
dart-lang/sdk@42b02e0 Add more test steps to the analyzer --use-cfe bots.
dart-lang/sdk@8bec83b Add the analyzer-use-cfe-linux bot to the commit queue.
dart-lang/sdk@315216e [dart2js] Avoid collision with getInterceptor.
dart-lang/sdk@f02d4d4 Fix bad merge
dart-lang/sdk@1a83245 Triage language tests for void
dart-lang/sdk@35a982b [VM kernel] Add missing type parameter finalization in type reader.
dart-lang/sdk@09a8660 fix typo
dart-lang/sdk@8cbbd7a [VM interpreter] Use write barrier in implicit setter.
dart-lang/sdk@91caf82 Do self-interceptor optimization on a per-use basis
dart-lang/sdk@8df84c0 Store resolution for out of range integer literals.
dart-lang/sdk@bfa890d [vm/compiler] Various 64-bit operator improvements.
dart-lang/sdk@92a7094 Fix three missing return warnings.
dart-lang/sdk@1babc13 [vm/kernel/bytecode] Report compile-time errors from constant evaluation while generating bytecode
dart-lang/sdk@8114ecb Fix tests after fixing constant fields with CFE.
dart-lang/sdk@85edb76 Fix field constants verifying with CFE.
dart-lang/sdk@8692936 Verify constants using Analyzer.
dart-lang/sdk@b83072c Clean up use of callFailingTest
dart-lang/sdk@8d3d82a [vm/kernel] Untangle the spaghetti-code in BuildGraphOfFunction and fix bugs.
dart-lang/sdk@368bcc4 Add parse dartdoc tests for fasta parser
dart-lang/sdk@cda3659 [fasta] Handle annotations on formals of typedefs
dart-lang/sdk@46743f3 Remove $runtime == drt sections and uses of drt from status files.
dart-lang/sdk@637e55d [kernel] Add VariableDeclarations to represent formals of Typedefs
dart-lang/sdk@4c455e7 [VM] During hot-reload check if .packages was modified, tell IKG to re-load it if so
dart-lang/sdk@5a259ac De-flake the analysis server integration tests.
dart-lang/sdk@380696f Set element/type for some resynthesized expressions.
dart-lang/sdk@4ab8408 [vm/kernel/bytecode] Support partial tear-off instantiation constants in bytecode generator and bytecode reader
dart-lang/sdk@62a2752 Translate ConstructorElement(s) of parameterized InterfaceType(s) to ConstructorMember(s).
dart-lang/sdk@a19a468 Revise CHANGELOG.
dart-lang/sdk@91c6130 CHANGELOG copyedits
dart-lang/sdk@5f4c617 Fix typo in CHANGELOG.md
dart-lang/sdk@5313553 Run the analysis server 'analysis-server-cold' with --use-cfe.
dart-lang/sdk@758e5ea Use '=' for default values of named parameters.
dart-lang/sdk@f625490 Attempt to fix failures on the windows bot
dart-lang/sdk@bbfc465 Cleaned up a few entries in the CHANGELOG
dart-lang/sdk@e402732 Improve documentation of the -O flag