8e73b3c006 Enable ui-as-code features.
698800a902 [ VM / Service ] Initialize ThreadInterrupter state even if profiler isn't enabled.
e7f75e11ae Add more checks for manifest
4b7d256a06 Revert "Enable constant-update-2018 by default." and "Update .expect files in pkg/front_end after e9ca6a53"
ecdbdf00b8 [dartdevc] Retry ddc incremental compile on crash
6dc209e858 [tests] UI-as-Code in const collections is a compile time error
f175b0baf8 Report errors for using control-flow and spread features in a const context
73d99df7e0 Report when a potentially nullable type is used in an on clause
80dd5ca3d4 new "modifier out of order" error code
9070d6ae61 [dart/vm] Inspect shift constant in absence of range analysis
49607d13e2 Bump markdown to 2.0.3
1642934663 [vm, interpreter] Emit only one copy of exception processing.
41e9878348 Unbreak two tests that were failing on Windows.
cef1e31284 Rewrite AST for implicit instance creation.
6e28c24a01 [vm/compiler/bytecode] Ensure CheckStackOverflow is in the join block
5af34ea93d [CFE] Handle invalid constant string interpolation in unevaluated constant expressions
457a781bd7 Reland "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
2b4d27bf6f Fix test_unresolved_annotation_instanceCreation_argument_super.
c3428c9342 Disallow UI-as-code in constants if constant-update-2018 is disabled.
a8e8b2c426 [vm/compiler] Elide DebugStepCheck instructions in PRODUCT mode
4b19ca1489 Add language_2 tests for NNBD null-assertion operator (!)
2768cce4bf Revert "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
8188e02661 Create ConstFieldElementImpl for final instance fields in classes with const constructors.
6761015e30 Fixes for unresolved and invalid URIs.
890d12fa47 Do not append `!` to type names in tests that exercise NullabilitySuffix.none.
2f77be6dc7 Fix overzealous rename.
58ff41ad33 Add test for static tear-off
e0bb1c8a58 [dartdevc] switch DDC tests to use Kernel files
32f5223119 Search all directories when attempting to analyze manifest files
5319d76b5a Run ddc worker tests
a63bf3c846 [vm] Don't call the debug step check stub or bytecode in PRODUCT mode.
f8c1cc7c24 Update the output for the generated Outline.java to compile. Outline.java has a special fromJson() method special cased in codegen_java_types.dart that was not updated when fields were added to the protocol.
144bfdfce6 [vm] Use a separate kind tag for static field initializers.
92c14cb7ef [fuchsia] Mark subprocess images as executable
f0ae4de9a7 [ VM / Service ] Fixed GetCpuProfileTimeline which was attempting to parse 64-bit values as if they were 32 bits.
bd4576174e Remove the nullability variants of dynamic, bottom, and void.
a82a35af71 Rework _checkForDeadNullCoalesce using `isNonNullable`.
fa5440a568 Fix a typo in the comments
77d096ca94 Add AST representation of the required keyword
f315727b79 Add basic resolution semantics for null-assertion operator
067293b7fc Update the copyright year to 2019 before pushing DAS 1.26.0 version to the Dart plugin
3937751b94 Switch AST summaries tests from the hardcoded SDK to MockSdk.
369c9653c6 Store 'definingType' for next to raw Element references.
b9eb7c312c Add nullability testing methods to TypeSystem
55ff0abde5 Rework building types for type annotations and declarations.
76e62d83e3 [vm/precompiler,const eval] Properly handle constant closures with delayed type args.
0b6c61dbd3 tests for issue 36055
ae05bc6ec5 Add support for the type Never
92b4f78148 Fix warnings discovered during Apr 15 analyzer/front_end roll.
79974bb026 Rename Nullability enum to avoid confusion with spec.
e42a8032fb [cfe] Remove uninferred initializers from outlines
4b42f87971 Remove unused import
193458abaa Return the keyword from childEntities for import and export directives
d3e00fd35e Update .expect files in pkg/front_end after e9ca6a53
b997b59c09 Include manifest in the list of files to analyze
ec0447db5d Add support for using ExpectedError and convert a couple of tests over to use it
ea8d6e6fa9 Rename some error checking methods
3e6fd64a8a Dependencies based type inference with AST summaries.
c18c1f4bfb [fuchsia] Use Unmap() instead of zx_vmar_unmap()
0aa5547de1 Add missed tests and fix bug
22a843a23d Fix precedence of postfix "!" operator
f3dbfee467 Fix the error message template for EXPERIMENT_NOT_ENABLED.
2e7bd1359d parse dart language version comment
e89850f95d Move STRICT_RAW_TYPE on constructors to INFERENCE_FAILURE_ON_INSTANCE_CREATION
381f94522c [fuchsia] Fix vmo leak
61bb30822b Revert "[VM-debugger] resolve column breakpoint tokenposition into a single value"
0314d86af4 Add errors when a nullable type is used as a supertype
9cc008e49c [vm/bytecode] Add bytecode instructions for double operations
734c50cbf2 [vm/bytecode] Update expectations for bytecode generator unit test
3714658d0f [vm] Fix Win32 build broken by 2a237327b220d54f64469484d35a02b641914053
1ca57fc729 Update cfe_constant_evaluation_test and remove old constant-expression tests now that constant-update-2018 is on by default
2d1440b848 [VM-debugger] resolve column breakpoint tokenposition into a single value
0d65bb9ab3 [VM] Adjust the expected results for get_source_report_test.dart
7b893ce825 Check return value from Dart_PostCObject() in sample extension
47520b1856 test.py plumbing for ABI versions
25cb45c02f [vm/aot/tfa] Update TFA tests after front-end starts evaluating constants
6c5709c44a Remove the URI of types until we can produce better URIs
2a237327b2 [vm/compiler] Take into account all redefinitions when computing aliasing.
bc5cc91fef Fix the command line for getting the Git head short hash
85f623374a Triage and fix some more tests.
5746227588 Support for configurations in import/export directives.
e9ca6a5335 Enable constant-update-2018 by default.
125ee3b719 [vm/compiler/aot] Avoid using EnterCallRuntimeFrame/LeaveCallRuntimeFrame due to code size of register spilling
d81783ff5f Begin writing language_2 tests for NNBD.
c2eb9a9860 Add support to the element model for both lazy variables and required parameters
4ed24862ee [CFE] Extra dummy SDK classes that the constant evaluator needs.
ce9a1e2b54 [vm/compiler] Fix write-barrier elimination issue
a3d13fbf54 [CFE] Option to report error on unevaluated constants.
394f88d5cf Create source information from ConstantExpression
b7b7a63407 Fix relative import from pkg/kernel/test to pkg/kernel/lib.
0136d96a96 [dartdevc] fix#36532, adds DDC support for CFE constant flag
022400eecb Fix several small issues with AST based summaries.
Adds a guard on `_activeClientID` in `insertNewline:`. The conditional
around the `insertText:replacementRange:` call already catches this, but
we then unconditionally pack `_activeClientID` into an `NSArray`, which
disallows nil.
c2eb9a9860 Add support to the element model for both lazy variables and required parameters
4ed24862ee [CFE] Extra dummy SDK classes that the constant evaluator needs.
ce9a1e2b54 [vm/compiler] Fix write-barrier elimination issue
a3d13fbf54 [CFE] Option to report error on unevaluated constants.
394f88d5cf Create source information from ConstantExpression
b7b7a63407 Fix relative import from pkg/kernel/test to pkg/kernel/lib.
0136d96a96 [dartdevc] fix#36532, adds DDC support for CFE constant flag
022400eecb Fix several small issues with AST based summaries.
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.