Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2bd4aff

Browse files
Roll src/third_party/dart 395daaa..b3457c8 (66 commits) (#15485)
https://dart.googlesource.com/sdk.git/+log/395daaa3ecfc..b3457c8cc2c1 git log 395daaa..b3457c8 --date=short --first-parent --format='%ad %ae %s' 2020-01-11 [email protected] [dart2js] Fork the RTI subtyping algorithm into legacy and NNBD variants. 2020-01-11 [email protected] [VM//nnbd] Update code generation of 'is instance of' for NNBD. 2020-01-11 [email protected] (dart2js) initialize the receiver type to its static type during inference 2020-01-11 [email protected] (dart2js) remove unnecessary uses of receiverMask 2020-01-11 [email protected] (dart2js) rename typeOfSend, delete unused typeOfGetter 2020-01-10 [email protected] [vm, service] Fix broken references to dual-mapped Instructions in heap snapshots. 2020-01-10 [email protected] quickfix for hash_and_equals 2020-01-10 [email protected] The invoked type cannot be InterfaceType at this point. 2020-01-10 [email protected] Use implementation from InvocationInferenceHelper in MethodInvocationResolver. 2020-01-10 [email protected] [ dartfuzz ] Disable operator / for Float64x2 and Float32x4 2020-01-10 [email protected] Use analyzer's Packages for GnWorkspace. 2020-01-10 [email protected] Move FunctionExpressionInvocation inference to InvocationInferenceHelper. 2020-01-10 [email protected] Split EditPlan into a base and derived class. 2020-01-10 [email protected] Show subdirectories in test migration progress report. 2020-01-10 [email protected] Sets the loading path for tzdata 2020-01-10 [email protected] Provide packages map to PackageBuildWorkspace. 2020-01-10 [email protected] Added note about memory management of passed in strings to Dart_SetVMFlags. 2020-01-10 [email protected] Updated docstring for Dart_IsVMFlagSet. 2020-01-10 [email protected] [vm, gc] Sweep non-executable large pages concurrently. 2020-01-10 [email protected] Make AtomicEdit concrete and remove subclasses 2020-01-10 [email protected] Migration: annotate API tests that assume dead code is commented out. 2020-01-10 [email protected] [nnbd_migration] Make list constructor nullable if specified length 2020-01-10 [email protected] [dart2js] Remove redundant (incorrect) assert from evalTypeVariable. 2020-01-10 [email protected] remove unused local 2020-01-10 [email protected] Migration: move finalize method into EditPlanner. 2020-01-10 [email protected] remove --bazel-mappings support since it is no longer used 2020-01-10 [email protected] [runtime/vm] ARM64: Use shared stubs for BoxInt64Instr. 2020-01-10 [email protected] [vm/compiler] Fix Mint allocation stub runtime entry and test. 2020-01-10 [email protected] [vm/compiler] ARM64: Improve compare and branch with zero. 2020-01-10 [email protected] fix override change edit for super operators 2020-01-10 [email protected] Remove unused private ForStatementImpl constructor. 2020-01-10 [email protected] [dartdevc,nnbd] fix static async errors 2020-01-10 [email protected] Separate inference with and without type arguments in FunctionExpressionInvocationResolver. 2020-01-10 [email protected] [dartdevc,nnbd] restore bound on JS helper 2020-01-10 [email protected] [dart:async] Cleanup workaround in NNBD fork 2020-01-10 [email protected] [http] cleanups in sdk/sdk_nnbd 2020-01-10 [email protected] stop proposing `new` 2020-01-10 [email protected] [cfe] Report errors on missing required named parameters at call sites 2020-01-10 [email protected] [vm/compiler] Clean up ELF creation code. 2020-01-10 [email protected] [analyzer,cfe,dart2js] An indices to annotations preserve original order in id_generation 2020-01-10 [email protected] [analyzer,cfe,dart2js] Use id_generation to show annotation diff 2020-01-10 [email protected] Adds Dart embedder API for creating 'vm-service' isolate when Dart VM is running in AOT mode. 2020-01-10 [email protected] [parser] Fix 'late' used as 'var' 2020-01-10 [email protected] [co19] Roll co19 to 6d84d8db719f2076e0c2bbc41db9297e803ab445 2020-01-10 [email protected] [parser] bang before type arguments 2020-01-10 [email protected] [cfe] Synthesize null initializer for required named parameters 2020-01-10 [email protected] Link from CONTRIBUTING to the code of conduct. 2020-01-10 [email protected] [dart2js] Fix over-eager NullCheck removal 2020-01-10 [email protected] Ensure native methods default to have all side-effects 2020-01-10 [email protected] Migrator: edge between extension 'on' type and invocation targets; #40023 2020-01-10 [email protected] [dart2js] Implement new subtype algorithm structure for DartTypes. 2020-01-10 [email protected] [dart2js] New RTI: Use new algorithm structure for runtime subtype checks. 2020-01-10 [email protected] Cleanup- remove the Dart Editor directories from the .gitignore file 2020-01-10 [email protected] [vm/gardening] Fix service/isolate_lifecycle_test. 2020-01-10 [email protected] [dartdevc] regression test for dart:* nnbd static errors on bots 2020-01-09 [email protected] [dart2js] nnbd: Implement NullCheck 2020-01-09 [email protected] Issue 37122. Fix for downwards inference for FunctionExpressionInvocation. 2020-01-09 [email protected] Issue 40033. Fix for 'bool' context type for '!' prefix expression. 2020-01-09 [email protected] Migrate lib_2/async to NNBD. 2020-01-09 [email protected] Issue 37122. Fix inference for FunctionExpressionInvocation. 2020-01-09 [email protected] Remove isKernel argment tracking 2020-01-09 [email protected] Extract PrefixExpressionResolver. 2020-01-09 [email protected] First steps in cleaning up FunctionExpressionInvocationResolver. 2020-01-09 [email protected] [infra] Fix cfe NNBD builder 2020-01-09 [email protected] Migration: begin integrating FixBuilder. 2020-01-09 [email protected] [ dartfuzz ] Properly filter Float32x4.fromInt32x4Bits from being emitted in programs generated by DartFuzz Created with: gclient setdep -r src/third_party/dart@b3457c8cc2c1 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 [email protected] 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: [email protected]
1 parent 3d37d39 commit 2bd4aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '395daaa3ecfc585ec71550a21b81701da25252ee',
37+
'dart_revision': 'b3457c8cc2c1d8451d61fa8c6ab4a3d7529f7d76',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: dbc2d75b9e3dcd7ec2dfebe7410c9069
1+
Signature: bccdd00bb498e644c0288742e9cad30c
22

33
UNUSED LICENSES:
44

0 commit comments

Comments
 (0)