a8f3a5dae6 [VM] Ensure a class is type finalized before finalizing it.
fe6897ab7f [dartdevc] fix#36252, export private name symbols
b3e5be7a0a Remove from WATCHLISTS.
e129b201e5 Fix for absent names of parameters in GenericFunctionType.
98fc8ac7ff [ VM / Service ] Temporarily disable VM service auth codes by default
ed280a98a2 Instantiate to bounds when resolving type names.
5d6beb754e Bump http package to fix gclient
f657371972 Change dev_dependencies to any
04ee9b9336 Add support for the manifest checks in analyzer_cli
72fca58a11 [infra] Update d8 to 7.5.149
a91381ab07 Build local elements in initializer expressions, so support closures.
850d56c681 Fix an error in the manifest file test framework
4be9357966 [vm] Harden function_stress_test.dart
561dc79a7b Bring in the latest test and stream_channel
d4fee0a85e Issue 36576. Add returnType to constructor in available declarations.
32f120c1e9 Resolve default values in AST summaries.
d5bbf25197 [vm/compiler] Eliminate Redefinitions based on the reaching type.
5dd89ef9a0 fix invalid var init parser recovery
b9cbb679f3 [dart2js] Add `--experiment-new-rti` flag.
35e6c16c9c Make download_abi_dills.py check that each ABI version exists
7943e50cfd Compute simply bounded types.
dc173036ee DEPS: update csslib and html to latest
e104054059 Rework storing type parameters and function types.
2723835b18 dont fall back on the wrapped file system when the uri is the multi-u
ri scheme
b857d53e7e Re-work collection literal strict-raw-type to strict-inference
229e00d97b [vm/frontend_server] Ensure incremental compiler gets vm environment
defines set.
88c8d0c5ac Make download_abi_dills.py handle multiple abi verions not existing
a437160328 [vm/ffi] Fix bug in AllocateArgument caused by relying on order of ar
gument evaluation.
54caf5c950 Dart deps_pruning: track summary dependencies during analysis phase.
3dc29819c8 [vm] Don't emit graph body when intrinsification is complete.
f7ad0c4de8 [CFE] Avoid spurious circularity error when an error is evaluated aga
in.
a9f8248bfb Add support for computing fixes in pubspec and manifest files
1555594ddb Include a per-library index of owned sources in kernel
88068ebfe3 Add missing _getLocationInEnclosingFile on Typedef
f919c3985b Proper offstes on mixin classes
7f3ced4333 Set proper startCharOffset on enum classes
6609ea21e2 Proper endoffset on enum classes
a7a87df513 [vm/ffi] Replicate transition to/from native code around FFI calls.
460d00616c Better printing of imports
fe535ac27c Add missing offset to yield produced by await for
a190a2762b Allow debugger to stop on comparison to null
462e03d01e Reland "[vm] Refactor Location to use either dart::Register or dart::
host::Register"
aa9ce0f122 Revert "[vm] Repair the resolver abstraction, take 2."
7cdba2e711 Revert "[vm] Cache method resolution."
51433e65cc Compile flutter tests via the sdk
318967456c Resolve constructor initializers.
bed1bab2cd [vm/interpreter] remove assumptions about alignment of bytecode instr
uctions.
2f0dfd6124 [vm] Cache method resolution.
1685ac3683 [vm] Reimplement COMPILE_ASSERT with static_assert for nicer error me
ssages from the C++ compiler.
b6f8c717f0 update lint error code associations
5cc9455b65 scanner-tool: add explicit command-line arguments to enable printing
tokens
9e279a5054 [vm] Dart_Cleanup: wait for outstanding vm-service and kernel isolate
spawns.
385129e2fa bump to linter 0.1.86
d79787771e [vm] Repair the resolver abstraction, take 2.
ebd13e891f [vm/bytecode] Add UncheckedInterfaceCall instruction
1dd820158b [vm/bytecode] Avoid crashes when trying to collect token positions wi
thout AST
ab66a3808b Add more JS subtyping semantics to CFE constant evaluator.
585debbb2e [dart/fuzzer] Exclude process info from API table
2cde9c05ee [VM] Better error messages when unexpected constant tags are seen in
the kernel reader.
17f5d2d757 Add assists to inline add and addAll
8bffea0fa4 [infra] Ensure all message are written before exiting test.py
72b7e95c74 [vm/service] Give service isolate name.
92c9f124c3 [ VM / Service ] Fixed HTTP requests to the VM service not working co
rrectly with authentication codes
9876e92c7d [dart/vm] Support OSR on non-empty expression stack
dc606ef02f [dart/fuzzer] Exclude 'pid' from API table
f819c866e7 [vm, interpreter] Handle method extractors as a bytecode.
5735bde143 Fix a test to fix the windows bot
75a529f115 [vm/tests] Improve usability of pkg/vm tests
ac02811081 [cfe] Allow expression compilation with constant-update-2018
5ed4cdac5d Remove unused import
f4e63990cb [vm/ffi] Support FFI on ARM32.
409b68a4ce [vm] Mark type_feedback_test as Slow.
773bea1774 [vm] Mark compilation_trace_test as Slow.
741b1f501f [vm/dbc] Implement CheckNull for DBC and enable optimizations
4ab4545ff7 [cfe] Add type and file offset to constant expressions
66477b9fcf [co19] DEPS file updated
edc6f88168 Use compiler context when serializing components and performing trans
formations.
523e3789e0 Add support for providing fixes in analysis options files
b76694386a [dart/fuzzer] Exclude Platform from API table
919461badd Ensure boolified SSA nodes are non-null first.
1bc1e483e0 Fix a typo in the service protocol docs.
FlutterStandardReader's `readValueOfType:` method returns nil when
called with `FlutterStandardFieldNil`. By extension, `readValue` can
also return nil values.
Since the GLFW shell is likely to continue to exist in at least the
medium term, it is useful for maintenance to be able to build and use it
on any desktop platform.
Includes a buildroot roll to pick up the macOS build suppport for
third_party/glfw.
When flutter/synchronization was first authored, we did not own fml (it was called fxl then). Now we do, so use a single spot for such utilities. The pipeline was meant to be a general purpose utility that was only ever used by the animator (it even has animator specific tracing), so move that to shell instead (where the animator resides).
The issue with gn --unoptimized seems to be solved in the ToT engine, buildroot, or depot_tools.
The added test makes sure that it won't be broken again for non-Google windows machines.
1490a90bc1 Track guards using NullabilityNode rather than ConstraintVariable.
7f224d9fbe Track parameters that might need to be made optional/required using NullabilityNode.
6c063512ae Validate that nullability is propagated from optional/required named parameters.
ed7f524afb Refactor more of the migration tool to use NullabilityNode rather than ConstraintVariable.
78c55022b1 [VM] - Fix for issue 36484 exposed when ExperimentalFlag.constantUpdate2018 is turned on in CFE
a7175938c3 Remove use of package_root in analyzer/test/error_test
45a5349175 Track constant field initializers for field analysis.
91c042c066 Implement isCovariant for fields.
Some components in the Flutter engine were derived from the forked blink codebase. While the forked components have either been removed or rewritten, the use of the blink namespace has mostly (and inconsistently) remained. This renames the blink namesapce to flutter for consistency. There are no functional changes in this patch.
When running on Fuchsia, "fml/trace_event.h" sends trace events towards
Fuchsia's tracing system, rather than its own |fml::tracing::*| one. Do
the same thing for |FlutterEventTracer|, in order to unlock category
"skia" trace events when running on Fuchsia.
The reason this was not working before is because |FlutterEventTracer|
was directly using |fml::tracing::*| functions, rather than the
TRACE_EVENT_* macros.
In the future, we can look into having the skia event tracer enabled by
default on Fuchsia, controlling the presence of Skia events by
enabling/disabling the "skia" category, once we measure the performance
cost of doing so.
cc63d6e647 dart fix support for control_flow_collection fixes
6d941f8099 Add manifest file error codes to master list of errors
e9765499cc Support for name offset, code offset/length, documentation.
cb894430ae error code associations for ui as code lints
29a6ad3beb Lazy AstBinaryReader is always lazy.
8f3608ca25 Enable ddb to run with experiments
de6a7feb24 [vm] Add assertion to check if number of type arguments was calculated before setting type parameters
86734d476b [infra] Remove obsolete tools/infra/config directory
Looks like someone added a new use of the method while I was waiting for flutter
to roll. nuking the last instance so i can move forward with deprecating and
removing it.
b23817105c Build types for function typed formal parameters.
93b4c5ca57 [vm] Improve error message for Dart_PropagateError with no exit frame.
3dd09e2a3d Follow up on change https://dart-review.googlesource.com/c/sdk/+/98623 to fix a failing Windows test
94c34d3cbe Introduce a getter on the Variables class to represent types that are a priori known to be non-nullable.
3ffe59e1e9 Fix for URIs of parts.
f1f297e213 Build export elements and combinators.
762acf00e8 Restore computing export scopes.
959cf5967d Simplify strong_test_helper