This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/dart e7e45599cb1a..5701c4fd3b11 (25 commits) #16913
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.
https://dart.googlesource.com/sdk.git/+log/e7e45599cb1a..5701c4fd3b11
git log e7e4559..5701c4f --date=short --first-parent --format='%ad %ae %s'
2020-03-03 regis@google.com [VM/nnbd] Remove propagation of library mode to runtime after spec change.
2020-03-03 joshualitt@google.com [dart2js] Define type parameters of tearoffs as Object*/Object?
2020-03-03 jwren@google.com Override and allow the hidden option to be set on MigrateCommand
2020-03-03 nbosch@google.com Make some utilities private
2020-03-03 rmacnak@google.com [infra] Skip dart/trigger_gc_in_native_test on TSAN bot.
2020-03-03 pquitslund@google.com handle null exception params
2020-03-03 paulberry@google.com Add currentVersion to experiments.g.dart code generated output.
2020-03-03 paulberry@google.com Add
current-versionfield to tools/experimental_features.yaml.2020-03-03 jwren@google.com Allow dartdev to be executed from some ./dart-sdk/sdk/out/ReleaseX64/dart dart executable
2020-03-03 pquitslund@google.com fix pub get
2020-03-03 brianwilkerson@google.com Fix replace_null_with_closure when the parameter type has no parameter names (issue 40578)
2020-03-03 srawlins@google.com Missed one expectation change in parser recovery test
2020-03-03 rmacnak@google.com [vm, gc] Fix a lock order inversion detected by TSAN.
2020-03-03 rmacnak@google.com [vm, test] Fix data races in vm/cc/ThreadPool_*
2020-03-03 brianwilkerson@google.com Unify two error codes and improve the messages
2020-03-03 jcollins@google.com Prevent a crash when we have a -1 offset.
2020-03-03 nshahan@google.com [dartdevc] Add normalization of FutureOr types
2020-03-03 rmacnak@google.com [vm, gc] Fix data race during safepointing detected by TSAN in vm/cc/SafepointTestDart.
2020-03-03 rmacnak@google.com [vm, test] Fix race in shutdown of MessageHandler_Run.
2020-03-03 paulberry@google.com Migration: separate EditLink and TargetLink models for preview tool.
2020-03-03 paulberry@google.com Migration: update region_renderer_test to use new EditDetails data structure.
2020-03-03 paulberry@google.com Make migration codegen traverse directories in a stable order.
2020-03-03 paulberry@google.com Sort declarations in generate_resources.dart
2020-03-03 paulberry@google.com Migration: create object model for edit details.
2020-03-03 vsm@google.com [nnbd] skip runes tests that are no longer valid
Created with:
gclient setdep -r src/third_party/dart@5701c4fd3b11
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
Tbr: dart-vm-team@google.com