This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) #15485
Merged
skia-flutter-autoroll
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Jan 11, 2020
Merged
Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) #15485
skia-flutter-autoroll
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Jan 11, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://dart.googlesource.com/sdk.git/+log/395daaa3ecfc..b3457c8cc2c1 git log 395daaa..b3457c8 --date=short --first-parent --format='%ad %ae %s' 2020-01-11 fishythefish@google.com [dart2js] Fork the RTI subtyping algorithm into legacy and NNBD variants. 2020-01-11 regis@google.com [VM//nnbd] Update code generation of 'is instance of' for NNBD. 2020-01-11 sigmund@google.com (dart2js) initialize the receiver type to its static type during inference 2020-01-11 sigmund@google.com (dart2js) remove unnecessary uses of receiverMask 2020-01-11 sigmund@google.com (dart2js) rename typeOfSend, delete unused typeOfGetter 2020-01-10 rmacnak@google.com [vm, service] Fix broken references to dual-mapped Instructions in heap snapshots. 2020-01-10 pquitslund@google.com quickfix for hash_and_equals 2020-01-10 scheglov@google.com The invoked type cannot be InterfaceType at this point. 2020-01-10 scheglov@google.com Use implementation from InvocationInferenceHelper in MethodInvocationResolver. 2020-01-10 bkonyi@google.com [ dartfuzz ] Disable operator / for Float64x2 and Float32x4 2020-01-10 scheglov@google.com Use analyzer's Packages for GnWorkspace. 2020-01-10 scheglov@google.com Move FunctionExpressionInvocation inference to InvocationInferenceHelper. 2020-01-10 paulberry@google.com Split EditPlan into a base and derived class. 2020-01-10 rnystrom@google.com Show subdirectories in test migration progress report. 2020-01-10 fmil@google.com Sets the loading path for tzdata 2020-01-10 scheglov@google.com Provide packages map to PackageBuildWorkspace. 2020-01-10 aaclarke@google.com Added note about memory management of passed in strings to Dart_SetVMFlags. 2020-01-10 aaclarke@google.com Updated docstring for Dart_IsVMFlagSet. 2020-01-10 rmacnak@google.com [vm, gc] Sweep non-executable large pages concurrently. 2020-01-10 brianwilkerson@google.com Make AtomicEdit concrete and remove subclasses 2020-01-10 paulberry@google.com Migration: annotate API tests that assume dead code is commented out. 2020-01-10 mfairhurst@google.com [nnbd_migration] Make list constructor nullable if specified length 2020-01-10 fishythefish@google.com [dart2js] Remove redundant (incorrect) assert from evalTypeVariable. 2020-01-10 pquitslund@google.com remove unused local 2020-01-10 paulberry@google.com Migration: move finalize method into EditPlanner. 2020-01-10 jakemac@google.com remove --bazel-mappings support since it is no longer used 2020-01-10 artem.serov@arm.com [runtime/vm] ARM64: Use shared stubs for BoxInt64Instr. 2020-01-10 artem.serov@arm.com [vm/compiler] Fix Mint allocation stub runtime entry and test. 2020-01-10 artem.serov@arm.com [vm/compiler] ARM64: Improve compare and branch with zero. 2020-01-10 pquitslund@google.com fix override change edit for super operators 2020-01-10 scheglov@google.com Remove unused private ForStatementImpl constructor. 2020-01-10 vsm@google.com [dartdevc,nnbd] fix static async errors 2020-01-10 scheglov@google.com Separate inference with and without type arguments in FunctionExpressionInvocationResolver. 2020-01-10 vsm@google.com [dartdevc,nnbd] restore bound on JS helper 2020-01-10 nshahan@google.com [dart:async] Cleanup workaround in NNBD fork 2020-01-10 jonahwilliams@google.com [http] cleanups in sdk/sdk_nnbd 2020-01-10 pquitslund@google.com stop proposing `new` 2020-01-10 dmitryas@google.com [cfe] Report errors on missing required named parameters at call sites 2020-01-10 sstrickl@google.com [vm/compiler] Clean up ELF creation code. 2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] An indices to annotations preserve original order in id_generation 2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] Use id_generation to show annotation diff 2020-01-10 jnherder@google.com Adds Dart embedder API for creating 'vm-service' isolate when Dart VM is running in AOT mode. 2020-01-10 jensj@google.com [parser] Fix 'late' used as 'var' 2020-01-10 athom@google.com [co19] Roll co19 to 6d84d8db719f2076e0c2bbc41db9297e803ab445 2020-01-10 jensj@google.com [parser] bang before type arguments 2020-01-10 dmitryas@google.com [cfe] Synthesize null initializer for required named parameters 2020-01-10 kathyw@google.com Link from CONTRIBUTING to the code of conduct. 2020-01-10 sra@google.com [dart2js] Fix over-eager NullCheck removal 2020-01-10 sigmund@google.com Ensure native methods default to have all side-effects 2020-01-10 srawlins@google.com Migrator: edge between extension 'on' type and invocation targets; flutter#40023 2020-01-10 fishythefish@google.com [dart2js] Implement new subtype algorithm structure for DartTypes. 2020-01-10 fishythefish@google.com [dart2js] New RTI: Use new algorithm structure for runtime subtype checks. 2020-01-10 jwren@google.com Cleanup- remove the Dart Editor directories from the .gitignore file 2020-01-10 aam@google.com [vm/gardening] Fix service/isolate_lifecycle_test. 2020-01-10 vsm@google.com [dartdevc] regression test for dart:* nnbd static errors on bots 2020-01-09 sra@google.com [dart2js] nnbd: Implement NullCheck 2020-01-09 scheglov@google.com Issue 37122. Fix for downwards inference for FunctionExpressionInvocation. 2020-01-09 scheglov@google.com Issue 40033. Fix for 'bool' context type for '!' prefix expression. 2020-01-09 rnystrom@google.com Migrate lib_2/async to NNBD. 2020-01-09 scheglov@google.com Issue 37122. Fix inference for FunctionExpressionInvocation. 2020-01-09 nbosch@google.com Remove isKernel argment tracking 2020-01-09 scheglov@google.com Extract PrefixExpressionResolver. 2020-01-09 scheglov@google.com First steps in cleaning up FunctionExpressionInvocationResolver. 2020-01-09 athom@google.com [infra] Fix cfe NNBD builder 2020-01-09 paulberry@google.com Migration: begin integrating FixBuilder. 2020-01-09 bkonyi@google.com [ 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 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
Auto-roller completed checks. About to merge. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 11, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 11, 2020
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Jan 13, 2020
flutter/engine@3d37d39...88935ca git log 3d37d39..88935ca --first-parent --oneline 2020-01-11 nurhan@google.com Support Clipboard.getData and Clipboard.setData for Flutter for web (flutter/engine#15455) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) (flutter/engine#15485) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@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
mehere
pushed a commit
to mehere/flutter
that referenced
this pull request
Jan 14, 2020
flutter/engine@3d37d39...88935ca git log 3d37d39..88935ca --first-parent --oneline 2020-01-11 nurhan@google.com Support Clipboard.getData and Clipboard.setData for Flutter for web (flutter/engine#15455) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) (flutter/engine#15485) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@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
NoamDev
pushed a commit
to NoamDev/engine
that referenced
this pull request
Feb 27, 2020
https://dart.googlesource.com/sdk.git/+log/395daaa3ecfc..b3457c8cc2c1 git log 395daaa..b3457c8 --date=short --first-parent --format='%ad %ae %s' 2020-01-11 fishythefish@google.com [dart2js] Fork the RTI subtyping algorithm into legacy and NNBD variants. 2020-01-11 regis@google.com [VM//nnbd] Update code generation of 'is instance of' for NNBD. 2020-01-11 sigmund@google.com (dart2js) initialize the receiver type to its static type during inference 2020-01-11 sigmund@google.com (dart2js) remove unnecessary uses of receiverMask 2020-01-11 sigmund@google.com (dart2js) rename typeOfSend, delete unused typeOfGetter 2020-01-10 rmacnak@google.com [vm, service] Fix broken references to dual-mapped Instructions in heap snapshots. 2020-01-10 pquitslund@google.com quickfix for hash_and_equals 2020-01-10 scheglov@google.com The invoked type cannot be InterfaceType at this point. 2020-01-10 scheglov@google.com Use implementation from InvocationInferenceHelper in MethodInvocationResolver. 2020-01-10 bkonyi@google.com [ dartfuzz ] Disable operator / for Float64x2 and Float32x4 2020-01-10 scheglov@google.com Use analyzer's Packages for GnWorkspace. 2020-01-10 scheglov@google.com Move FunctionExpressionInvocation inference to InvocationInferenceHelper. 2020-01-10 paulberry@google.com Split EditPlan into a base and derived class. 2020-01-10 rnystrom@google.com Show subdirectories in test migration progress report. 2020-01-10 fmil@google.com Sets the loading path for tzdata 2020-01-10 scheglov@google.com Provide packages map to PackageBuildWorkspace. 2020-01-10 aaclarke@google.com Added note about memory management of passed in strings to Dart_SetVMFlags. 2020-01-10 aaclarke@google.com Updated docstring for Dart_IsVMFlagSet. 2020-01-10 rmacnak@google.com [vm, gc] Sweep non-executable large pages concurrently. 2020-01-10 brianwilkerson@google.com Make AtomicEdit concrete and remove subclasses 2020-01-10 paulberry@google.com Migration: annotate API tests that assume dead code is commented out. 2020-01-10 mfairhurst@google.com [nnbd_migration] Make list constructor nullable if specified length 2020-01-10 fishythefish@google.com [dart2js] Remove redundant (incorrect) assert from evalTypeVariable. 2020-01-10 pquitslund@google.com remove unused local 2020-01-10 paulberry@google.com Migration: move finalize method into EditPlanner. 2020-01-10 jakemac@google.com remove --bazel-mappings support since it is no longer used 2020-01-10 artem.serov@arm.com [runtime/vm] ARM64: Use shared stubs for BoxInt64Instr. 2020-01-10 artem.serov@arm.com [vm/compiler] Fix Mint allocation stub runtime entry and test. 2020-01-10 artem.serov@arm.com [vm/compiler] ARM64: Improve compare and branch with zero. 2020-01-10 pquitslund@google.com fix override change edit for super operators 2020-01-10 scheglov@google.com Remove unused private ForStatementImpl constructor. 2020-01-10 vsm@google.com [dartdevc,nnbd] fix static async errors 2020-01-10 scheglov@google.com Separate inference with and without type arguments in FunctionExpressionInvocationResolver. 2020-01-10 vsm@google.com [dartdevc,nnbd] restore bound on JS helper 2020-01-10 nshahan@google.com [dart:async] Cleanup workaround in NNBD fork 2020-01-10 jonahwilliams@google.com [http] cleanups in sdk/sdk_nnbd 2020-01-10 pquitslund@google.com stop proposing `new` 2020-01-10 dmitryas@google.com [cfe] Report errors on missing required named parameters at call sites 2020-01-10 sstrickl@google.com [vm/compiler] Clean up ELF creation code. 2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] An indices to annotations preserve original order in id_generation 2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] Use id_generation to show annotation diff 2020-01-10 jnherder@google.com Adds Dart embedder API for creating 'vm-service' isolate when Dart VM is running in AOT mode. 2020-01-10 jensj@google.com [parser] Fix 'late' used as 'var' 2020-01-10 athom@google.com [co19] Roll co19 to 6d84d8db719f2076e0c2bbc41db9297e803ab445 2020-01-10 jensj@google.com [parser] bang before type arguments 2020-01-10 dmitryas@google.com [cfe] Synthesize null initializer for required named parameters 2020-01-10 kathyw@google.com Link from CONTRIBUTING to the code of conduct. 2020-01-10 sra@google.com [dart2js] Fix over-eager NullCheck removal 2020-01-10 sigmund@google.com Ensure native methods default to have all side-effects 2020-01-10 srawlins@google.com Migrator: edge between extension 'on' type and invocation targets; flutter#40023 2020-01-10 fishythefish@google.com [dart2js] Implement new subtype algorithm structure for DartTypes. 2020-01-10 fishythefish@google.com [dart2js] New RTI: Use new algorithm structure for runtime subtype checks. 2020-01-10 jwren@google.com Cleanup- remove the Dart Editor directories from the .gitignore file 2020-01-10 aam@google.com [vm/gardening] Fix service/isolate_lifecycle_test. 2020-01-10 vsm@google.com [dartdevc] regression test for dart:* nnbd static errors on bots 2020-01-09 sra@google.com [dart2js] nnbd: Implement NullCheck 2020-01-09 scheglov@google.com Issue 37122. Fix for downwards inference for FunctionExpressionInvocation. 2020-01-09 scheglov@google.com Issue 40033. Fix for 'bool' context type for '!' prefix expression. 2020-01-09 rnystrom@google.com Migrate lib_2/async to NNBD. 2020-01-09 scheglov@google.com Issue 37122. Fix inference for FunctionExpressionInvocation. 2020-01-09 nbosch@google.com Remove isKernel argment tracking 2020-01-09 scheglov@google.com Extract PrefixExpressionResolver. 2020-01-09 scheglov@google.com First steps in cleaning up FunctionExpressionInvocationResolver. 2020-01-09 athom@google.com [infra] Fix cfe NNBD builder 2020-01-09 paulberry@google.com Migration: begin integrating FixBuilder. 2020-01-09 bkonyi@google.com [ 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 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
NoamDev
added a commit
to NoamDev/engine
that referenced
this pull request
Feb 27, 2020
…ter#15485)" This reverts commit 321ec25.
filmil
pushed a commit
to filmil/engine
that referenced
this pull request
Mar 13, 2020
https://dart.googlesource.com/sdk.git/+log/395daaa3ecfc..b3457c8cc2c1 git log 395daaa..b3457c8 --date=short --first-parent --format='%ad %ae %s' 2020-01-11 fishythefish@google.com [dart2js] Fork the RTI subtyping algorithm into legacy and NNBD variants. 2020-01-11 regis@google.com [VM//nnbd] Update code generation of 'is instance of' for NNBD. 2020-01-11 sigmund@google.com (dart2js) initialize the receiver type to its static type during inference 2020-01-11 sigmund@google.com (dart2js) remove unnecessary uses of receiverMask 2020-01-11 sigmund@google.com (dart2js) rename typeOfSend, delete unused typeOfGetter 2020-01-10 rmacnak@google.com [vm, service] Fix broken references to dual-mapped Instructions in heap snapshots. 2020-01-10 pquitslund@google.com quickfix for hash_and_equals 2020-01-10 scheglov@google.com The invoked type cannot be InterfaceType at this point. 2020-01-10 scheglov@google.com Use implementation from InvocationInferenceHelper in MethodInvocationResolver. 2020-01-10 bkonyi@google.com [ dartfuzz ] Disable operator / for Float64x2 and Float32x4 2020-01-10 scheglov@google.com Use analyzer's Packages for GnWorkspace. 2020-01-10 scheglov@google.com Move FunctionExpressionInvocation inference to InvocationInferenceHelper. 2020-01-10 paulberry@google.com Split EditPlan into a base and derived class. 2020-01-10 rnystrom@google.com Show subdirectories in test migration progress report. 2020-01-10 fmil@google.com Sets the loading path for tzdata 2020-01-10 scheglov@google.com Provide packages map to PackageBuildWorkspace. 2020-01-10 aaclarke@google.com Added note about memory management of passed in strings to Dart_SetVMFlags. 2020-01-10 aaclarke@google.com Updated docstring for Dart_IsVMFlagSet. 2020-01-10 rmacnak@google.com [vm, gc] Sweep non-executable large pages concurrently. 2020-01-10 brianwilkerson@google.com Make AtomicEdit concrete and remove subclasses 2020-01-10 paulberry@google.com Migration: annotate API tests that assume dead code is commented out. 2020-01-10 mfairhurst@google.com [nnbd_migration] Make list constructor nullable if specified length 2020-01-10 fishythefish@google.com [dart2js] Remove redundant (incorrect) assert from evalTypeVariable. 2020-01-10 pquitslund@google.com remove unused local 2020-01-10 paulberry@google.com Migration: move finalize method into EditPlanner. 2020-01-10 jakemac@google.com remove --bazel-mappings support since it is no longer used 2020-01-10 artem.serov@arm.com [runtime/vm] ARM64: Use shared stubs for BoxInt64Instr. 2020-01-10 artem.serov@arm.com [vm/compiler] Fix Mint allocation stub runtime entry and test. 2020-01-10 artem.serov@arm.com [vm/compiler] ARM64: Improve compare and branch with zero. 2020-01-10 pquitslund@google.com fix override change edit for super operators 2020-01-10 scheglov@google.com Remove unused private ForStatementImpl constructor. 2020-01-10 vsm@google.com [dartdevc,nnbd] fix static async errors 2020-01-10 scheglov@google.com Separate inference with and without type arguments in FunctionExpressionInvocationResolver. 2020-01-10 vsm@google.com [dartdevc,nnbd] restore bound on JS helper 2020-01-10 nshahan@google.com [dart:async] Cleanup workaround in NNBD fork 2020-01-10 jonahwilliams@google.com [http] cleanups in sdk/sdk_nnbd 2020-01-10 pquitslund@google.com stop proposing `new` 2020-01-10 dmitryas@google.com [cfe] Report errors on missing required named parameters at call sites 2020-01-10 sstrickl@google.com [vm/compiler] Clean up ELF creation code. 2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] An indices to annotations preserve original order in id_generation 2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] Use id_generation to show annotation diff 2020-01-10 jnherder@google.com Adds Dart embedder API for creating 'vm-service' isolate when Dart VM is running in AOT mode. 2020-01-10 jensj@google.com [parser] Fix 'late' used as 'var' 2020-01-10 athom@google.com [co19] Roll co19 to 6d84d8db719f2076e0c2bbc41db9297e803ab445 2020-01-10 jensj@google.com [parser] bang before type arguments 2020-01-10 dmitryas@google.com [cfe] Synthesize null initializer for required named parameters 2020-01-10 kathyw@google.com Link from CONTRIBUTING to the code of conduct. 2020-01-10 sra@google.com [dart2js] Fix over-eager NullCheck removal 2020-01-10 sigmund@google.com Ensure native methods default to have all side-effects 2020-01-10 srawlins@google.com Migrator: edge between extension 'on' type and invocation targets; flutter#40023 2020-01-10 fishythefish@google.com [dart2js] Implement new subtype algorithm structure for DartTypes. 2020-01-10 fishythefish@google.com [dart2js] New RTI: Use new algorithm structure for runtime subtype checks. 2020-01-10 jwren@google.com Cleanup- remove the Dart Editor directories from the .gitignore file 2020-01-10 aam@google.com [vm/gardening] Fix service/isolate_lifecycle_test. 2020-01-10 vsm@google.com [dartdevc] regression test for dart:* nnbd static errors on bots 2020-01-09 sra@google.com [dart2js] nnbd: Implement NullCheck 2020-01-09 scheglov@google.com Issue 37122. Fix for downwards inference for FunctionExpressionInvocation. 2020-01-09 scheglov@google.com Issue 40033. Fix for 'bool' context type for '!' prefix expression. 2020-01-09 rnystrom@google.com Migrate lib_2/async to NNBD. 2020-01-09 scheglov@google.com Issue 37122. Fix inference for FunctionExpressionInvocation. 2020-01-09 nbosch@google.com Remove isKernel argment tracking 2020-01-09 scheglov@google.com Extract PrefixExpressionResolver. 2020-01-09 scheglov@google.com First steps in cleaning up FunctionExpressionInvocationResolver. 2020-01-09 athom@google.com [infra] Fix cfe NNBD builder 2020-01-09 paulberry@google.com Migration: begin integrating FixBuilder. 2020-01-09 bkonyi@google.com [ 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 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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/395daaa3ecfc..b3457c8cc2c1
git log 395daaa..b3457c8 --date=short --first-parent --format='%ad %ae %s'
2020-01-11 fishythefish@google.com [dart2js] Fork the RTI subtyping algorithm into legacy and NNBD variants.
2020-01-11 regis@google.com [VM//nnbd] Update code generation of 'is instance of' for NNBD.
2020-01-11 sigmund@google.com (dart2js) initialize the receiver type to its static type during inference
2020-01-11 sigmund@google.com (dart2js) remove unnecessary uses of receiverMask
2020-01-11 sigmund@google.com (dart2js) rename typeOfSend, delete unused typeOfGetter
2020-01-10 rmacnak@google.com [vm, service] Fix broken references to dual-mapped Instructions in heap snapshots.
2020-01-10 pquitslund@google.com quickfix for hash_and_equals
2020-01-10 scheglov@google.com The invoked type cannot be InterfaceType at this point.
2020-01-10 scheglov@google.com Use implementation from InvocationInferenceHelper in MethodInvocationResolver.
2020-01-10 bkonyi@google.com [ dartfuzz ] Disable operator / for Float64x2 and Float32x4
2020-01-10 scheglov@google.com Use analyzer's Packages for GnWorkspace.
2020-01-10 scheglov@google.com Move FunctionExpressionInvocation inference to InvocationInferenceHelper.
2020-01-10 paulberry@google.com Split EditPlan into a base and derived class.
2020-01-10 rnystrom@google.com Show subdirectories in test migration progress report.
2020-01-10 fmil@google.com Sets the loading path for tzdata
2020-01-10 scheglov@google.com Provide packages map to PackageBuildWorkspace.
2020-01-10 aaclarke@google.com Added note about memory management of passed in strings to Dart_SetVMFlags.
2020-01-10 aaclarke@google.com Updated docstring for Dart_IsVMFlagSet.
2020-01-10 rmacnak@google.com [vm, gc] Sweep non-executable large pages concurrently.
2020-01-10 brianwilkerson@google.com Make AtomicEdit concrete and remove subclasses
2020-01-10 paulberry@google.com Migration: annotate API tests that assume dead code is commented out.
2020-01-10 mfairhurst@google.com [nnbd_migration] Make list constructor nullable if specified length
2020-01-10 fishythefish@google.com [dart2js] Remove redundant (incorrect) assert from evalTypeVariable.
2020-01-10 pquitslund@google.com remove unused local
2020-01-10 paulberry@google.com Migration: move finalize method into EditPlanner.
2020-01-10 jakemac@google.com remove --bazel-mappings support since it is no longer used
2020-01-10 artem.serov@arm.com [runtime/vm] ARM64: Use shared stubs for BoxInt64Instr.
2020-01-10 artem.serov@arm.com [vm/compiler] Fix Mint allocation stub runtime entry and test.
2020-01-10 artem.serov@arm.com [vm/compiler] ARM64: Improve compare and branch with zero.
2020-01-10 pquitslund@google.com fix override change edit for super operators
2020-01-10 scheglov@google.com Remove unused private ForStatementImpl constructor.
2020-01-10 vsm@google.com [dartdevc,nnbd] fix static async errors
2020-01-10 scheglov@google.com Separate inference with and without type arguments in FunctionExpressionInvocationResolver.
2020-01-10 vsm@google.com [dartdevc,nnbd] restore bound on JS helper
2020-01-10 nshahan@google.com [dart:async] Cleanup workaround in NNBD fork
2020-01-10 jonahwilliams@google.com [http] cleanups in sdk/sdk_nnbd
2020-01-10 pquitslund@google.com stop proposing
new
2020-01-10 dmitryas@google.com [cfe] Report errors on missing required named parameters at call sites
2020-01-10 sstrickl@google.com [vm/compiler] Clean up ELF creation code.
2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] An indices to annotations preserve original order in id_generation
2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] Use id_generation to show annotation diff
2020-01-10 jnherder@google.com Adds Dart embedder API for creating 'vm-service' isolate when Dart VM is running in AOT mode.
2020-01-10 jensj@google.com [parser] Fix 'late' used as 'var'
2020-01-10 athom@google.com [co19] Roll co19 to 6d84d8db719f2076e0c2bbc41db9297e803ab445
2020-01-10 jensj@google.com [parser] bang before type arguments
2020-01-10 dmitryas@google.com [cfe] Synthesize null initializer for required named parameters
2020-01-10 kathyw@google.com Link from CONTRIBUTING to the code of conduct.
2020-01-10 sra@google.com [dart2js] Fix over-eager NullCheck removal
2020-01-10 sigmund@google.com Ensure native methods default to have all side-effects
2020-01-10 srawlins@google.com Migrator: edge between extension 'on' type and invocation targets; #40023
2020-01-10 fishythefish@google.com [dart2js] Implement new subtype algorithm structure for DartTypes.
2020-01-10 fishythefish@google.com [dart2js] New RTI: Use new algorithm structure for runtime subtype checks.
2020-01-10 jwren@google.com Cleanup- remove the Dart Editor directories from the .gitignore file
2020-01-10 aam@google.com [vm/gardening] Fix service/isolate_lifecycle_test.
2020-01-10 vsm@google.com [dartdevc] regression test for dart:* nnbd static errors on bots
2020-01-09 sra@google.com [dart2js] nnbd: Implement NullCheck
2020-01-09 scheglov@google.com Issue 37122. Fix for downwards inference for FunctionExpressionInvocation.
2020-01-09 scheglov@google.com Issue 40033. Fix for 'bool' context type for '!' prefix expression.
2020-01-09 rnystrom@google.com Migrate lib_2/async to NNBD.
2020-01-09 scheglov@google.com Issue 37122. Fix inference for FunctionExpressionInvocation.
2020-01-09 nbosch@google.com Remove isKernel argment tracking
2020-01-09 scheglov@google.com Extract PrefixExpressionResolver.
2020-01-09 scheglov@google.com First steps in cleaning up FunctionExpressionInvocationResolver.
2020-01-09 athom@google.com [infra] Fix cfe NNBD builder
2020-01-09 paulberry@google.com Migration: begin integrating FixBuilder.
2020-01-09 bkonyi@google.com [ 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 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