提交 a2073187 编写于 作者: B Ben Konyi

Roll src/third_party/dart ec4d48e241..50b0d85804 (87 commits)

50b0d85804 [vm/ffi] Observatory support for FFI
db599d4005 [vm/ffi] Fix GC crash in SimDBC
39dbaecfc1 Remove tests relying on contravariant uses of varaibles in supertypes
e6e2020fb2 [fasta] Allow only covariant uses of type parameters in supertypes
527c165426 Deprecate 'abstract' setter in elements, replace with 'isAbstract'.
d368bb8ecd Make some fields in LinkedNode informative.
e4362612b0 Add support for dynamic registration for LSP
969038934a [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
3a2bc9b8e7 Updated pub client
c67b9f2331 [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
b3a06c1933 [dart:_http] Fix http_cookie_date_test.dart compile errors.
1025c5bebb [DDC] Only inline textually small constants.
25033cee32 [CFE] Control inlining of const variables from backend.
afc54e23e3 [vm/ffi] FFI callbacks on ARM64.
0a5e5995e8 [vm/ffi] FFI callbacks on IA32.
ae944a68ed [Incremental compiler] Only re-check package-uris if base-uri changed
d911d9b5ff Cleanup "libraries" field in DillTarget when their invalidated
eb131c3d68 [kernel worker] Don't do unnecessary computeCanonicalNames
ec3cd7ffe0 Workaround for dartbug.com/36983 also when not in incremental compiler
e19bcb9411 [vm/ffi] Fix Google3 build
bd39cca700 [compiler] Mark each variable stored on entry to catch block.
0e5ebcaa96 Add InlineData and InlineDataCache
508a9fa6b0 Work-around called-once imprecision
bd078896f8 [vm/ffi] Remove use of private symbols from ffi_test_functions.cc
21b74fdf79 [dart2js] Update expectation file after BigInt fix in core lib.
735669190e [corelib BigInt] Fix implementation of BigInt.modInverse (fixes issue #37008).
5b200ea3dc remove unused import
70bd05e662 Stop ignoring runtime cast failures on function types.
eff6e95385 Improve code generation for variant classes.
03e415a4e8 Update the hover 'containingLibraryName' to not include the 'file:///' prefix.
4979a51a9c Add information about existing imports to completion response.
e43d81af5f Folders containing overlayed files should exist even if they do not exist on disk
e42d4a1d89 fix missing returns in lambdas
baa721ba23 Add an sdk module to the modular_test pipeline
64ed4bf664 Changes to bazel worker to support modular testing.
fc6954f084 [dartdevc] self hosting tests
f4f2c77d4a improve missing body error messages
ec1ddcdb83 improve extension message missing body error message
9081f28fbb [analyzer] fix a copy paste doc issue and 2 unused imports
3c34c8fa2f Fix type substitution of "star" types.
77f2603052 [dartdevc] preliminary nnbd support
0e5d18f281 Ensure that nullability promotion of the `Null` type yields `Never`.
5278d4059a Sort non_nullable_test.dart
0fb0185df0 [cfe] Extract field initializer tokens from the token stream
b53162d82b [build] Link with dl library on linux by default.
10692669e3 [cfe] Add flags for new experimental features
052272d998 Avoid dependency on file system order in modular_test/loader_test
d7054690ab [vm/compiler] Partially revert "Replace LoadClassId for known cids."
c20802ce16 [cfe] Introduce a Kernel annotation builder
eca6c8953f Allow `async` as an identifier everywhere.
dbd70dd214 [cfe] Simplify metadata builders
9f9f10ad97 Use cached serialization of source-information
4ff89f880d Move registrations on OutputUnitData to the impact transformer
7580e77ef2 Support modular code generation
225a301637 [vm/ffi] Re-land "[vm/ffi] FFI callbacks on X64."
edadc9c881 Add support for caching results of shared modules.
8208e872f8 Refactor summary IDL generator.
22c086fbe5 Remove unsafe uses of TypeImpl.withNullability (use TypeSystem instead).
aa785d938b [dart/vm] Fix erroneous claim on "temp" Q7
704446d159 Disable implicit casts but keep dynamic casts when NNBD enabled
49262365dc [vm] Do expensive kernel metadata verification only once per kernel
cc2fac57f3 Remove HBoolify
dfbc3923e4 add default CompilerContext in analysis server
1ffcccd9cc add extension method header parser recovery
db367542b3 [vm/kernel] Fix uninitialized variables in kernel_translation_helper.h
c4d691064a Remove unused methods from LinkedUnitContext.
5822645e66 Support for 'Wrap with Xyz' for expressions in ExpressionFunctionBody.
4b7c05f2ce Remove LinkedNodeVariablesDeclaration.
6e1f628f19 Outline the StackZone's Zone
cd2188f2f5 DAS change in hover behavior- the containingLibraryName now returns the URI of the containing library instead of the (possibly non-existent) library name
4fc86d726f Fix some lints in LSP tests
d4e2d78a94 [vm] Partially disable 5393ce7d35729e6a6b89e6e9316e99c15a8e3639.
338b74a52c [vm/ffi] Align stack frame when entering and exiting safe point
7bbd8ea29d Introduce a representation of the type `Never?`.
28f701982b Add diagnostic location info to more tests
70a0c86a4a Update pub client reference
cbd4391747 [vm/compiler] Forward the ByteData constructor length argument.
1993669102 Clean up examples in analyzer docs that were using deprecated APIs and add a test to catch future breakages
14b1d2feb8 [infra] Make deflaking optional in test.dart
181aeb30e7 Don't use OneShotInterceptorData during codegen and remove SuperMemberData
d92341be08 first cut parse extension methods
df95340f0c [dart:_http] Fix parsing of empty cookies and double quotes.
b316210d94 [vm/compiler] Speed up the compiler part which deals with kernel reading up in DEBUG mode
0c891451a8 cleanup parser forwarding and test listeners
6edefda065 cleanup token rewriter and clients
4ccf7b865e Don't set type for StringLiteral(s) in directives.
caac50d7ff [dartdevc] Fix metalet regression
上级 0a6aeb34
......@@ -31,7 +31,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'ec4d48e241633c3cbbc824343547afe44176d9c8',
'dart_revision': '50b0d85804d2bed16fda74677aa650c4d9e523c1',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......@@ -75,7 +75,7 @@ vars = {
'dart_pedantic_tag': 'v1.5.0',
'dart_pool_tag': '1.3.6',
'dart_protobuf_rev': '7d34c9e4e552a4f66acce32e4344ae27756a1949',
'dart_pub_rev': '8c363fe26f059c3063f1129adbb3c4e22a8ce954',
'dart_pub_rev': 'ecd5b413271f2699f8cd9e23aa4eebb5030c964f',
'dart_pub_semver_tag': '1.4.2',
'dart_quiver-dart_tag': '2.0.0+1',
'dart_resource_rev': '2.1.5',
......
Signature: 1c27df6da4a7bf4e95b88c0d5f2f09af
Signature: f8eb0bd2f645f5aef1d8488c249be1f2
UNUSED LICENSES:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册