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

Roll src/third_party/dart 70e3e67dd7..5e9df35a57 (45 commits)

5e9df35a57 [vm/ffi] Correctly sign- or zero-extend arguments and return values from native code.
33491a7d61 [infra] Remove unneeded check in test.py
def9671d32 [VM/SIMDBC] Add simdbc64 bytecodes to allow LoadIndexed/StoreIndexed to work on untagged arrays
8af57275eb Can't override implied setter covariantly
578249629d [co19 DEPS updated]
c4c0db440c Handle ir constants in noSuchMethod handling and deferred load
58882ffdd4 VM reads import uri if kernel binary version >= 22
3c2bfa554a Resolve type conflicts in dart:js
e9e0daee5c Add importUri and fileUri to Source.
4daa9b94ea [cfe] Compile if elements in lists and sets
c9efa472da Remove instrumentTopLevelInference as it is redundant with expectation files
57ac8b1ad9 Remove redundant instrumentation from tests and expectations.
6e1888af6b Circular type inference leads to InvalidType
479483ed13 Compute isGenericCovariantImpl in outline phase
b18b626d78 Remove deprecated AST structures related to the "UI as code" feature.
7fe4253a4e [analyzer] fix #36158, implicit cast missing on covariant return type
7e14f2aded Removed mirror methods from DeferredLoadTask
dec7e65334 Delete Flags.enableExperimentalMirrors
7eabbe70cd Make the --repl-compile option visible
9c8e6dc42c [analyzer] rewrite mostSpecificTypeArgument to use asInstanceOf
565e56dba6 [vm] Reduce cost of allocation tracing.
eaf41e49bf Re-land Linter 0.1.83
337a252c31 [analyzer] UI as code test cleanup
89f00ab25f Add a build rule for bytecode version of kernel_service.dill
fadf9b5fb3 [vm] Account for direct code calls from unoptimized code for --reused_instructions.
d0bdfee041 Fix DDC cast -- cast key/value/element individually & don't clobber names.
67243e0396 AstTextPrinter that prints AST tokens into their original positions.
d214646d89 Remove TestAnalysisContext and related.
22c535ac6e [dartdevc] simplify code for emitting constants
040fa0f83c Add undefined identifier test for for loops
21810c2aa1 Include gen_kernel_bytecode in create_sdk so that it can be uploaded by the builders
5614f8d771 Revert "bump linter to 0.1.83"
85e5684863 Remove OptionsWorkManager and GenerateOptionsErrorsTask is not a task.
33100aa1ce Delete some copy/pasted doc comments
2c001aacc0 [vm] Address various quirks observed in Fuchsia profiling samples.
9910374c20 Fix mistakes in control flow ambiguity test.
87108efecb [gardening] Update flutter patch so flutter compile_test passes.
55f3edadbe [dartdevc] Initial support for spread collections
2ceaccf5f6 Report EQUAL_ELEMENTS_IN_CONST_SET.
0c34bf13ea update ElementResolver postfix NNBD bang processing
9788949db8 Run dartfmt on pkg/analyzer/test/dart/ast/ast_test.dart
d012972c8d [CFE] Fold the asExpression call into the unique function.
ee1e036adf [CFE] Lazy constant evaluation for maybe-evaluated expressions.
330b958e20 [CFE] Check for null in constant evaluation.
ca5ac975fe Fix for crash in _DartNavigationComputerVisitor._addUriDirectiveRegion when part has invalid URI.
上级 3b19a4d3
......@@ -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': '70e3e67dd71267a611429602b342d484fca9b89b',
'dart_revision': '5e9df35a5794413202fbcaf0c41f6d4c5d2e7b81',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......@@ -48,7 +48,7 @@ vars = {
'dart_crypto_tag': '2.0.6',
'dart_csslib_tag': '0.14.4+1',
'dart_dart2js_info_tag': '0.6.0',
'dart_dart_style_tag': '1.2.2',
'dart_dart_style_tag': '1.2.4',
'dart_dartdoc_tag': 'v0.28.2',
'dart_fixnum_tag': '0.10.9',
'dart_glob_tag': '1.1.7',
......@@ -60,7 +60,7 @@ vars = {
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.7',
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.82',
'dart_linter_tag': '0.1.83',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_matcher_tag': '0.12.3',
......
Signature: c306c24d471bef4884795341830a763e
Signature: d8611addc54dd5fe85355e2e888206d4
UNUSED LICENSES:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册