Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll Dart to version e15e8609aa8610f8c432f1caf2ab89358e2fce50 #7213

Merged
merged 1 commit into from Dec 21, 2018

Conversation

a-siva
Copy link
Contributor

@a-siva a-siva commented Dec 13, 2018

This is the first roll of Dart after the Flutter 1.0 freeze and it
contains the following changes:

e15e860 [vm, gc] Fix merge mistake from 04941b5 that effectively disabled concurrent marking by setting the soft and hard allocation limits to be the same.
8bff3a9 Fix batch mode to re-create the analysis driver when the set of experiments has changed
11d081d Add support for simple nullable type return value in generalized function type
6bf4d2a [vm] Do not suppress WER when running VM outside of our test suite.
4ed049d Revert "[fasta] Invoke constructors of mixin applications in super invocations"
b44f21e Add assists to LSP Code Actions
075ff39 Attept to fix failing test on Windows
1ff82c5 Update endFunctionType event to take questionMark token
15d65fb Add a doc listing the LSP protocol status/supported features
e399178 Add code fixes to LSP code actions
7d4a6cc Change setup of capabilities in LSP tests to allow easier chaining
83c6f76 [infra] Remove IE11 screenshot capability from test.py
8ae255d Improve regex for extracting request constants from LSP spec
825b1c0 Corrected status of subtyping.md
a8493e1 Flip the default value of the Kernel syncAsync flag
a745f47 Remove deprecation warnings from ddc
7d1ebf2 [fasta] Invoke constructors of mixin applications in super invocations
d118c7f Added changelog entry for instantiate-to-bound integration + commentary
526b11d [vm] Add doc for snapshot profiling.
8cb7ab9 Ensure that Object doesn't have supertypes
1046bf6 Ensure patch parts know they're patches
67217f4 Integration of i2b into dartLangSpec.tex
1c1a5a9 Change LSP edit mapping to support multi-file edits
566ae24 [test] Update async stepping tests to reflect the status quo.
0df81c4 fix options integration tests
bc8c7cf Add support for parsing simple nullable types
e2db967 add asNonNullable() to existing type infos
ca70671 update linter io url
b0cca3e Attempt to fix the bots
2e3ed72 Return a bad compiler result instead of rethrowing in ddk.
5632d62 Record references for AssertInitializer.
6fe2416 Implement downward inference for set literals
2d2ed59 Set 'enclosingClass' for class members and type parameters.
295b749 Remove unused import
a16f1bd [dart/fuzzer] Fix js execution mode specification
f9fb875 Collect references for constructor initializers and redirectors.
3a4ca65 [gardening] Fix standalone_2/io/http_compression_test.
237fcba Support for FieldFormalParameter.
1337062 Remove pkg:microlytics
e6aec46 Update LSP noEdits test to have imports that won't be removed as unused
2a85a34 Update handleType event to take questionMark token
4d63202 [infra] Fix warning when pre-approving an already approved failure.
b924d75 Fix LSP Organize Imports so removing unused imports works
7d0823a Advertise the commands/code actions we support to the client
3f130fb Don't call workspace/applyEdits for empty edits
abdd6ca Verify that we don't emit SyntheticExpressionJudgment
78b53ff [testing] Format logs with more distinctive separators
68889c9 Rework the file system tests so that most tests are shared
3baab29 [gardening] Update 3xHEAD patch
6a99a9a [co19] DEPS updated
0e08c26 [infra] Add Windows support for gsutil.py.
f0d85bb Don't record references to the name of this node or the name of the enclosing class.
f6b5f9c [vm] Add --gc_every to trigger major GC every N stack overflow checks.
54a4724 Fix for 35356 - and/or/xor
c018571 Fix Analysis Server on Windows bot.
d8bd7d6 [vm] Fix bots after commit 5f36c5f.
30896b8 [vm] Fix crash when enum initialization hits a stack overflow.
81de5ec [vm/compiler] Do not use UnboxedIntConverter on tagged.
5f36c5f [vm] Delete BoundedType class in VM.
5768e51 Rework analyzer representation of experimental flags to prepare for codegen.
bfb011e Only enable set literals for the reference collector test that requires it.
79eb965 Replace FileContentOverlay with OverlayResourceProvider in AnalysisServer.
1f6a25e [vm] Roll boringssl to 702e2b6d3831486535e958f262a05c75a5cb312e.
49142b4 Revert "[gardening] mark sample_extension_test as error"
3875d8b Deprecate TypeSystem.isStrong
4463aa0 Revert "[vm] Fix crash when enum initialization hits a stack overflow."
e59312d [vm] Fix crash when enum initialization hits a stack overflow.
89f299b Add support for supplying simple edits for LSP workspace/applyEdits
679108e [gardening] mark sample_extension_test as error
40be306 [gardening] Always copy ICData prior to write.
644d924 Add path validation for opening files
59780df Implement "Organize Imports" command
a957c43 Add more tests for async*/await-for operations.
03730d9 [infra] Fix test.dart error handling if there's no base build.
1e4b123 Delete DartType.isMalformed
be532c0 Use AbstractBool in AbstractValueDomain and add TrivialAbstractValueDomain
e4df0c2 Add implementation+tests for LSP "Sort Members" code action
4746e7b Record actual 'api' and 'impl' dependencies for most nodes.
fba5a58 Update 'samples/sample_extension' to Dart 2
3d6d1d1 Use VersionConstraint in SdkConstraintVerifier.
c1a0c61 [vm/compiler] Add missing case for CP
b18de84 Don't link to analyzer_cli
f2d1858 Update dart_style to 1.2.2.
b5d2400 Always include members of Null in subtype access.
4191437 Revert "[vm] Fix crash when enum initialization hits a stack overflow."
499b5b2 [vm] Don't touch the PCMarker slot in the Dart profiler walker.
4288fe9 Record references for all statements, tests.
c987c9e Propagate cached static types to inference and ssa
67b5c87 [vm] Fix crash when enum initialization hits a stack overflow.
d1d35db Record references for all expression types.
3e8d87b Include request and response subscription methods to the AnalysisServer interface.
5074dc9 Make generate_files in the analysis server default to x64.
7d78f7c Handle FutureOr in runtimeType analysis.
3cb3fd2 Move types/* to inferrer/*
b2d4a95 [dart/fuzzer] Use 100 machines for DartFuzz tests
15673bc Move instantiation classes to separate file
007e386 [infra] Add progress information to test.dart and fix logs.
1a81479 [infra] Add --silent-failures and --clean-exit to test.py.
921e62f [vm] Introduce multiple entrypoints to AOT.
04b2b75 [Gardening] Remove inherently flaky async/timer_regress22626_test
089f098 Auto generate more analyzer error codes
fb471c6 fix gitignore for some git client
cd2e768 Corrected instantiate-to-bound.md.
09f2736 Remove support analyzer-use-fasta-parser from the test matrix.
85a30f8 Measure time spent emitting source-maps
53ba709 Record references in expressions.
2a39f63 Record deferred accesses in kernel world impacts and use it for splitting only under a flag.
a848632 Re-apply "Add AnalysisDriver.resetUriResolution() and use it for analysis.reanalyze request."
3b65f0d Update the analyzer error code auto generation tool to display a list of fasta error codes in the parser that are not yet auto generated.
1d77824 Issue 25538. Fix for overriding invisible private members.
6d33d03 Cache prototype references while installing aliases
1b3e2cc Re-introduce StrongTypeSystemImpl because removing it was a breaking change
73a3c2c Extract operatorFromCompoundAssignment() into public non-API.
cd94fce Add ability for LSP server to send requests to (+ receive responses from) client
3e3f31b Reapply "[vm] Annotate longjmp-like functions with DART_NORETURN."
ebc9295 Partial implementation and tests for ReferenceCollector.
b5e2945 Remove analysis_server's pubspec.
08c4e96 Keep track of document version numbers from the client
e173775 Tiny bit shorter $is/$as prefix
98fcc8e Set up a new CommandHandler that can delegate to individual commands handlers
2bf29f6 [kernel] Avoid reporting token position on InvalidExpression.
d8d8e22 Support returning code actions for SortMembers/OrganizeUsings
8ea5ac1 [Gardening] Remove redundant --compiler=dartkb from test_matrix.json
c945715 [Infra] Make -n dartkb-... actually test.dart to use bytecode mode
2cdd29b Handle set literals in body builder.
44926fd Shadow node for set literals
05fb37a Add SetLiteral node to kernel.
378bc91 tool to generate compile_commands.json for analysis servers
bc0df05 Update dartfix test on windows
e4cbeab Remove redundant compiler option from dartkb builders
25e38eb [Gardening] Change tests to use default --sync-async behavior (this is what we care about), remove Crash status file marker
1207af9 [infra] Avoid printing options in reproduction commands which are implied by the named configuration
5451ac6 remove fasta parser status from the server status page
e566ca9 [vm/compiler] Fix AOT null comparison
41389f4 Add dartfix part file tests
60ed5f0 [vm] Update Thread::TopErrorHandlerIsX to account for the interpreter.
2118fcf Rename StrongTypeSystemImpl
20b9b9a catch a few more error types in kernel mode of ddc
e4c83f8 Rename the experiment flag used to enable set literals
36a7d18 Update edit.dartfix to ignore sources specified in analysis_options excludes
d32254f [vm/compiler] Fix crash in AOT-debug (found with fuzzing)
21984a3 Implement evaluation for constant expressions that use the >>> operator
af081dd [interpreter] Revert due to regression reported by golem.
78db20c Rename to LibraryQualifiedName, Node, NodeKind.
b3b6a53 Remove ForInJudgment
38d83f7 getNode() accepts Library, so knows the URI.
c3968ac Include enclosing library URI and class into API token signatures.
adf595d Revert "Record deferred accesses in kernel world impacts and use it for splitting."
07f4351 [vm] Fix some cases of dropped errors and confusion between Exceptions::PropagateError and LongJumpScope::Jump.
679a1a7 [vm] Clean up sticky error accessors.
84420e1 [vm] Roll version of pkg/linter forward in 3xH engine patch.
70e1517 Record deferred accesses in kernel world impacts and use it for splitting.
5a8ec41 [dart2js] UnionTypeMask.disjointMasks should be a List
dd1f62c Revert "Rollback to C++11."
9b5fcc9 Fix conversion of class with type parameters to mixin (issue 35322)
831ab35 [vm] Don't crash on illegal entry-point access.
afb8906 [infra] Fix compare_results non-human output being null.
085ebca [vm] Mark some service tests as slow.
12c6507 Update status file core corelib_2/uri_parse_test in DBC.
4264f3c Remove unused fasta error code mapping
1ca3f3d [infra] Fix compare_results test name in human readable mode.
035bb3d Remove various shadow nodes related to labels
90aa12f Build catch blocks in BodyBuilder
e1e3b78 [infra] Fix update_flakiness missing current_counter null check.
c18225d Implement guarded type promotion in dart2js
90c7cf2 [infra] Implement update_flakiness forgiveness and statistics.
1773006 Build for loops in BodyBuilder
4cd567b [infra] Add auditing to approve_results.
df8accc Merge analyzer branch into master
f3d088e Use VariableScope.parent instead of VariableScope.block
a28c297 [dbc simulator] Partial revert due to regression reported by golem.
544c053 Initial CL for fine-grained dependencies - Name, Symbol, Library and declared symbols.
abcf0a6 Issue 35241. Fix for NPE when the referenced constant variable does not have initializer.
bb791ff Revert "[vm] Annotate longjmp-like functions with DART_NORETURN."
27907fe [vm] Annotate longjmp-like functions with DART_NORETURN.
e13b2e3 Update dartdoc to v0.26.0
0177ee1 [vm] KernelLoader::FinishLoading can sometimes trigger nested class finalization.
670f9ab Merge commit '65401da92251a7318e3264b816ce0c4e14701751' into analyzer
7fbd67a [gardening] Update status for incorrect co19 test
65401da [dart/fuzzer] fix bot setup
bfee7fa bump linter to 0.1.75
41e0ae9 [dartdevc] fix libraries.yaml to mark dart:isolate unsupported
848d93c Improve parser recovery given superclass field initializer
f363c5f Update AstBuilder to recover given superclass field initializer
66f81c3 [gardening] Increase allowed time difference in a test from 5s to 10s.
74aad11 [interpreter and dbc simulator] Remove usage counter increment of icdata owner.
6905e57 Issue 35223. Skip setters that don't have exactly one parameter.
63fd8f6 Revert "Load isolate from parent's kernel in Isolate.spawn calls."
49517fb Fix SDK build on Mac.
c71a527 Revert "Add more tests for async*/await-for operations."
531551c Remove trailing comma in json
352cff2 Issue 35301. Update only files in context roots during rename.
bbe9333 [dart/fuzzer] Report stderr on non-output divergence
d3c3341 [dartdevc] fix conditional imports in kernel backend
e143a52 Load isolate from parent's kernel in Isolate.spawn calls.
0a4873b Merge commit '191a09f540ac0516c4088fb8454c693743be8b3f' into analyzer
4bda0fe Remove trailing comma from json
d637352 [standalone] Remove dead Dart 1 loading code.
2a9780f [gardening] Mark standalone_2/io/http_basic_test for the right issue
01da85c Add flag to emit kernel immediately after invoking the CFE
af40a7e Improve regex to extract LSP request/notification methods
191a09f [infra] Add support for logs to tools/test.dart.
b35aebd Add --logs parameter to compare_results.dart, and output logs
3000e93 Update status file for yet another combination.
f6852fa [gardening] Mark LibTest/collection/ListMixin/ListMixin_class_A01_t02 as ExtraSlow
2dbf91f Add support for parsing Maps from the LSP spec
a0d576e Add more tests for async*/await-for operations.
52183f2 [infra] Implement 3-way comparison with approved_results in compare_results.
897f15d Update constant set literal tests.
00cec99 Integrated subtyping.md into dartLangSpec.tex
e7a048d Make constructors private
7ba67a0 Wrap various synthetic kernel nodes
e3793d8 Use helper methods to handle SyntheticExpressionJudgment
170d557 [vm/kernel] Move functionality of Fuchsia's compiler.dart into pkg/vm
f9ed759 Bring in the latest dart_style.
43cd8ba Merge commit '4eeebc46cff4e47e6265e86f4774da103d060aa1' into analyzer
5ad8bf7 Add KPI::bytecode_component_ to raw_object_fields.cc
96dda6a Re-land "[vm/aot] Fill in names of properties in snapshot profile."
9f49b47 [vm/bytecode] Revise representation of objects and strings in bytecode
aae0f79 [vm/compiler] Express control dependence as data dependence.
0b66d91 [vm] Adjust concurrent marker to re-enable code W^X.
4eeebc4 [hhh] Patch flutter so it is compatible with latest analyzer
0a7cf2a Allow nulls for union values where the field can be null or undefined
179b96e Remove unnecessary awaits in LSP tests
2260758 [infra] Make --keep-generated-files work with -n option
64718ea Simplify control flow in ICData::FindFreeIndex.
7af0ba8 Merge commit '4088bb1302cebbb6922e1292037bc60127f1f852' into analyzer
8ca55ac Merge commit '6f5d6db9c237c3d52c65af4be59c0a631eaf2ff3' into analyzer
9a7f42d Merge commit 'dc346e6fdd89663388f8ae4e6767d6ece597c278' into analyzer
be52942 Prepare for a future breaking change to the UriResolver class.
7be1d77 Remove invalid tests from set literal tests.
16cfb6c Remove TypeInferrerDisabled
f9ee5da Add BodyBuilder.legacyMode getter
cd6ecf1 Clone metadata in BodyBuilder instead of type inference
4088bb1 Remove prepareTopLevelInference from base builder API
cc00393 Use modifiers to store some flags
7abe999 Enable uploads from Dart SDK swarming builders
0fe6f76 Improve handling of duplicated declarations
6f5d6db Cherry-pick analyzer CHANGELOG and pubspec from analyzer-0.33 branch.
5b00611 Revert "Add AnalysisDriver.resetUriResolution() and use it for analysis.reanalyze request."
dc346e6 Revert "[vm/aot] Fill in names of properties in snapshot profile."
465f859 [vm/aot] Fill in names of properties in snapshot profile.
2ca08ef [infra] Implement preapproval of failing tests in approve_results.
f72f077 Handle null initializer, this is being hit internally when compiling large projects.
6377004 Merge commit '80c23f87a3e3123d7e337c1fc8bc3b5ec49b34a0' into analyzer
80c23f8 Update more analyzer error codes to be generated
7f8e6f8 Be more verbose in loops etc in kernel
20e819c [gardening] Mark LibTest/io/FileSystemCreateEvent/isDirectory_A01_t06 flaky
17d322b Handle AmbiguousBuilder in computeRedirecteeType
5410bc4 Fix rare crash in type inference engine
8db293e Lazy VariableIndexer in ast_to_binary.dart
c45abca Get rid of double colons in override error messages.
8ab76a5 Use new type printer for bound errors on method calls.
e520f24 Do UTF8 encoding slightly differently when serializing kernel
040ef6a [gardening] Lower core rlimit to 0 if test is expected to crash.
40dd503 [gardening] Mark LibTest/io/RawDatagramSocket/singleWhere_A03_t01 failing
3a52e7b Avoid copying result arrays for nested types in type labeler.
ad62f21 Fix crash with multiple same-named redirecting constructors
85a6da1 [Gardening] Attempt to make socket_bind test more robust by ignoring unrelated clients
0a2ed86 Infer general flow through && and ||
1231244 Add version information to SDK changes that have happened after 2.0.
c2bd36e Add --omit_platform as option to fasta.
45bf7e9 validate deprecated lints
31e4c9d [vm] Remove dead pre-Observatory debugger code.
17a7f51 Fix up pubspec for pkg:compiler
440f190 Cleanup CompilerTask
0a05682 Cherry-pick 031e77e to the analyzer branch.
1d14b8a Prepare to publish analyzer 0.34.0.
bfcbd25 [vm] Use decimal thread ids to match gdb and eu-stack.
6fbc7d2 [vm] Remove source-based loading APIs.
488d1f3 [vm] Make profiler bailout counters available over the VM service.
eb1153c Fix for override completion contributions for abstract void methods and setters.
73621c7 Cherry-pick CHANGELOG from analyzer-0.33 branch.
ec5b4ba Fix false positive for sdk constraints (issue 35290)
3428cc6 Add AnalysisDriver.resetUriResolution() and use it for analysis.reanalyze request.
d9c6bc0 Improvements to verbose timing data printing.
b72ca19 Merge commit 'c9aaa7a654b1cac1307c854ba38f4dc995c86f09' into analyzer
81abf9b Merge commit '5bff334f84f5ce08cd7d10f9185ea150621aba1f' into analyzer
706776a Merge commit '80c4d3e3c70ba8d0dfcc3fd038f29a388652cf3b' into analyzer
c7dea39 Fix analyzer CHANGELOG.
a354fd9 Add LSP support for flat symbol lists for older clients
031e77e [infra] Update Clang toolchain and GN
c9aaa7a Re-formulation of type bound violation error messages
03a1fe3 De-duplicate some bound check code.
4427bb7 Get rid of double colon notation for class members in messages.
820af6b Test of type variable bound printing
c959bd9 Print origins of types in bullet points below error messages.
5198e49 Use new type labeler API in message generation.
aed186a New printer for types and constants
c632e7c Separate names of blacklisted core classes into their own file.
44f7295 [VM] Free the current working directory string if we happen to re-initialize the VM
d93c19a [Gardening] Update status file to extend test markers from Crash to Timeout (on MacOS)
56bccac Remove unused kernel/lib/application_root.dart
9c7bdf4 Remove unused dependencies on logging and package_config
b52182e Add LocalState to KernelTypeGraphBuilder
be5d0cc Remove sha1 impl from dart2js
ef419f6 Revert "[vm/compiler] Express control dependence as data dependence."
41f3d43 [vm/compiler] Express control dependence as data dependence.
589a823 Cherry-pick f02e7bb to the analyzer branch
1d0c055 Cherry-pick CHANGELOG from analyzer-0.33 branch.
03b7ade Relax front_end's pubspec SDK requirement
34d5751 Move handlers into handlers/ folder + sort members
235da6f Rename AstNode.getAncestor by deprecating it and adding the new method (analyzer)
5bff334 Introduce replacement for AstNode.getAncestor (master)
65787a2 Use the experiment flag to enable scanning the >>> operator
80c4d3e Fix set literal optimization
de764db more set literal tests
6261ede Remove AnalysisServer.getResolvedCompilationUnit().
67c00ef Add basic support for hierarchical document symbols
581468f [vm] Fix gcc build.
e9e70f0 Reduce dependency on library spec from dart2js
9b65c81 Clear direct users of LibraryCycle on invalidate.
5d77869 [infra] Add --keep-files flag to tools/test.py
854a7cf Merge commit '43113760f2ea114c183f8965b0d48fbb7469dc7f' into analyzer
3f65406 Merge commit '232aa553fb97dbc2790b19363d85e2a7b74e6e27' into analyzer
fd53d06 Implement formatting provider for format-on-type
ff04743 Return errors instead of throwing
81a056c Cherry-pick CHANGELOG from analyzer-0.33 branch.
4311376 Use readAsBytesSync in standard_file_system.dart as it is faster
25f0c21 [infra] Fix approve_results reporting wrong number of changed tests
f780b6e Remove obsolete log types from test.py
4989944 Cleanup of ast_to_binary
1ec63ec Only one source of truth for uriToSource
89936a2 Fix invalidating part specified via package uri via file uri
f5d1229 Reland "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding"
c9a8589 [VM] Remove dead code in precompiler
4aff8f9 [VM] Ensure we handle devirtualized calls inside ApplyClassIds() as well
e25c744 Clarify doc for Duration equals
be6593e Reduce params type from Either2<List, dynamic> to just dynamic
1c1539a Add tests that all requests work for unopen files
a387404 [gardening] Restrict timeout status to MacOS.
801cea5 linter 0.1.73
44a9d0a Revert "Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9"
82add82 Merge commit 'db89c2d1ac3e8b6c6130cbb714c4e242e6fefc27' into analyzer
8a1ccf0 Merge commit 'f02e7bb3745ace7edcda7905b2383f7da446acd7' into analyzer
ad69aae Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9
232aa55 Backport AnalysisSession.getResolvedLibrary()/ByElement().
2beed40 Move Workspace and its implementations into src/workspace.
561d892 Only consider known files in AnalysisDriver.changeFile().
db89c2d fix --kernel parsing when reading from parameter files, and dont reuse the compiler result
25262fe [gardening] Tests already marked as crashing or failing sometimes also time out.
3fdccc2 Update analyzer SDK requirement
faafdb4 Revert "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding"
23d7368 Add logging of request in instrumentation log
8371240 Reland https://dart-review.googlesource.com/c/sdk/+/84683
5949a3f Merge commit '5a54f0eb577f0f4a1708ddbd4f69bf70458ff647' into analyzer
829832d Minor LSP cleanup
8c69ec8 Revert "Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9"
03ff950 Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9
92a8d5c Make it easier for lint rules to define their own lint codes
b505f08 Split LocalsHandler.mergeDiamondFlow into mergeFlow and mergeDiamondFlow.
56dec98 Make LocalsHandler.locals and LocalsHandler.tryBlock private
418f258 Remove FieldInitializerScope from LocalsHandler
406d0b3 Remove unused code from LocalsHandler
82f9884 Support exact class and this expression relations in StrongModeConstraint
d7cf695 [VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding
57ecf81 [fasta] Handle function types in arguments of mixin applications
e6e88c7 [gardening] Make standalone_2/io/http_loopback_test more robust.
a2ee414 Support includeDeclarations for references request
797334a [fasta] Fix crashes in function type builders cloning
854c654 Fix LSP enum classes to use correct base types for value field
6ae01ba Tweak LSP test names
9cfab12 Reorganize imports to decouple dart2js_target.dart from dart2js
8d41ec3 Remove obsolete comment in status files.
61a1793 Issue 35162. Include SDK version constraint into AnalysisOptions.
9906819 Remove kernel isolate API from the public dart_api.h
e24b3b7 [test] Further debugging for appjit_determinism_test.
52892f7 Add scanner and parser support for new >>> operator
b578e9b Update vm_sources.gni, add a couple of missing file extensions
08c42ad Revert "[infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9"
f02e7bb Rework parseLiteralSetOrMapSuffix to remove expression lookahead
5a54f0e Remove type checks that are already guaranteed
c2f1cd4 [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9
01e85fa [vm/compiler] Replace simple induction analysis with new framework
0e275f1 Fix analyzer co19 status after d7ee7b9
9903d86 [infra] Apply flutter patches in flutter-analyze builds as well
cdd4adf [vm, kbc, dbc] Remove dependency on computed goto.
d31e83b [VM] Do simple block re-ordering in AOT by moving throwing blocks to the end
285f7dd Switch to using constants for LSP method names
d7ee7b9 Merge commit '880dfa0bca19b024bea57a20434da6f3f0fe9c87' into analyzer
3ad0571 [fuchsia] Fixes for the Fuchsia build
10dac37 [gardening] Marking slow tests as possible timeouts.
a61e10c Change format tests to manually build an invalid string
880dfa0 [vm/aot] Refactor clustered snapshot serialization to allow reflection of field names.
8fa1e01 Validate paths and offsets for all requests
682b9e3 [gardening] Mark LibTest/io/RawDatagramSocket/close_A01_t01 failing
7f40d90 Respect content formats when creating markup content
4a1983a Fix some TODOs and remove redundant test
7833274 [gardening] Skip lib_2/async/timer_regress22626_test in reload-rollback + debug configuration
14d8f7c [gardening] Marking standalone_2/fragmentation_test Slow
d5ae2d5 Remove some unnecessary instance creations in ElementResolver
67472e5 Remove an unused error code and the fix associated with it
60d6ca0 [vm] Fix v8_snapshot_profile_writer_test on Mac.
81cbb51 Add --no-status flag to test.py, so the exit code does not depend on test status.
1891636 [gardening] Final attempt to fix apply.sh.
6300b7e [gardening] Fix apply.sh syntax (no spaces between variable name and =)
2fbc6b9 [gardening] Make apply.sh script force update git cache used by bots
1ed5f78 [gardening] Make apply.sh script fetch before trying to checkout.
c62af75 [gardening] Switch apply.sh script to use bash instead of sh
01380ed [gardening] Expand 3xHEAD Flutter patch mechanism to support DEPS file changes.
92d2a70 [gardening] Update v8_snapshot_profile_writer_test status for dartkp-mac-release-simarm64
ba0222d [flutter] Update flutter-engine-linux 3xHEAD patch.
ed09a1e Update documentation of List.filled.
1cc8f36 [vm/compiler] Add VM Compiler Team WATCHLIST
bb4e238 Use BasicInfo.resetIds
4a641a6 [vm] Update status file for v8_snapshot_profile_writer_test.
02bf089 Rough implementation of LSP References
ea56fe7 Fix definitions that cross files
8b01876 Rollback to C++11.
3cedae6 Change diagnostic.code to a simple String
df5ed54 Move some LSP file-handling code into the file handler
8aa0af0 [vm] Fix C++ incompatibility in V8SnapshotProfileWriter
a29f55e [VM] Mark tests slow after removing unsafe optimization for integer operation folding
0ef66e0 [VM] Add @pragma("vm:non-nullable-result-type") annotation
f43c765 TBR: Added a missing status update to the int64.md feature specification.
cde4270 Re-land "[vm/aot] Snapshot size analysis."
5ced1f1 add documentation to Function::parameter_types
48fee5f Update status file for receive_A01_t01 and where_A01_t01.
ad7fbb6 [VM] Fix flow graph builder to not generate different code in unoptimized/optimized mode
2ebdf7c [VM] Ensure the _TypedListView.{offsetInBytes,length} fields are always initialized with _Smi's
614ae7f Integrated covariant parameter feature specs.
08a4e02 [VM] Get rid of duplicate return-type-cid information from method recognizer
dcc9f74 [kernel] Make instantiate-to-bound implementation in Kernel private
8b2458c [co19] DEPS and .status file update
94c325a Reland "[VM] Make @pragma annotations work generally"
4646e80 Wrap last debugPath.add in assert
1eccfb8 Single handler per LSP message
f0b26ca Add offsets to kernel size breakdown
95d6739 Sort libraries to produce stable library cycle signatures.
edba6fb [vm, gc] Add --force-evacuation flag to aid finding untracked pointers.
198d4d1 Infer an empty set literal when appropriate
24482b7 Display enabled experiments on the status pages
9efa15f Roll latest dart2js info to sdk repo
94d1d74 Improve the exception message when a library can't be found in a summary.
fcde804 [ VM / API ] Added Dart_IsTearOff to the Dart API.
c5601d7 Switch Parsed/ResolvedLibraryResultImpl to AnalysisSession.getParsed/ResolvedLibraryByElement().
e6800d9 [vm] Disable bytecode generation while training kernel service
02f6395 Cleanup library-loader: rename as kernel producer, remove some dependencies
e1ffe76 [vm] Replace StubEntry with Code handles.
e649ed1 Merge commit 'c1daa3276566e48dac6f52742264578092c56a35' into analyzer
f3344f3 Update parser to report error for missing comma
c1daa32 Fix some issues with the set literal tests
1ac2251 Extract state handling from LSP server to separate handlers
4b51cea More docs for Timer.cancel()
0fded45 Handle serialization with --dump-info
e62951f Use assigned variables data to infer static types for effectively final locals.
e79cb02 Fix return for Socket.setOption.
6f2fad8 Improve handling of errors
c8bc0a0 Extract common code to shared abstract base class
ae6f534 Add fixes for SDK violation hint
1e186ad [dartdevc] fix build times by only linking input sources
4255a01 Update analyzer pubspec to note dependency on pub_semver.
758e690 Enable the use of set literals in the analyzer unit tests
751d7ad [dartdevc] fix js_ast comma expression not generating parentheses
c165ef8 Ensure that lists and maps built by ExprBuilder have their staticType set.
5498e58 Remove unused GnWorkspace.findFile().
9ca6369 [VM] Add locking around accessing constants arrays on scripts
83ba397 [VM] Propagate [UnwindError]s directly instead of wrapping them in [LanguageError]s
8044e32 [infra] Blacklist android device id in attempt to make buildbot builder more stable
099f48b [dartdevc] fix #33621, name collision due to inheriting JS statics
6e8fe41 Mention libraries-spec in the changelog as well
c8372c0 Patch hhh flutter flutter as follow-up to https://dart-review.googlesource.com/c/sdk/+/84688
59e1755 Upgrade call-instrumentation logic.
eceafa2 new “deprecated” lint maturity
ebeae74 Update version before publishing
57a4f11 [gardening] Patch flutter engine post 0ca1c57
42d4269 Remove unused import
d29633f Add support for accessing the errors produced during constant evaluation
b607f65 More dartfix tests
0ca1c57 Reland "[VM] Remove unused flags"
fafb93e Perform type analysis and inference for set literals
e8e072f Merge commit 'bf6ba5db9e2cfef7dad2b5283be93d589f4c7a5a' into analyzer
8cef3d9 Merge commit 'cb883470871af88a4ffba54f5d2cadf6eb7fa315' into analyzer
47b70aa Merge commit '784ad29470c96a275fb788c26d3dae08e2766285' into analyzer
b073013 [VM] Use ArrayOfTuplesView for invocation dispatchers
257a6c8 Don't send error responses to $/ notifications/requests
064a7d8 [vm/compiler] Add VM Compiler Team WATCHLIST
3bf6a55 Add static type tests
d544a5d Compute variable allocation data during closure scope visitor.
601587b Make CapturedScopeBuilder child visits explicit
b943fa8 Move closure scope classes to ir/
bf6ba5d [infra] Update checked in SDKs to 2.2.0-dev.0.0
3f2b605 [gardening] Mark LibTest/io/Stdin/first_A04_t01 as flaky
a8c30d8 Add basic LSP definition handling
f6c41ac Revert "[VM] Remove unused flags"
1a4cff1 [VM] Remove unused flags
8422bf1 dart2js experiment: force parens around part file function
935103f Update lookup-name tool to use the dart2js_mapping implementation.
be670f0 [test] Update status files for tests with code objects newly-passing on 64-bit Windows.
75ce78a [ VM ] Uncomment test that was failing due to issue 33417
c6d9e04 Revert "[android] Override __cxa_demangle() in PRODUCT mode"
051643c Hook up analyzer set literal logic to Fasta parser.
5c7f36e Add getParsed/ResolvedLibraryByUri() to AnalysisDriver and use in AnalysisSession.
0b46639 Revert "Hide vmservice.cc behind PRODUCT macro."
86111b5 [dart/fuzzer] Disable jit-opt modes
9b937f1 Revert "[vm/aot] Snapshot size analysis."
a8b8337 Convert parser.dart to triple-slash comment style
715a78d [vm/compiler] Fine tune linear register allocation
90b694b Keep resynthesized annotations, even if partially unresolved.
713675b Fix viewing generated code in Observatory on Windows
aa9d186 More analyzer set literal tests
cb88347 Port the SDK violation hint to the master branch
784ad29 Update dartfix to check analysis server protocol version
06c8928 [vm/aot] Snapshot size analysis.
e4a5ab0 Update the SDK version for the front_end package
913cc2c [vm] Attribute time waiting for kernel isolate to LoadWait instead of VM.
1def1f5 Hide vmservice.cc behind PRODUCT macro.
1ca0afe [VM] Add has_pragma bit to Field and populate it in the kernel loader
1a890ff [test] Dump symbol and type tables in determinism test.
de2e6a5 Return ResultState.NOT_A_FILE for external libraries from getParsed/ResolvedLibrary().
032bfe0 Use void rather than Object as a type argument when possible
899d1c1 Rollforward of the dart_io_api.h include change, with a fix for flutter.
4e8ffc0 [gardening] re-enable tests disabled for dart-lang/sdk#25649
47e1195 Add a missed test file
62c562e [vm/bytecode] Encapsulate constant pool entry creation
3f03b07 Keep actual resynthesized constant expressions even when they are partially unresolved.
6d8e14c Merge commit 'f56fea3e6389727df2cae5c6feebcdd49437b12a' into analyzer
233dd29 [vm/compiler] Make Slot::Get respect field's guarded_cid in AOT mode
f56fea3 Fix typo.
f9ce472 [release] Update changelog with correct release date for 2.1.0
52d1a2b [release] Prepare changelog and version for 2.2.0-dev.0.0
0561ff2 Add tests for trailing commas in set literals.
fd7b86e [toolchain] Update Windows VS toolchain to current Chromium one (18fbbd3).
7f63fcf Add AstBuilder set literals support
a9abc64 [vm/bytecode] Add context IDs to disambiguate accesses to distinct contexts
81d899a [dart/fuzzer] Add mode to stress test JIT optimization
9677ec9 Fix parsing complex function expressions
32a6032 Merge commit 'ddbe22190c41b1993a3c93b67f1bfa57287348f8' into analyzer
920630a Cherry-pick 19d9aa3 to analyzer branch.
7fafcec [vm/bytecode] Eliminate AssertBoolean instructions if condition is non-nullable
716c9dc Add a hint when Future is imported from core in code targeted to run with an SDK prior to 2.1
b27d607 Update getLibraryByUri() to more directly use external summaries, and check for part instead of library.
ddbe221 [vm/compiler] Refactor representation of stores and loads in IL.
cdcb76e [gardening] Fix runtime/observatory/tests/service/udp_socket_service_test
bdf8b0b [dart2js] Remove some clumbsy negations in generated JavaScript
dba2955 Merge commit '2535b1e0219779d9befe65d6c09275044b233bc2' into analyzer
01e0df7 Stop unnecessarily extending Object
aad435f [VM] Always bailout from constant evaluator if used on the background compiler
4e3e571 [dartdevc] fix kernel backend summary to module mapping
8453103 Revert "[VM] Add @pragma annotations on Field, make @pragma annotations work generally"
2de63ac [VM] Add @pragma annotations on Field, make @pragma annotations work generally
79b85ae Add --write_logs to set of blacklisted objects, so they do not appear on reproduction commands
2776108 Remove LocalsHandler._capturedAndBoxed
b981cbf [vm] Adds a flag to dump dynamic bytecode traces in a debug build.
d5145ad Quick fix for the flutter build.
85986c8 First cut fasta parser support for set literals
ae04c6e [build] Remove unused configurations (dead since removal of dart_bootstrap).
61eea1f [VM runtime] Remove unused UnresolvedClass VM class.
53a47b2 Standardize the #includes in runtime/include/h.
e39fa29 analysis_server_client API tweaks before publish
8414e22 Don't report DEPRECATED_MEMBER_USE for deprecated mixins, top-level variables, and class fields.
338b123 Change the order of enumerated values in UnlinkedExprOperation
a6665c1 Fix for computing constant values of annotations with named constructors.
b12c125 Export Future from dart:core in the mock sdk
6596a30 Optimize VM List's setAll method.
23980a3 Fix a typo.
19d9aa3 Add isLibraryByUri() to AnalysisDriver.
2535b1e [vm] Account for bytecode in profile processing and Observatory.
b14b19e Merge commit '9e3d3cf765ba3f761b2507950039bcdd2dd3ece8' into analyzer
1468830 Basic LSP signature help implementation
02fe9fa [fuchsia] Add missing entrypoint annotation
733b53d [vm] Mark enum_private_test/01 as flaky.
9e3d3cf [VM] Use strict compare instruction only if receiver is nullable int
6914a86 [vm] Update status file for enum_private_test/01.
f264a67 Basic completion support
bec2dab Cleanup analysis_server_client API
11af2a6 [VM] Only use strict comparisons if the receiver has a numeric type
a454b5d [VM] Use redefinitions for strenghtening, prefer equality comparison over strict comparison
6b8aeb8 [vm] Update status file for inference_enum_list_test.
bc2294c [infra] Shard reload builders
a1a38da [vm] Report an error when illegally accessing class through API in AOT mode.
aea0aad [VM] Unify AOT optimizations for int/double's
a2dfa75 [vm] Fix TypeParameter skipping logic in KernelLoader::LoadClass
4ae585c Remove redundant fields from LocalsHandler
59949a9 Use whereType in status_file_linter.dart
ed48cfe [vm/bytecode] Support source positions when executing bytecode
737f44a Add type argument count to type info in fasta parser
89719f4 Cherry-pick changes from the analyzer-0.33 branch.
e58e3fb Deprecate the "virtual" annotation
7d84c2e Serialization of set literals
4abe764 Update the changelog to include information about implicit-casts
5a14f9e Remove unnecessary setupPackages step.
5214afd remove platform_configuration parser
5afc1ec [ VM / Observatory ] Fixed tests that were failing due to lack of sources in app_jitk mode
1b5996a Merge commit '30c5b39d4e0e7672d05df6aebba73254dd7ee770' into analyzer
4c68321 [vm/compiler] induction variable analysis
60f02dd Re-enable the no-implicit-casts option
c8e95cf More lint-driven cleanup of Core libs
30c5b39 Integrated dynamic-members.md
8546a3a Revert accidental change to analyzer
1ade3b6 [infra] Switch cross-arm64 builder to use a single shard
207f06c Typo fix in spec, just one spurious { removed.
eb4f929 [infra] Add arm64 builders to the test matrix
d4f9d36 Rewrite comments to refer to legacy mode instead of strong mode
98987d2 Talk about legacy mode, not strong mode in perf tools
9931b77 Rename strongMode constructor parameter of TypeSchemaEnvironment to legacyMode
6995ac5 Rename strongMode parameter of computeDefaultTypesForVariables to legacyMode
9b852e0 Update comment in body_builder.dart to say legacyMode
a0e08e1 Rename strongMode parameter of getRedirectionTarget to legacyMode
7b020f5 Rename InterfaceResolver.strongMode to legacyMode
573a7c5 Rename strongMode to legacyMode in test suite
d412f50 Rename TypeInferrerImpl.strongMode to legacyMode
e761241 Rename TypeInferenceEngine.strongMode to legacyMode
98e207d Rename KernelTarget.strongMode to legacyMode
10f210f Use factories for instantiating TypeInferrer
9fb16b9 Use independent name for lazy-initializing static getter
f721d52 [VM runtime] Introduce a new VM class Bytecode.
bea7be0 [test] Check for determinism from the kernel compiler.
8f7a0f4 [vm/bytecode] Emit source positions for bytecode instructions
8d5d834 Short form install-tear-offs for common cases
bc03bd3 Cleanup unused vars in VM patch files
da19166 Issue 34709. Support generic type alias (AKA generic function type alias for now) in outline and completion.
fc28889 Merge commit 'c92f9dce2357d0da7909c0c5f630ad59882ccf29' into analyzer
e2f99e4 [vm] Update the profiler to account for the interpreter.
c04461c [vm/bytecode] Fix allocation of temporary locals for StaticSet
1d00a8a Add checking for errors related to set literals
c92f9dc Faster isNotEmpty on collections
fa800e2 Run "sort members" on LSP files
0a28d04 Revert "[infra] Add back generate_buildfiles.py to gclient hooks"
9ed2655 [infra] Add back generate_buildfiles.py to gclient hooks
86e1bb0 Add a TokenType for the new shift operator (>>>)
d7ea364 [VM] Invoke a new isolate notify callback on install if there are pending messages
600af11 [VM] When disassembling dump functions seperately from non-function Code
8166908 Improve hovers to include the elementDescription
937e950 Parse inline interfaces into types
f4a80a8 [vm/bytecode] Fix entry point when optimized code is cleared but bytecode remains
3826a98 Add constant evaluation for lazy null-aware and lazy conditional expressions
802db45 Increment AnalysisDriver.DATA_VERSION to invalidate current analysis results in Flutter HHH bot.
927f093 [infra] Add test.dart script for local testing.
f6128b4 Add constant evaluation for operators that now apply to bool as well as int
2079620 Issue 34733. Expand 'implicit-casts' controlled casts, and deprecate more of 'declaration-casts'.
6880bfc Cherry-pick 028ac52 from analyzer to master.
7cf3382 Fix OpType.inXyzBody to actually being in body.
3c32b32 [vm/bytecode] Enable OSR for unoptimized code compiled from bytecode
c9ae39a Issue 34741. Update error message to make it less unclear.
c60cff1 [dart/fuzzer] Introduce time-based test runs
8043e98 [infra] Fix test matrix path logic in approve_results.
4534e3e Use the constants defined in Experiments rather than hard coding them in multiple places
d53f8c8 Issue 34735. Fix completion in ConstructorFieldInitializer expression.
9cf5134 Issue 33553. For get/set. Don't report ABSTRACT_SUPER_MEMBER_REFERENCE if the nominal superclass has noSuchMethod().
51f34ea Split up the tests for fixes related to lints
268993a Provide support for is and as expressions
76e0d94 [gardening] fix retries in socket_source_address_test
5147c0c Fix handling of UTF8 characters in LSP packets
83a0514 [gardening] fix retries in socket_ipv6_test
3ae0dca Merge commit '5ef1465c55be601f601e1f565c9b9d2f94d76aff' into analyzer
5ef1465 [vm] Attach type to parameters on unchecked entry.
deaf5f4 Only check bounds on recompiled libraries
bbb7cd9 Update type promotion expectations
4609fab Revert "[test] Check for determinism from the kernel compiler."
c1db6b5 Only track type promotion of locals
afe3e68 Is-not doesn't lead to promotion
127852d Prepare for matching expectations
0d051a4 Don't wrap no-argument sends
efcca56 Ensure stack is empty after top-level declarations
47cada0 Start computing scopes for type promotion
552b250 Generate NotificationHandler dartdoc and add server tests
7497495 Pass through method.requiredParameterCount
015f51c Fix windows sdk script
e33dee2 [gardening] Update status for issue #35128
a571855 [test] Check for determinism from the kernel compiler.
3929764 [ Corelib / Tests ] Removed tests for Maps helper class, which no longer exists
d062a41 Make resolution/codegen_world_builder into libraries
b484aad Remove library-root option - replace it with a libraries-spec option instead
9f9d7cd Collapse JsKernelToElementMap hierarchy
5cb37ff Collapse KernelToElementMapImpl hierarchy
49a4a17 Support explicit data files in --read-data and --write-data options
d74f272 [vm/bytecode] Enable optimized compilation if running with interpreter
1c1e013 Introduce an interactive progress that uses a single line per phase
799cad6 Fix tests failing on Windows bot.
cb522bf [vm] Update Windows synchronization code to CONDITION_VARIABLEs and SRWLOCKs.
4b900fd [vm] Clarify timeline events for unoptimized background compilation, take 2
97bb5c0 Fix some TODOs in MethodInvocationResolver.
c44421d less verbose: remove progress form verbose mode, add a separate flag for it
a20986b [dart/fuzzer] Reduce number of runs to avoid timeouts
3a427f3 Add an object representation for literal constant sets
a4dc8cd [vm/kernel/bytecode] Make sure bytecode instructions are aligned in kernel
27537b4 [VM] Ensure parameters from unchecked entrypoints have type attached
5db3314 [gardening] Update status for language_2/type_constants_test/none
4f5bc1e Add test for constant type literals being valid in switch cases and constant maps.
f9d93f6 Revert "[vm] Clarify timeline events for unoptimized background compilation"
fa6a168 [vm] Introduce a separate VMTag for the interpreter.
136c013 [vm] Clarify timeline events for unoptimized background compilation
0caf8dd Add logs.json file to results from test.py, output of failing tests
0377928 Fix analysis hints/warnings in runtime/observatory
3a51364 [vm] Don't ignore the return value of TypeArguments::Canonicalize.
bf26f2c [test] Update status for get_vm_timeline_rpc_test: Slow doesn't imply Pass.
94f93f7 [vm] Remove Dart scanner.
c6148ec Add support for reading experimental options from the command-line
0bf9635 [gardening] Fix dart2 errors in socket_upgrade_to_secure_test.
8ca05c5 [vm/compiler] Whitelist byteswap inlining
3ee9f61 [vm/compiler] Fix bug in list inclusion test
56ea31b [vm/gardening] Mark get_vm_timeline_rpc_test as slow.
9cbd76d Issue 35090. Concrete nominal superclasses of mixin applications provide at least noSuchMethod forwarders for super-invoked members.
a50a6c1 Add support for experiments to the anaysis options file
abe8794 Revert "[Gardening] Mark language_2/vm/mult_int_test as failing on windows-dartkp-simarm64"
8178cb6 Refactor dartfix to use new notification handlers
aa8cc30 Update ServerConnectionHandler to check the protocol version
d502ba6 Add new analysis_server_client handlers
9eb1d74 Reland "[vm/compiler] Fine tune operator and phi handling."
849ece5 [dart2js] Use properties on Closure class for one common case
f0f3f44 Add a version of getAncestor that matches by type without a closure
a7bbc8e Remove duplicate import.
5e94f8d Cherry-pick CHANGELOG from analyzer-0.33 branch.
3583065 Implement basic document formatting & update capabilities
fd5928e [dart/fuzzer] Reduce number of runs to avoid timeouts
a40fd6a [vm/compiler] Fix bug in unboxed constant spilling
c52a38c [infra] Use new approved results bucket in approve_results.dart
6678d3f Add support for hovers
d076571 Merge commit '35c6c79ebc052ab28efcaf045b38ff71c6ed5f3e' into analyzer
c450bd6 Ignore part directives that don't resolve to a file.
90d2c4f Split tests out into separate classes
9ee052f Add toString/equals/hashCode
8146725 Return 403 and 405 from observatory server
d5e853e Improve parsing of LSP spec
35c6c79 Fix parsing getter with prefixed name
a9e2af6 Refactor static type computation
04777b5 Add analysis (publishDiagnostics) and handling of opening/editing/closing files
5cfffdb Revert "[vm/compiler] Tune AOT inline heuristics"
106d6b0 [dartdevc] fix #29847 async
dropping errors in some cases
30b0b9b [vm] Code size reductions:
4e2c5bc [ VM / Gardening ] Added better failure conditions to http_loopback_test
801c64f [test] Debugging aids for low probability flakes in appjit_determinism_test.
74d2c6a [vm/compiler] Tune AOT inline heuristics
831442d Compute values of constants without AnalysisContext.getResult().
03e2be6 [gen_snapshot] Default to --deterministic.
65951ef [dartdevc] fix debugger extension console, take 2
1a5f5e4 Fix doc comment in HttpRequest.getString and other tweaks
cb28c1b Issue 32815. Fix _matchInterfaceSubtypeOf().
e67e66c Fix AnalysisOptions.from
3cea05a Don't report MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER when MIXIN_APPLICATION_NOT_IMPLEMENTED_INTERFACE.
48c7af8 Upgrade watcher to 0.9.7+12.
ff433da Access more code via hunkHelpers
14dec91 Deprecate AnalysisOptions.isMixinSupportEnabled
b8bab96 Add a link from the options support to the process doc
09435f2 Update member sorter to support mixins and generic type aliases.
28ff7e1 Add support to AnalysisOptions for enabled experiments
50418e0 Fix multicast_ttl patch for windows - previous patch made incorrect call for setsockopt on Windows machines.
b6833e9 Remove unused import
e6e4039 Correct HttpClient, HttpClientRequest, and HttpClientResponse docs. Fixes #31528, #32408, #31966
bb2ecb7 Cleanup deprecation warnings in edit_dartfix
be7983e Merge commit 'c24073f442e7c7b789894ad8210aff8accc36702' into analyzer
493e9d3 Issue 29134. Un-skip analysis_server/analyzer_plugin check_all_test.
73a5809 [testing] Path absolute path to kernel service snapshot to run_vm_tests.
22408c6 Remove references to previewDart2
43bf6d0 Add an AST structure for set literals to analyzer
c24073f Add events for grammar-term forInitializerStatement
e17960c [Gardening] Mark co19 test as flaky and filed issue
3f585d1 [Gardening] Mark language_2/vm/mult_int_test as failing on windows-dartkp-simarm64
660f64e [Gardening] Mark test as flaky, reference existing co19 issue
e679101 [infra] Update debian package metadata
7df494c [co19] DEPS updated to the latest co19_2 commit
55f3cc9 Fix missing comma in service.md
33e5952 Bump DEPS to fixnum 0.10.9
fceae85 [dartdevc] fix #34531, optimize covariance checks in the kernel backend
331472e [vm] Fix interpreter holding an untracked pointer across a safepoint boundary.
cde4793 Revert "[vm/compiler] Fine tune operator and phi handling."
1dabf0d [ VM / dart:io ] Removed usage of std::make_unique as C++14 is not supported in google3
3be0d61 Split installTearOff into static and instance versions
9af7695 Issue 34387. Don't report an error when a static member is referenced in a documentation comment.
e9ba30a [dartjs] Shorten "call*" when minified
c46202a [infra] Fix approve_results using wrong name.
fbe3b1e Reland "[ VM / Mirrors ] Added type checking to enforce strong mode semantics when using dart:mirrors"
9c95624 Temporary revert to fix issue #35009 for 2.1. package:rpc relies on mirrors behaviour that is not valid for Dart 2, so these type checks cause the package to crash.
d8d6835 [dartdevc] fix debugger extension console
8b87e73 Merge commit 'f7dab643ff254ead592d7bd038d858ebc9f2570c' into analyzer
443a5de Merge commit 'a13c22f90a1a4dc3565d61e5124266db49b25f52' into analyzer
7e6a39f Generate analysis server notification handler
4b18703 Merge commit '8d12600b16bcc9ae113c47fb6a3d5b68b1388c5c' into analyzer
c39df1b Issue 34495. Change the way unexpected elements are handled in pushInstanceCreation() of expression builder.
ed03883 Issue 35043. Fix type instantiation for implicit new.
d29538e [VM] Fix for issue 34888
f7dab64 Remove discontinued webproject.org links. Fixes #21482
e10c186 Merge commit 'be815e1a867d302ad2fbc8db8d7467cfe85319d2' into analyzer
5dc2156 Cherry-pick be815e1 to analyzer branch
d4ebc76 Fix AnalysisSessionHelper.getElementDeclaration() for elements in parts.
f8c89e0 [vm] Allow disabling concurrent mark separately from parallel mark.
a6bb2e5 [dart/fuzzer] Shard fuzzer
a13c22f Backport Parsed/ResolvedLibraryResultImpl and ElementDeclarationResult into master.
8d12600 [infra] Make IE work on Luci (closes #30505)
51f815f [infra] Support configurations in compare_results and update_flakiness.
e78ed8c Move canBeConst from InstanceCreationExpressionImpl to LinterContext
57a119e Merge commit 'd15026832117ca77a282f72cd6d7b3ab4c5fdf05' into analyzer
eeb3756 Implement Parsed/ResolvedLibraryResultImpl using AnalysisSession.
e585605 [dart/fuzzer] Ignore output directory option
6906ce3 Issue 33553. Don't report ABSTRACT_SUPER_MEMBER_REFERENCE if the nominal superclass has noSuchMethod().
2aa4b1a Convert analysis_server.dart to triple-slash comment style.
e190719 [vm] Fix typo in status file update.
095d694 Add tests for set literals.
09d2740 Honor verbose mode when running test directly
f882af1 Include file name in scanner test chain
c05ed92 [vm] Update status file for corelib_2/nsm_invocation_test under obfuscation.
54a3e11 [infra] Upload core dumps if BUILDBOT_BUILDERNAME is set
0fd4a51 Recover from default values in function types
0fd1432 [VM] Use "null" object pool instead of nullptr for empty pools
3e56b7e Exercise loadComponent of sdk more when training kernel_service
cd98dd7 [VM] Make all stubs inside the VM isolate share the same pool
0a9d130 [VM] Add static helper methods to object.h to access RawObject fields without handles
38d92dd Allow Type objects as case expressions and constant map keys.
b5caca1 Add dart_runner and flutter_runner as supported targets to frontend_server
af63ea7 [infra] Add approve_results.dart script for approving test result changes.
be815e1 [dartdevc] fix #35013, move DDC off Analyzer task model
85d225e Move parameter context into NodeLintRule and make it required.
d150268 doc typo
04941b5 [vm, gc] For large arrays (arrays on a large heap page), use a card-based remembered set.
3687415 [dart2js] Simplify defaulting bool.
f3d21a8 Revert "Fix bug in TTL logic for IPv6"
3166d6b Replace ResolvedUnitCache with AnalysisSessionHelper.
19659b3 Use '==' in more cases.
db2c9ee dart2js_tools cleanups from the previous CL comments
ffe2116 Fix bug in TTL logic for IPv6
e89aeb0 [vm] Fix profiler tests.
61df5fd Encode dart2js source-map extensions in strings.
0e35e41 Upstream recent changes to dart2js tools
1215f23 Remove references to ContentCache from analysis_server
7cea025 Merge commit '97a51b2af2760b874b2e11afab9bc363b2f50558' into analyzer
40dee8d Merge commit '11707cab410906df65b72e94fd59b2f51690c9e7' into analyzer
97a51b2 Revert "Import path as p, in Workspace impl libraries"
40de40f Update edit.dartfix to handle InconsistentAnalysisException
11707ca Add edit.dartfix test for moveTypeArgument
c7e6cdf Update RemoveTypeArguments priority for edit.dartfix
94f28dd Update status file to reflect #35055
4cf179b Corrected outdated tests string_split_test and string_supertype_checked
b1cbfab Merge commit '9a1a7763f150e92e39a05519be47e581584c5de9' into analyzer
9a1a776 Skip checking of casts in metadata
c8fd361 Stop using deprecated package:collection/*.dart
0b8aee9 Remove tests from analyzer-cli that do not test code in that package
dff53c1 Remove more uses of package:analyzer/analyzer.dart
8b465bc Document that addStream cannot be called while addStream is in progress. Fixes #31478
6f75e7a Document what happens if DataUri.parse() is passed bad data. Fixes #28679
2c70f80 Fix doc comment for terminalLines. Womp womp. Fixes #31612
25e0c7b Split apart the assist tests
e083b61 Add more documentation and examples to RegExp constructor. Fixes #32844
abbcecf Fix various Encoding documentation. Fixes #31827, #31828, #31829, #31830, #31831
475eaee Cleanup some dynamic/Object promotion confusion from 5226b5c
30f1c7c Remove references to analyzer/analyzer.dart
68e2cdc Add edit.dartfix test
460451b Update the CHANGELOG for 2.1.0.
d91c030 Analyzer: Add a new constructor to LocalElementBuilder for dangling nodes.
c1523d4 Status bingo: and the fight continues...
3f431de Implement AnalysisSessionHelper.getElementDeclaration() using AnalysisSession.
32ae859 [ VM / Gardening ] Fixed status file entry for inference_enum_list_test
b71948f Consolidate MockSdk(s) into one, living in analyzer/lib/src/test_utilities.
7f84476 Status bingo: more updates to FF and Safari status files...
1c2b7bf [ VM / Gardening ] Marked language_2/inference_enum_list_test as crashing on dartk-reload-linux-debug-x64
672a049 Move KClosedWorldImpl to its own library
b9a67ee Merge ClosedWorldBase and JsClosedWorld
27127b3 [DBC simulator] Rename class Bytecode to SimulatorBytecode.
86cfb7f Cherry-pick CHANGELOG from analyzer-0.33 branch.
37e5873 [ VM / Gardening ] Mark io/http_loopback_test as flaky on ReleaseARMX64 on Linux (issue #30700)
94b428a Add utilities to replace lib/analyzer.dart
2784473 Fixes and tests for quick fixes in mixins.
0eb0fd0 Avoid using resourceProvider.convertPath() where possible.
ad07f8a Explicitly import dart:async
73a58c8 Merge commit '31d0896a8b8c7d2a8c0496c9d8d817356ef897ad' into analyzer
73eadf5 Move JsClosedWorld and JsClosedWorldBuilder to their own libraries.
4098bea Status file bingo: attempt to make FF and Safari green again
2e52420 Merge commit '4324bd1fd1ab52b4b74073fd9ca11cbdf0596454' into analyzer
5f0df32 Dummy commit to analyzer branch, to trigger builders
feba863 Import path as p, in Workspace impl libraries
09a44b8 Fixed a typo level problem with an Index and a spurious comment.
da93e27 Improve position on field initializers.
9df2772 tests for issue 34850
31d0896 Introduce API so that the linter can be migrated away from Element.context.
e3c8774 Add AnalysisSession.analysisContext, stop using AnalysisDriver's AnalysisResult outside the driver.
4324bd1 Fix dead link in mixin-declaration
556dd9a Add support for serialization on command-line
44b5c30 fasta parser test for 33672
d9d15ee [VM] Do not trace const functions seperately in AOT compilations, we use kernel2kernel constant evaluation
a4c73e3 Merge commit '5226b5c307b04da8df96924a46780eb31a5bd75e' into analyzer
a01513c [VM] Allow including disassembler in product mode if FORCE_INCLUDE_DISASSEMBLER is defined
33c3218 Cleaned up some terminology, whitespace, and added index.
5226b5c Remove some unnecessary dynamic invocations in the platform libraries.
6d9dc93 [VM] Follow-up status file update after landing changes to kernel2kernel constant evaluator
ad2db25 Do not add constructors to mixin declarations
993f726 Labeled variable declarations shouldn't introduce a new scope
bca8634 Manually merge remote-tracking branch 'github/master'
c0db490 Merge remote-tracking branch 'github/master'
8953788 [VM] Convert const Symbol("..") to SymbolConstants in kernel2kernel transformation
ca512dc Fix typo in int docs, valus - values
79092a9 Close unpaired opening parenthese and fix mispelling (#30406)
5c29dc1 Create experimental flags documentation (#34921)
c086064 [ VM / Gardening ] Mark flaky test get_vm_timeline_test as Pass, Timeout
06c1ee0 Reland "[ VM ] Delete code for _RegExp._ExecuteMatch and _RegExp._ExecuteMatchSticky before creating an app-jit snapshot."
a828f48 [ VM / Gardening ] Mark co19_2/LibTest/io/FileSystemEntity/identical_A01_t06 as flaky (see issue #183)
022d181 Revert "[ VM ] Delete code for _RegExp._ExecuteMatch and _RegExp._ExecuteMatchSticky before creating an app-jit snapshot."
a0fa946 [VM] Turn off idle notification in the command line VM as we have a race condition that is causing intermittent crashes. The fix for the race is a bit involved as it requires changing the IdleNotifier class to avoid the lock inversion issue.
ef91571 Add ParsedLibraryResult, getParsedLibrary, getResolvedLibrary to AnalysisSession.
2f059cd [ VM / Service ] Alphabetize RPC entries
c4b50c7 Remove another use of the old AnalysisContext
66a1214 Delete unused support for dealing with packages
c4df463 [vm] Reland kernel data library and class caches.
1fb58ad Fix CONVERT_DOCUMENTATION_INTO_LINE when there is an empty line.
428a832 [ VM ] Delete code for _RegExp._ExecuteMatch and _RegExp.ExecuteMatchSticky before creating an app-jit snapshot.
80317f1 [vm, gc] Missing piece from "Enable concurrent marking on Android/iOS."
8c20adf Increment analysis server protocol version
c560ee9 [fasta] Remove temporary map typedefInstantiations
1a3bca5 [vm] Use atomic release-acquire operations to update RawICData::ic_data

2c10b5e Update TestTypeProvider to not require an AnalysisContext
d47ef00 Convert session.dart to triple-slash comment style
7c0b225 [ VM / Service ] Added 'getScripts' RPC.
0299b98 Renames for addPackageFile() / addPackageMeta().
d802c7d Improve LSP server tests
5f60b47 Delete obsolete and unused benchmark
9fda513 Delete outdated examples
a651838 [vm] Fix misc printf format bugs.
97940e7 [vm, compiler] Remove use of StoreIntoObject for arrays from hand-written assembly.
cd44af1 [vm, compiler] ARM64 has 32 registers, not 16.
5711a1d Move implementations of analysis results into src/results.
f424229 [VM] Go back to using c++11 feature, do not use c++14 feature due to 3head builder failing
056fdb8 [vm/kernel] Fix kernel tree shaker after FunctionType.typedefType change
d6d312c Add 'Wrap with StreamBuilder' quick assist.
b0b7cdb [VM] Add ArrayView class to access [Array]s which are treated as lists of tuples in a type-safe way
aaf5d7f [Gardening] Mark LibTest/io/Stdin/last_A02_t01 as flaky
eecf927 [VM] Move mapping "RawInstruction -> offset" mapping into ImageWriter
4c61f68 Add support for summary files to the public analyzer API
57e631d Convert results.dart to triple-slash comment style
ffbf6b9 [Gardening] Mark vm/dart/appjit_cha_deopt_test as slow in debug mode
b331223 Merge commit '2bb05234a801ceea8a240c581ba55007c2337568' into analyzer
9b9a035 [VM] Add PcRelativeCall / PcRelativeJump patterns & assembler support
2939660 [VM] Allow Code::object_pool() to be 'null', refactor some code in precompiler.cc
2bb0523 Support command-line dynamic invocation analysis though analyze_helper
5896627 Handle when being asked to compile a part
69f04aa Remove unused _ConstantHelper
5d7eaaf [ VM / buildtools ] Allow for downloading of clang-format.exe on Windows
7ee3bb9 [ VM / Testing ] Split dart_std_io_pipe_test into multiple tests to avoid timeouts.
7a4e142 Add analyzer-linux-release-analyzer-new builder to test matrix on analyzer branch
d513dca [ VM / Gardening ] Added a print of the test call stack to file_lock_test to help better track down flaky failures on Windows. Related to issue #35012.
fa4fdce [vm, gc] Enable concurrent marking on Android/iOS.
6004c8a Ensure generatedSize takes into consideration empty fragments
8852d36 Add --lsp flag to analysis server and add basic Initialize handler
7514ce9 [vm] Assert handles are only allocated when the thread is preventing safepoints.
a074bcf Update dartfix package for publication
c580e8c Cleanup analysis_server_client package
6294171 comment cleanup
0b96b06 Merge commit 'cf73e08b71ccbed85e2e6a14a7499341c0e15b0d' into analyzer
dee5e8a Convert more classes to mixins
cf73e08 Use InvalidType, not DynamicType on cyclic typedefs
f9c4163 Test framework for type promotion
ba73aa9 Update status file for VM precompiler
2419031 [gardening] mark another co19 RawDatagramSocket test as flaky
22de8d5 Test (de)serialized equality of compiler output
690c3be Make FunctionType.typedefType final
43472d7 Update package:front_end to use FunctionType.typedefType
2612160 Make DateTime not assume arguments are instances of the same class.
a8291f7 Update package:kernel to use FunctionType.typedefType
c843a4f Replace resourceProvider.convertPath() with just convertPath() where possible.
7d87a51 Remove LibraryContext.dispose().
9f6aff7 Update doc comments for Iterable.singleWhere.
87ee9c2 Don't generate library directive in CREATE_FILE.
5089649 Merge commit '98a0309fbd8a53ceb4f5520c530507e135930eab' into analyzer
2085277 [vm, reload] On the path for no shape changes, defer freeing the old class table until the next safepoint.
c413b61 [testing] Improvements to crash dump archiving
56861d5 Additional cleanup following session api change
645ec2e Meld server runner in dart fix with analysis_server_client
2bb3dcf Add getResolvedLibrary() to AnalysisDriver.
298d22f remove async parse method
dfb4427 Fix an error in analysis_server MockSdk.
98a0309 [VM compiler] Reuse function type arguments to avoid instantiation at runtime, when possible.
ff25f47 Remove processRequiredPlugins…

This is the first roll of Dart after the Flutter 1.0 freeze and it
contains the following changes:

e15e8609aa [vm, gc] Fix merge mistake from 04941b5507666eabc1ac23027b124939a3794a03 that effectively disabled concurrent marking by setting the soft and hard allocation limits to be the same.
8bff3a9e20 Fix batch mode to re-create the analysis driver when the set of experiments has changed
11d081d115 Add support for simple nullable type return value in generalized function type
6bf4d2ab1a [vm] Do not suppress WER when running VM outside of our test suite.
4ed049d782 Revert "[fasta] Invoke constructors of mixin applications in super invocations"
b44f21e691 Add assists to LSP Code Actions
075ff39ed7 Attept to fix failing test on Windows
1ff82c5081 Update endFunctionType event to take questionMark token
15d65fb907 Add a doc listing the LSP protocol status/supported features
e3991780a5 Add code fixes to LSP code actions
7d4a6cc7e3 Change setup of capabilities in LSP tests to allow easier chaining
83c6f7695d [infra] Remove IE11 screenshot capability from test.py
8ae255d876 Improve regex for extracting request constants from LSP spec
825b1c0817 Corrected status of subtyping.md
a8493e1b50 Flip the default value of the Kernel syncAsync flag
a745f477dc Remove deprecation warnings from ddc
7d1ebf260a [fasta] Invoke constructors of mixin applications in super invocations
d118c7f94e Added changelog entry for instantiate-to-bound integration + commentary
526b11d28e [vm] Add doc for snapshot profiling.
8cb7ab9567 Ensure that Object doesn't have supertypes
1046bf66d4 Ensure patch parts know they're patches
67217f4ef8 Integration of i2b into dartLangSpec.tex
1c1a5a99ed Change LSP edit mapping to support multi-file edits
566ae2490d [test] Update async stepping tests to reflect the status quo.
0df81c42a7 fix options integration tests
bc8c7cf782 Add support for parsing simple nullable types
e2db9676d9 add asNonNullable() to existing type infos
ca70671e85 update linter io url
b0cca3e82d Attempt to fix the bots
2e3ed72293 Return a bad compiler result instead of rethrowing in ddk.
5632d62ad5 Record references for AssertInitializer.
6fe24162eb Implement downward inference for set literals
2d2ed59671 Set 'enclosingClass' for class members and type parameters.
295b749778 Remove unused import
a16f1bd67b [dart/fuzzer] Fix js execution mode specification
f9fb87558c Collect references for constructor initializers and redirectors.
3a4ca65f6b [gardening] Fix standalone_2/io/http_compression_test.
237fcba9b6 Support for FieldFormalParameter.
1337062779 Remove pkg:microlytics
e6aec46b5f Update LSP noEdits test to have imports that won't be removed as unused
2a85a3433e Update handleType event to take questionMark token
4d63202b53 [infra] Fix warning when pre-approving an already approved failure.
b924d754c5 Fix LSP Organize Imports so removing unused imports works
7d0823a97c Advertise the commands/code actions we support to the client
3f130fb9ff Don't call workspace/applyEdits for empty edits
abdd6ca0d1 Verify that we don't emit SyntheticExpressionJudgment
78b53ff6b2 [testing] Format logs with more distinctive separators
68889c97ae Rework the file system tests so that most tests are shared
3baab294c1 [gardening] Update 3xHEAD patch
6a99a9a85f [co19] DEPS updated
0e08c267c8 [infra] Add Windows support for gsutil.py.
f0d85bb914 Don't record references to the name of this node or the name of the enclosing class.
f6b5f9ce2e [vm] Add --gc_every to trigger major GC every N stack overflow checks.
54a47243e5 Fix for 35356 - and/or/xor
c0185716e3 Fix Analysis Server on Windows bot.
d8bd7d68b8 [vm] Fix bots after commit 5f36c5f9.
30896b87f1 [vm] Fix crash when enum initialization hits a stack overflow.
81de5ec21c [vm/compiler] Do not use UnboxedIntConverter on tagged.
5f36c5f9d8 [vm] Delete BoundedType class in VM.
5768e513f8 Rework analyzer representation of experimental flags to prepare for codegen.
bfb011ee14 Only enable set literals for the reference collector test that requires it.
79eb965d8f Replace FileContentOverlay with OverlayResourceProvider in AnalysisServer.
1f6a25e968 [vm] Roll boringssl to 702e2b6d3831486535e958f262a05c75a5cb312e.
49142b49e7 Revert "[gardening] mark sample_extension_test as error"
3875d8bfa2 Deprecate TypeSystem.isStrong
4463aa0038 Revert "[vm] Fix crash when enum initialization hits a stack overflow."
e59312dafa [vm] Fix crash when enum initialization hits a stack overflow.
89f299bee8 Add support for supplying simple edits for LSP workspace/applyEdits
679108ea7b [gardening] mark sample_extension_test as error
40be306fb0 [gardening] Always copy ICData prior to write.
644d924978 Add path validation for opening files
59780df33f Implement "Organize Imports" command
a957c4351a Add more tests for async*/await-for operations.
03730d9acc [infra] Fix test.dart error handling if there's no base build.
1e4b123e54 Delete DartType.isMalformed
be532c0fc5 Use AbstractBool in AbstractValueDomain and add TrivialAbstractValueDomain
e4df0c2fd8 Add implementation+tests for LSP "Sort Members" code action
4746e7b2b5 Record actual 'api' and 'impl' dependencies for most nodes.
fba5a58b47 Update 'samples/sample_extension' to Dart 2
3d6d1d1755 Use VersionConstraint in SdkConstraintVerifier.
c1a0c611c3 [vm/compiler] Add missing case for CP
b18de843b5 Don't link to analyzer_cli
f2d1858c2a Update dart_style to 1.2.2.
b5d2400d82 Always include members of Null in subtype access.
4191437ccc Revert "[vm] Fix crash when enum initialization hits a stack overflow."
499b5b23e1 [vm] Don't touch the PCMarker slot in the Dart profiler walker.
4288fe9ba7 Record references for all statements, tests.
c987c9e5a7 Propagate cached static types to inference and ssa
67b5c878b3 [vm] Fix crash when enum initialization hits a stack overflow.
d1d35db153 Record references for all expression types.
3e8d87b59d Include request and response subscription methods to the AnalysisServer interface.
5074dc9033 Make generate_files in the analysis server default to x64.
7d78f7caf9 Handle FutureOr in runtimeType analysis.
3cb3fd2b20 Move types/* to inferrer/*
b2d4a95cb0 [dart/fuzzer] Use 100 machines for DartFuzz tests
15673bc410 Move instantiation classes to separate file
007e386b13 [infra] Add progress information to test.dart and fix logs.
1a814793ce [infra] Add --silent-failures and --clean-exit to test.py.
921e62f1bf [vm] Introduce multiple entrypoints to AOT.
04b2b75d8c [Gardening] Remove inherently flaky async/timer_regress22626_test
089f098849 Auto generate more analyzer error codes
fb471c6cee fix gitignore for some git client
cd2e7680ed Corrected instantiate-to-bound.md.
09f2736d9a Remove support analyzer-use-fasta-parser from the test matrix.
85a30f8595 Measure time spent emitting source-maps
53ba7096e2 Record references in expressions.
2a39f63c2a Record deferred accesses in kernel world impacts and use it for splitting only under a flag.
a84863253c Re-apply "Add AnalysisDriver.resetUriResolution() and use it for analysis.reanalyze request."
3b65f0ded8 Update the analyzer error code auto generation tool to display a list of fasta error codes in the parser that are not yet auto generated.
1d77824482 Issue 25538. Fix for overriding invisible private members.
6d33d033db Cache prototype references while installing aliases
1b3e2ccdf6 Re-introduce StrongTypeSystemImpl because removing it was a breaking change
73a3c2cf5b Extract operatorFromCompoundAssignment() into public non-API.
cd94fce0fe Add ability for LSP server to send requests to (+ receive responses from) client
3e3f31b808 Reapply "[vm] Annotate longjmp-like functions with DART_NORETURN."
ebc9295c7e Partial implementation and tests for ReferenceCollector.
b5e294595a Remove analysis_server's pubspec.
08c4e96fc5 Keep track of document version numbers from the client
e173775a58 Tiny bit shorter $is/$as prefix
98fcc8e8dd Set up a new CommandHandler that can delegate to individual commands handlers
2bf29f6244 [kernel] Avoid reporting token position on InvalidExpression.
d8d8e222aa Support returning code actions for SortMembers/OrganizeUsings
8ea5ac12c0 [Gardening] Remove redundant --compiler=dartkb from test_matrix.json
c945715f8c [Infra] Make -n dartkb-... actually test.dart to use bytecode mode
2cdd29b516 Handle set literals in body builder.
44926fd572 Shadow node for set literals
05fb37a808 Add SetLiteral node to kernel.
378bc9179e tool to generate compile_commands.json for analysis servers
bc0df05d07 Update dartfix test on windows
e4cbeab852 Remove redundant compiler option from dartkb builders
25e38ebd60 [Gardening] Change tests to use default --sync-async behavior (this is what we care about), remove Crash status file marker
1207af99b8 [infra] Avoid printing options in reproduction commands which are implied by the named configuration
5451ac62e2 remove fasta parser status from the server status page
e566ca90b4 [vm/compiler] Fix AOT null comparison
41389f4c5b Add dartfix part file tests
60ed5f0960 [vm] Update Thread::TopErrorHandlerIsX to account for the interpreter.
2118fcf7b0 Rename StrongTypeSystemImpl
20b9b9a289 catch a few more error types in kernel mode of ddc
e4c83f8573 Rename the experiment flag used to enable set literals
36a7d18239 Update edit.dartfix to ignore sources specified in analysis_options excludes
d32254f13b [vm/compiler] Fix crash in AOT-debug (found with fuzzing)
21984a350d Implement evaluation for constant expressions that use the >>> operator
af081ddde2 [interpreter] Revert due to regression reported by golem.
78db20cc8f Rename to LibraryQualifiedName, Node, NodeKind.
b3b6a53cd3 Remove ForInJudgment
38d83f7637 getNode() accepts Library, so knows the URI.
c3968acd17 Include enclosing library URI and class into API token signatures.
adf595dc62 Revert "Record deferred accesses in kernel world impacts and use it for splitting."
07f43510a2 [vm] Fix some cases of dropped errors and confusion between Exceptions::PropagateError and LongJumpScope::Jump.
679a1a7867 [vm] Clean up sticky error accessors.
84420e1ae5 [vm] Roll version of pkg/linter forward in 3xH engine patch.
70e1517d98 Record deferred accesses in kernel world impacts and use it for splitting.
5a8ec41982 [dart2js] UnionTypeMask.disjointMasks should be a List
dd1f62cd55 Revert "Rollback to C++11."
9b5fcc9166 Fix conversion of class with type parameters to mixin (issue 35322)
831ab3580c [vm] Don't crash on illegal entry-point access.
afb8906699 [infra] Fix compare_results non-human output being null.
085ebcab58 [vm] Mark some service tests as slow.
12c650755b Update status file core corelib_2/uri_parse_test in DBC.
4264f3c619 Remove unused fasta error code mapping
1ca3f3d2cb [infra] Fix compare_results test name in human readable mode.
035bb3d04e Remove various shadow nodes related to labels
90aa12feed Build catch blocks in BodyBuilder
e1e3b78e3a [infra] Fix update_flakiness missing current_counter null check.
c18225d98c Implement guarded type promotion in dart2js
90c7cf254e [infra] Implement update_flakiness forgiveness and statistics.
1773006c96 Build for loops in BodyBuilder
4cd567b3a2 [infra] Add auditing to approve_results.
df8accc735 Merge analyzer branch into master
f3d088e2d7 Use VariableScope.parent instead of VariableScope.block
a28c29767d [dbc simulator] Partial revert due to regression reported by golem.
544c053eb0 Initial CL for fine-grained dependencies - Name, Symbol, Library and declared symbols.
abcf0a6867 Issue 35241. Fix for NPE when the referenced constant variable does not have initializer.
bb791ff34d Revert "[vm] Annotate longjmp-like functions with DART_NORETURN."
27907fed2d [vm] Annotate longjmp-like functions with DART_NORETURN.
e13b2e3227 Update dartdoc to v0.26.0
0177ee1d64 [vm] KernelLoader::FinishLoading can sometimes trigger nested class finalization.
670f9ab49b Merge commit '65401da92251a7318e3264b816ce0c4e14701751' into analyzer
7fbd67a3fc [gardening] Update status for incorrect co19 test
65401da922 [dart/fuzzer] fix bot setup
bfee7fa626 bump linter to 0.1.75
41e0ae9399 [dartdevc] fix libraries.yaml to mark dart:isolate unsupported
848d93c0b5 Improve parser recovery given superclass field initializer
f363c5fe79 Update AstBuilder to recover given superclass field initializer
66f81c30b1 [gardening] Increase allowed time difference in a test from 5s to 10s.
74aad1162e [interpreter and dbc simulator] Remove usage counter increment of icdata owner.
6905e57f8b Issue 35223. Skip setters that don't have exactly one parameter.
63fd8f63e6 Revert "Load isolate from parent's kernel in Isolate.spawn calls."
49517fb3e6 Fix SDK build on Mac.
c71a5279c5 Revert "Add more tests for async*/await-for operations."
531551c7f1 Remove trailing comma in json
352cff2fd3 Issue 35301. Update only files in context roots during rename.
bbe9333af5 [dart/fuzzer] Report stderr on non-output divergence
d3c3341b8a [dartdevc] fix conditional imports in kernel backend
e143a52531 Load isolate from parent's kernel in Isolate.spawn calls.
0a4873bb35 Merge commit '191a09f540ac0516c4088fb8454c693743be8b3f' into analyzer
4bda0fe427 Remove trailing comma from json
d6373525f7 [standalone] Remove dead Dart 1 loading code.
2a9780fde6 [gardening] Mark standalone_2/io/http_basic_test for the right issue
01da85ce7c Add flag to emit kernel immediately after invoking the CFE
af40a7e2d7 Improve regex to extract LSP request/notification methods
191a09f540 [infra] Add support for logs to tools/test.dart.
b35aebde1c Add --logs parameter to compare_results.dart, and output logs
3000e93024 Update status file for yet another combination.
f6852fa9c8 [gardening] Mark LibTest/collection/ListMixin/ListMixin_class_A01_t02 as ExtraSlow
2dbf91ff13 Add support for parsing Maps from the LSP spec
a0d576e6cd Add more tests for async*/await-for operations.
52183f2afa [infra] Implement 3-way comparison with approved_results in compare_results.
897f15d955 Update constant set literal tests.
00cec998f5 Integrated subtyping.md into dartLangSpec.tex
e7a048d12e Make constructors private
7ba67a0a74 Wrap various synthetic kernel nodes
e3793d8661 Use helper methods to handle SyntheticExpressionJudgment
170d5578c7 [vm/kernel] Move functionality of Fuchsia's compiler.dart into pkg/vm
f9ed759843 Bring in the latest dart_style.
43cd8ba822 Merge commit '4eeebc46cff4e47e6265e86f4774da103d060aa1' into analyzer
5ad8bf78e2 Add KPI::bytecode_component_ to raw_object_fields.cc
96dda6a516 Re-land "[vm/aot] Fill in names of properties in snapshot profile."
9f49b47823 [vm/bytecode] Revise representation of objects and strings in bytecode
aae0f7997d [vm/compiler] Express control dependence as data dependence.
0b66d91cd4 [vm] Adjust concurrent marker to re-enable code W^X.
4eeebc46cf [hhh] Patch flutter so it is compatible with latest analyzer
0a7cf2a513 Allow nulls for union values where the field can be null or undefined
179b96e796 Remove unnecessary awaits in LSP tests
2260758ffe [infra] Make --keep-generated-files work with -n option
64718ea369 Simplify control flow in ICData::FindFreeIndex.
7af0ba8dbf Merge commit '4088bb1302cebbb6922e1292037bc60127f1f852' into analyzer
8ca55acef5 Merge commit '6f5d6db9c237c3d52c65af4be59c0a631eaf2ff3' into analyzer
9a7f42d05a Merge commit 'dc346e6fdd89663388f8ae4e6767d6ece597c278' into analyzer
be529425d2 Prepare for a future breaking change to the UriResolver class.
7be1d77423 Remove invalid tests from set literal tests.
16cfb6c922 Remove TypeInferrerDisabled
f9ee5da8f8 Add BodyBuilder.legacyMode getter
cd6ecf19fa Clone metadata in BodyBuilder instead of type inference
4088bb1302 Remove prepareTopLevelInference from base builder API
cc003934fc Use modifiers to store some flags
7abe999437 Enable uploads from Dart SDK swarming builders
0fe6f76ffb Improve handling of duplicated declarations
6f5d6db9c2 Cherry-pick analyzer CHANGELOG and pubspec from analyzer-0.33 branch.
5b00611568 Revert "Add AnalysisDriver.resetUriResolution() and use it for analysis.reanalyze request."
dc346e6fdd Revert "[vm/aot] Fill in names of properties in snapshot profile."
465f8595ec [vm/aot] Fill in names of properties in snapshot profile.
2ca08ef2e1 [infra] Implement preapproval of failing tests in approve_results.
f72f07793b Handle null initializer, this is being hit internally when compiling large projects.
63770042aa Merge commit '80c23f87a3e3123d7e337c1fc8bc3b5ec49b34a0' into analyzer
80c23f87a3 Update more analyzer error codes to be generated
7f8e6f8bb6 Be more verbose in loops etc in kernel
20e819cbbe [gardening] Mark LibTest/io/FileSystemCreateEvent/isDirectory_A01_t06 flaky
17d322b62a Handle AmbiguousBuilder in computeRedirecteeType
5410bc4098 Fix rare crash in type inference engine
8db293ed70 Lazy VariableIndexer in ast_to_binary.dart
c45abca648 Get rid of double colons in override error messages.
8ab76a521a Use new type printer for bound errors on method calls.
e520f2480a Do UTF8 encoding slightly differently when serializing kernel
040ef6aabb [gardening] Lower core rlimit to 0 if test is expected to crash.
40dd503b3a [gardening] Mark LibTest/io/RawDatagramSocket/singleWhere_A03_t01 failing
3a52e7bc31 Avoid copying result arrays for nested types in type labeler.
ad62f21e5b Fix crash with multiple same-named redirecting constructors
85a6da1213 [Gardening] Attempt to make socket_bind test more robust by ignoring unrelated clients
0a2ed86935 Infer general flow through && and ||
1231244ede Add version information to SDK changes that have happened after 2.0.
c2bd36e94d Add --omit_platform as option to fasta.
45bf7e9906 validate deprecated lints
31e4c9de6e [vm] Remove dead pre-Observatory debugger code.
17a7f513c3 Fix up pubspec for pkg:compiler
440f190a34 Cleanup CompilerTask
0a05682d5b Cherry-pick 031e77eea11a16a5e486a3673549adbd68862c8e to the analyzer branch.
1d14b8a94e Prepare to publish analyzer 0.34.0.
bfcbd25102 [vm] Use decimal thread ids to match gdb and eu-stack.
6fbc7d27c4 [vm] Remove source-based loading APIs.
488d1f375c [vm] Make profiler bailout counters available over the VM service.
eb1153c546 Fix for override completion contributions for abstract void methods and setters.
73621c71b7 Cherry-pick CHANGELOG from analyzer-0.33 branch.
ec5b4bad99 Fix false positive for sdk constraints (issue 35290)
3428cc6dae Add AnalysisDriver.resetUriResolution() and use it for analysis.reanalyze request.
d9c6bc0316 Improvements to verbose timing data printing.
b72ca19f33 Merge commit 'c9aaa7a654b1cac1307c854ba38f4dc995c86f09' into analyzer
81abf9bb48 Merge commit '5bff334f84f5ce08cd7d10f9185ea150621aba1f' into analyzer
706776a14d Merge commit '80c4d3e3c70ba8d0dfcc3fd038f29a388652cf3b' into analyzer
c7dea39faa Fix analyzer CHANGELOG.
a354fd99a8 Add LSP support for flat symbol lists for older clients
031e77eea1 [infra] Update Clang toolchain and GN
c9aaa7a654 Re-formulation of type bound violation error messages
03a1fe30f5 De-duplicate some bound check code.
4427bb70bc Get rid of double colon notation for class members in messages.
820af6ba9e Test of type variable bound printing
c959bd98af Print origins of types in bullet points below error messages.
5198e49ffd Use new type labeler API in message generation.
aed186ad10 New printer for types and constants
c632e7cc6d Separate names of blacklisted core classes into their own file.
44f7295195 [VM] Free the current working directory string if we happen to re-initialize the VM
d93c19acb9 [Gardening] Update status file to extend test markers from Crash to Timeout (on MacOS)
56bccac775 Remove unused kernel/lib/application_root.dart
9c7bdf4aae Remove unused dependencies on logging and package_config
b52182ee14 Add LocalState to KernelTypeGraphBuilder
be5d0cca5c Remove sha1 impl from dart2js
ef419f68f9 Revert "[vm/compiler] Express control dependence as data dependence."
41f3d4326e [vm/compiler] Express control dependence as data dependence.
589a823888 Cherry-pick f02e7bb3745ace7edcda7905b2383f7da446acd7 to the analyzer branch
1d0c0559f6 Cherry-pick CHANGELOG from analyzer-0.33 branch.
03b7ade6b7 Relax front_end's pubspec SDK requirement
34d5751835 Move handlers into handlers/ folder + sort members
235da6f45d Rename AstNode.getAncestor by deprecating it and adding the new method (analyzer)
5bff334f84 Introduce replacement for AstNode.getAncestor (master)
65787a250e Use the experiment flag to enable scanning the >>> operator
80c4d3e3c7 Fix set literal optimization
de764dbec1 more set literal tests
6261ede840 Remove AnalysisServer.getResolvedCompilationUnit().
67c00eff46 Add basic support for hierarchical document symbols
581468fa63 [vm] Fix gcc build.
e9e70f0922 Reduce dependency on library spec from dart2js
9b65c81c03 Clear direct users of LibraryCycle on invalidate.
5d7786948c [infra] Add --keep-files flag to tools/test.py
854a7cfe15 Merge commit '43113760f2ea114c183f8965b0d48fbb7469dc7f' into analyzer
3f65406e2b Merge commit '232aa553fb97dbc2790b19363d85e2a7b74e6e27' into analyzer
fd53d061f0 Implement formatting provider for format-on-type
ff04743cdb Return errors instead of throwing
81a056c8a3 Cherry-pick CHANGELOG from analyzer-0.33 branch.
43113760f2 Use readAsBytesSync in standard_file_system.dart as it is faster
25f0c21c81 [infra] Fix approve_results reporting wrong number of changed tests
f780b6ea84 Remove obsolete log types from test.py
498994487b Cleanup of ast_to_binary
1ec63ec7d5 Only one source of truth for uriToSource
89936a2a0f Fix invalidating part specified via package uri via file uri
f5d1229081 Reland "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding"
c9a8589ba6 [VM] Remove dead code in precompiler
4aff8f93fb [VM] Ensure we handle devirtualized calls inside ApplyClassIds() as well
e25c744138 Clarify doc for Duration equals
be6593e5c6 Reduce params type from Either2<List<dynamic>, dynamic> to just dynamic
1c1539a9f7 Add tests that all requests work for unopen files
a3874044e7 [gardening] Restrict timeout status to MacOS.
801cea545d linter 0.1.73
44a9d0a0d6 Revert "Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9"
82add824fd Merge commit 'db89c2d1ac3e8b6c6130cbb714c4e242e6fefc27' into analyzer
8a1ccf08c2 Merge commit 'f02e7bb3745ace7edcda7905b2383f7da446acd7' into analyzer
ad69aaef62 Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9
232aa553fb Backport AnalysisSession.getResolvedLibrary()/ByElement().
2beed40848 Move Workspace and its implementations into src/workspace.
561d892d29 Only consider known files in AnalysisDriver.changeFile().
db89c2d1ac fix --kernel parsing when reading from parameter files, and dont reuse the compiler result
25262fe9b3 [gardening] Tests already marked as crashing or failing sometimes also time out.
3fdccc27ae Update analyzer SDK requirement
faafdb4b2f Revert "[VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding"
23d73687d2 Add logging of request in instrumentation log
8371240565 Reland https://dart-review.googlesource.com/c/sdk/+/84683
5949a3f984 Merge commit '5a54f0eb577f0f4a1708ddbd4f69bf70458ff647' into analyzer
829832d390 Minor LSP cleanup
8c69ec8c07 Revert "Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9"
03ff950922 Reland: [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9
92a8d5c193 Make it easier for lint rules to define their own lint codes
b505f0830a Split LocalsHandler.mergeDiamondFlow into mergeFlow and mergeDiamondFlow.
56dec98f0b Make LocalsHandler.locals and LocalsHandler.tryBlock private
418f2583bb Remove FieldInitializerScope from LocalsHandler
406d0b3e9c Remove unused code from LocalsHandler
82f9884289 Support exact class and this expression relations in StrongModeConstraint
d7cf6959bb [VM] Inline ClassID.getID() eagerly, extend pattern matching logic to recognize it, use it to special case ascii decoding
57ecf81f91 [fasta] Handle function types in arguments of mixin applications
e6e88c719c [gardening] Make standalone_2/io/http_loopback_test more robust.
a2ee414581 Support includeDeclarations for references request
797334a531 [fasta] Fix crashes in function type builders cloning
854c654c2d Fix LSP enum classes to use correct base types for value field
6ae01bacbe Tweak LSP test names
9cfab12d36 Reorganize imports to decouple dart2js_target.dart from dart2js
8d41ec30c0 Remove obsolete comment in status files.
61a1793574 Issue 35162. Include SDK version constraint into AnalysisOptions.
9906819fb7 Remove kernel isolate API from the public dart_api.h
e24b3b7772 [test] Further debugging for appjit_determinism_test.
52892f7c47 Add scanner and parser support for new >>> operator
b578e9ba6e Update vm_sources.gni, add a couple of missing file extensions
08c42ad75d Revert "[infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9"
f02e7bb374 Rework parseLiteralSetOrMapSuffix to remove expression lookahead
5a54f0eb57 Remove type checks that are already guaranteed
c2f1cd49a3 [infra] Roll buildtools to c72a1c5aadde06505b7bb4641720880f3db28ff9
01e85fa2e0 [vm/compiler] Replace simple induction analysis with new framework
0e275f123c Fix analyzer co19 status after d7ee7b951656014c6d7d25988682c80c4f57949d
9903d86d50 [infra] Apply flutter patches in flutter-analyze builds as well
cdd4adf467 [vm, kbc, dbc] Remove dependency on computed goto.
d31e83b909 [VM] Do simple block re-ordering in AOT by moving throwing blocks to the end
285f7ddb1b Switch to using constants for LSP method names
d7ee7b9516 Merge commit '880dfa0bca19b024bea57a20434da6f3f0fe9c87' into analyzer
3ad0571cf9 [fuchsia] Fixes for the Fuchsia build
10dac37103 [gardening] Marking slow tests as possible timeouts.
a61e10c7fa Change format tests to manually build an invalid string
880dfa0bca [vm/aot] Refactor clustered snapshot serialization to allow reflection of field names.
8fa1e010c4 Validate paths and offsets for all requests
682b9e3479 [gardening] Mark LibTest/io/RawDatagramSocket/close_A01_t01 failing
7f40d90544 Respect content formats when creating markup content
4a1983a1a8 Fix some TODOs and remove redundant test
78332742ac [gardening] Skip lib_2/async/timer_regress22626_test in reload-rollback + debug configuration
14d8f7c2da [gardening] Marking standalone_2/fragmentation_test Slow
d5ae2d573b Remove some unnecessary instance creations in ElementResolver
67472e59fb Remove an unused error code and the fix associated with it
60d6ca0de7 [vm] Fix v8_snapshot_profile_writer_test on Mac.
81cbb51292 Add --no-status flag to test.py, so the exit code does not depend on test status.
1891636db0 [gardening] Final attempt to fix apply.sh.
6300b7e0a0 [gardening] Fix apply.sh syntax (no spaces between variable name and =)
2fbc6b9a2e [gardening] Make apply.sh script force update git cache used by bots
1ed5f78e9c [gardening] Make apply.sh script fetch before trying to checkout.
c62af758ee [gardening] Switch apply.sh script to use bash instead of sh
01380ede49 [gardening] Expand 3xHEAD Flutter patch mechanism to support DEPS file changes.
92d2a70a9a [gardening] Update v8_snapshot_profile_writer_test status for dartkp-mac-release-simarm64
ba0222df78 [flutter] Update flutter-engine-linux 3xHEAD patch.
ed09a1e5f9 Update documentation of List.filled.
1cc8f36da2 [vm/compiler] Add VM Compiler Team WATCHLIST
bb4e2388b8 Use BasicInfo.resetIds
4a641a69fc [vm] Update status file for v8_snapshot_profile_writer_test.
02bf089ed5 Rough implementation of LSP References
ea56fe71f5 Fix definitions that cross files
8b01876d79 Rollback to C++11.
3cedae6f09 Change diagnostic.code to a simple String
df5ed5458f Move some LSP file-handling code into the file handler
8aa0af0654 [vm] Fix C++ incompatibility in V8SnapshotProfileWriter
a29f55e296 [VM] Mark tests slow after removing unsafe optimization for integer operation folding
0ef66e0f5c [VM] Add @pragma("vm:non-nullable-result-type") annotation
f43c76538b TBR: Added a missing status update to the int64.md feature specification.
cde4270e47 Re-land "[vm/aot] Snapshot size analysis."
5ced1f1cd2 add documentation to Function::parameter_types
48fee5f591 Update status file for receive_A01_t01 and where_A01_t01.
ad7fbb6dd7 [VM] Fix flow graph builder to not generate different code in unoptimized/optimized mode
2ebdf7c0f8 [VM] Ensure the _TypedListView.{offsetInBytes,length} fields are always initialized with _Smi's
614ae7f362 Integrated covariant parameter feature specs.
08a4e020b3 [VM] Get rid of duplicate return-type-cid information from method recognizer
dcc9f74a3c [kernel] Make instantiate-to-bound implementation in Kernel private
8b2458c97b [co19] DEPS and .status file update
94c325a889 Reland "[VM] Make @pragma annotations work generally"
4646e804dc Wrap last debugPath.add in assert
1eccfb864a Single handler per LSP message
f0b26ca685 Add offsets to kernel size breakdown
95d67393a8 Sort libraries to produce stable library cycle signatures.
edba6fbfaa [vm, gc] Add --force-evacuation flag to aid finding untracked pointers.
198d4d135f Infer an empty set literal when appropriate
24482b7514 Display enabled experiments on the status pages
9efa15fd7d Roll latest dart2js info to sdk repo
94d1d74076 Improve the exception message when a library can't be found in a summary.
fcde804eb4 [ VM / API ] Added Dart_IsTearOff to the Dart API.
c5601d7d47 Switch Parsed/ResolvedLibraryResultImpl to AnalysisSession.getParsed/ResolvedLibraryByElement().
e6800d9589 [vm] Disable bytecode generation while training kernel service
02f6395606 Cleanup library-loader: rename as kernel producer, remove some dependencies
e1ffe76a36 [vm] Replace StubEntry with Code handles.
e649ed1aa3 Merge commit 'c1daa3276566e48dac6f52742264578092c56a35' into analyzer
f3344f3c13 Update parser to report error for missing comma
c1daa32765 Fix some issues with the set literal tests
1ac2251706 Extract state handling from LSP server to separate handlers
4b51cea91b More docs for Timer.cancel()
0fded45406 Handle serialization with --dump-info
e62951fd3d Use assigned variables data to infer static types for effectively final locals.
e79cb0232f Fix return for Socket.setOption.
6f2fad87d9 Improve handling of errors
c8bc0a04c7 Extract common code to shared abstract base class
ae6f534188 Add fixes for SDK violation hint
1e186ad9cb [dartdevc] fix build times by only linking input sources
4255a012f8 Update analyzer pubspec to note dependency on pub_semver.
758e690b8d Enable the use of set literals in the analyzer unit tests
751d7ad2e2 [dartdevc] fix js_ast comma expression not generating parentheses
c165ef8a37 Ensure that lists and maps built by ExprBuilder have their staticType set.
5498e58e3c Remove unused GnWorkspace.findFile().
9ca6369ef5 [VM] Add locking around accessing constants arrays on scripts
83ba397368 [VM] Propagate [UnwindError]s directly instead of wrapping them in [LanguageError]s
8044e32fc5 [infra] Blacklist android device id in attempt to make buildbot builder more stable
099f48b1da [dartdevc] fix #33621, name collision due to inheriting JS statics
6e8fe410bb Mention libraries-spec in the changelog as well
c8372c00dc Patch hhh flutter flutter as follow-up to https://dart-review.googlesource.com/c/sdk/+/84688
59e17553f9 Upgrade call-instrumentation logic.
eceafa2df8 new “deprecated” lint maturity
ebeae74390 Update version before publishing
57a4f11b64 [gardening] Patch flutter engine post 0ca1c57
42d4269e06 Remove unused import
d29633f080 Add support for accessing the errors produced during constant evaluation
b607f65217 More dartfix tests
0ca1c57593 Reland "[VM] Remove unused flags"
fafb93ecbd Perform type analysis and inference for set literals
e8e072f87e Merge commit 'bf6ba5db9e2cfef7dad2b5283be93d589f4c7a5a' into analyzer
8cef3d978b Merge commit 'cb883470871af88a4ffba54f5d2cadf6eb7fa315' into analyzer
47b70aabee Merge commit '784ad29470c96a275fb788c26d3dae08e2766285' into analyzer
b0730135ff [VM] Use ArrayOfTuplesView for invocation dispatchers
257a6c8d2b Don't send error responses to $/ notifications/requests
064a7d89ce [vm/compiler] Add VM Compiler Team WATCHLIST
3bf6a550ea Add static type tests
d544a5d3b6 Compute variable allocation data during closure scope visitor.
601587b305 Make CapturedScopeBuilder child visits explicit
b943fa897c Move closure scope classes to ir/
bf6ba5db9e [infra] Update checked in SDKs to 2.2.0-dev.0.0
3f2b605b57 [gardening] Mark LibTest/io/Stdin/first_A04_t01 as flaky
a8c30d89d3 Add basic LSP definition handling
f6c41ac3bc Revert "[VM] Remove unused flags"
1a4cff1bd4 [VM] Remove unused flags
8422bf1a80 dart2js experiment: force parens around part file function
935103fd0f Update lookup-name tool to use the dart2js_mapping implementation.
be670f0362 [test] Update status files for tests with code objects newly-passing on 64-bit Windows.
75ce78a117 [ VM ] Uncomment test that was failing due to issue 33417
c6d9e040da Revert "[android] Override __cxa_demangle() in PRODUCT mode"
051643c0ed Hook up analyzer set literal logic to Fasta parser.
5c7f36e2f1 Add getParsed/ResolvedLibraryByUri() to AnalysisDriver and use in AnalysisSession.
0b46639335 Revert "Hide vmservice.cc behind PRODUCT macro."
86111b5543 [dart/fuzzer] Disable jit-opt modes
9b937f1226 Revert "[vm/aot] Snapshot size analysis."
a8b833750a Convert parser.dart to triple-slash comment style
715a78dfd1 [vm/compiler] Fine tune linear register allocation
90b694b93d Keep resynthesized annotations, even if partially unresolved.
713675bd35 Fix viewing generated code in Observatory on Windows
aa9d186fa5 More analyzer set literal tests
cb88347087 Port the SDK violation hint to the master branch
784ad29470 Update dartfix to check analysis server protocol version
06c89287b9 [vm/aot] Snapshot size analysis.
e4a5ab06e4 Update the SDK version for the front_end package
913cc2c73d [vm] Attribute time waiting for kernel isolate to LoadWait instead of VM.
1def1f5007 Hide vmservice.cc behind PRODUCT macro.
1ca0afe3e2 [VM] Add has_pragma bit to Field and populate it in the kernel loader
1a890ff07d [test] Dump symbol and type tables in determinism test.
de2e6a5543 Return ResultState.NOT_A_FILE for external libraries from getParsed/ResolvedLibrary().
032bfe0872 Use void rather than Object as a type argument when possible
899d1c15c7 Rollforward of the dart_io_api.h include change, with a fix for flutter.
4e8ffc06cf [gardening] re-enable tests disabled for https://github.com/dart-lang/sdk/issues/25649
47e11951a8 Add a missed test file
62c562ed7a [vm/bytecode] Encapsulate constant pool entry creation
3f03b07d53 Keep actual resynthesized constant expressions even when they are partially unresolved.
6d8e14c9db Merge commit 'f56fea3e6389727df2cae5c6feebcdd49437b12a' into analyzer
233dd29167 [vm/compiler] Make Slot::Get respect field's guarded_cid in AOT mode
f56fea3e63 Fix typo.
f9ce4729c5 [release] Update changelog with correct release date for 2.1.0
52d1a2b29b [release] Prepare changelog and version for 2.2.0-dev.0.0
0561ff2619 Add tests for trailing commas in set literals.
fd7b86e159 [toolchain] Update Windows VS toolchain to current Chromium one (18fbbd3).
7f63fcfe1f Add AstBuilder set literals support
a9abc64613 [vm/bytecode] Add context IDs to disambiguate accesses to distinct contexts
81d899ac30 [dart/fuzzer] Add mode to stress test JIT optimization
9677ec9a14 Fix parsing complex function expressions
32a6032f03 Merge commit 'ddbe22190c41b1993a3c93b67f1bfa57287348f8' into analyzer
920630acab Cherry-pick 19d9aa3337c36eb4409f815880297a85c1d5aab4 to analyzer branch.
7fafcec013 [vm/bytecode] Eliminate AssertBoolean instructions if condition is non-nullable
716c9dcde2 Add a hint when Future is imported from core in code targeted to run with an SDK prior to 2.1
b27d6078c2 Update getLibraryByUri() to more directly use external summaries, and check for part instead of library.
ddbe22190c [vm/compiler] Refactor representation of stores and loads in IL.
cdcb76e12b [gardening] Fix runtime/observatory/tests/service/udp_socket_service_test
bdf8b0bc79 [dart2js] Remove some clumbsy negations in generated JavaScript
dba295527b Merge commit '2535b1e0219779d9befe65d6c09275044b233bc2' into analyzer
01e0df71a8 Stop unnecessarily extending Object
aad435f45f [VM] Always bailout from constant evaluator if used on the background compiler
4e3e5711eb [dartdevc] fix kernel backend summary to module mapping
845310302d Revert "[VM] Add @pragma annotations on Field, make @pragma annotations work generally"
2de63ac01c [VM] Add @pragma annotations on Field, make @pragma annotations work generally
79b85ae944 Add --write_logs to set of blacklisted objects, so they do not appear on reproduction commands
2776108a8f Remove LocalsHandler._capturedAndBoxed
b981cbfff8 [vm] Adds a flag to dump dynamic bytecode traces in a debug build.
d5145ade2e Quick fix for the flutter build.
85986c818a First cut fasta parser support for set literals
ae04c6e63b [build] Remove unused configurations (dead since removal of dart_bootstrap).
61eea1f416 [VM runtime] Remove unused UnresolvedClass VM class.
53a47b25ff Standardize the #includes in runtime/include/*h.
e39fa29bd6 analysis_server_client API tweaks before publish
8414e2240c Don't report DEPRECATED_MEMBER_USE for deprecated mixins, top-level variables, and class fields.
338b123002 Change the order of enumerated values in UnlinkedExprOperation
a6665c1aa1 Fix for computing constant values of annotations with named constructors.
b12c125825 Export Future from dart:core in the mock sdk
6596a305fd Optimize VM List's setAll method.
23980a34a6 Fix a typo.
19d9aa3337 Add isLibraryByUri() to AnalysisDriver.
2535b1e021 [vm] Account for bytecode in profile processing and Observatory.
b14b19e13c Merge commit '9e3d3cf765ba3f761b2507950039bcdd2dd3ece8' into analyzer
14688305d4 Basic LSP signature help implementation
02fe9fabd8 [fuchsia] Add missing entrypoint annotation
733b53d971 [vm] Mark enum_private_test/01 as flaky.
9e3d3cf765 [VM] Use strict compare instruction only if receiver is nullable int
6914a86177 [vm] Update status file for enum_private_test/01.
f264a67d7f Basic completion support
bec2daba02 Cleanup analysis_server_client API
11af2a6406 [VM] Only use strict comparisons if the receiver has a numeric type
a454b5d564 [VM] Use redefinitions for strenghtening, prefer equality comparison over strict comparison
6b8aeb8898 [vm] Update status file for inference_enum_list_test.
bc2294c004 [infra] Shard reload builders
a1a38da58e [vm] Report an error when illegally accessing class through API in AOT mode.
aea0aadf41 [VM] Unify AOT optimizations for int/double's
a2dfa75371 [vm] Fix TypeParameter skipping logic in KernelLoader::LoadClass
4ae585ce86 Remove redundant fields from LocalsHandler
59949a9201 Use whereType in status_file_linter.dart
ed48cfeb47 [vm/bytecode] Support source positions when executing bytecode
737f44a8dd Add type argument count to type info in fasta parser
89719f4eab Cherry-pick changes from the analyzer-0.33 branch.
e58e3fbb55 Deprecate the "virtual" annotation
7d84c2e4b0 Serialization of set literals
4abe764b79 Update the changelog to include information about implicit-casts
5a14f9e619 Remove unnecessary setupPackages step.
5214afdb25 remove platform_configuration parser
5afc1ec336 [ VM / Observatory ] Fixed tests that were failing due to lack of sources in app_jitk mode
1b5996ae67 Merge commit '30c5b39d4e0e7672d05df6aebba73254dd7ee770' into analyzer
4c683215fc [vm/compiler] induction variable analysis
60f02dd2aa Re-enable the no-implicit-casts option
c8e95cf3b5 More lint-driven cleanup of Core libs
30c5b39d4e Integrated dynamic-members.md
8546a3a448 Revert accidental change to analyzer
1ade3b624f [infra] Switch cross-arm64 builder to use a single shard
207f06ca47 Typo fix in spec, just one spurious `{` removed.
eb4f9290de [infra] Add arm64 builders to the test matrix
d4f9d36dee Rewrite comments to refer to legacy mode instead of strong mode
98987d2342 Talk about legacy mode, not strong mode in perf tools
9931b77802 Rename strongMode constructor parameter of TypeSchemaEnvironment to legacyMode
6995ac59a8 Rename strongMode parameter of computeDefaultTypesForVariables to legacyMode
9b852e00a1 Update comment in body_builder.dart to say legacyMode
a0e08e1468 Rename strongMode parameter of getRedirectionTarget to legacyMode
7b020f5ae3 Rename InterfaceResolver.strongMode to legacyMode
573a7c543f Rename strongMode to legacyMode in test suite
d412f50f03 Rename TypeInferrerImpl.strongMode to legacyMode
e761241f9e Rename TypeInferenceEngine.strongMode to legacyMode
98e207d1d2 Rename KernelTarget.strongMode to legacyMode
10f210f83b Use factories for instantiating TypeInferrer
9fb16b9669 Use independent name for lazy-initializing static getter
f721d52163 [VM runtime] Introduce a new VM class Bytecode.
bea7be00e1 [test] Check for determinism from the kernel compiler.
8f7a0f400b [vm/bytecode] Emit source positions for bytecode instructions
8d5d8342af Short form install-tear-offs for common cases
bc03bd3805 Cleanup unused vars in VM patch files
da191665aa Issue 34709. Support generic type alias (AKA generic function type alias for now) in outline and completion.
fc2888982c Merge commit 'c92f9dce2357d0da7909c0c5f630ad59882ccf29' into analyzer
e2f99e4cee [vm] Update the profiler to account for the interpreter.
c04461c16d [vm/bytecode] Fix allocation of temporary locals for StaticSet
1d00a8a11f Add checking for errors related to set literals
c92f9dce23 Faster isNotEmpty on collections
fa800e270c Run "sort members" on LSP files
0a28d049c7 Revert "[infra] Add back generate_buildfiles.py to gclient hooks"
9ed26558f1 [infra] Add back generate_buildfiles.py to gclient hooks
86e1bb0cc7 Add a TokenType for the new shift operator (>>>)
d7ea36477f [VM] Invoke a new isolate notify callback on install if there are pending messages
600af11045 [VM] When disassembling dump functions seperately from non-function Code
8166908a03 Improve hovers to include the elementDescription
937e950fd2 Parse inline interfaces into types
f4a80a8466 [vm/bytecode] Fix entry point when optimized code is cleared but bytecode remains
3826a983b0 Add constant evaluation for lazy null-aware and lazy conditional expressions
802db45879 Increment AnalysisDriver.DATA_VERSION to invalidate current analysis results in Flutter HHH bot.
927f0937bd [infra] Add test.dart script for local testing.
f6128b48b6 Add constant evaluation for operators that now apply to bool as well as int
2079620a53 Issue 34733. Expand 'implicit-casts' controlled casts, and deprecate more of 'declaration-casts'.
6880bfca41 Cherry-pick 028ac521805dde0d71a1c97d1063b091fcddfe25 from analyzer to master.
7cf3382f8f Fix OpType.inXyzBody to actually being in body.
3c32b32d56 [vm/bytecode] Enable OSR for unoptimized code compiled from bytecode
c9ae39a9bf Issue 34741. Update error message to make it less unclear.
c60cff1d33 [dart/fuzzer] Introduce time-based test runs
8043e9851c [infra] Fix test matrix path logic in approve_results.
4534e3ea6d Use the constants defined in Experiments rather than hard coding them in multiple places
d53f8c8789 Issue 34735. Fix completion in ConstructorFieldInitializer expression.
9cf51348d4 Issue 33553. For get/set. Don't report ABSTRACT_SUPER_MEMBER_REFERENCE if the nominal superclass has noSuchMethod().
51f34ea580 Split up the tests for fixes related to lints
268993acb2 Provide support for is and as expressions
76e0d94616 [gardening] fix retries in socket_source_address_test
5147c0c6f1 Fix handling of UTF8 characters in LSP packets
83a05147ae [gardening] fix retries in socket_ipv6_test
3ae0dcaa18 Merge commit '5ef1465c55be601f601e1f565c9b9d2f94d76aff' into analyzer
5ef1465c55 [vm] Attach type to parameters on unchecked entry.
deaf5f4528 Only check bounds on recompiled libraries
bbb7cd9f4a Update type promotion expectations
4609fab2cc Revert "[test] Check for determinism from the kernel compiler."
c1db6b5336 Only track type promotion of locals
afe3e68841 Is-not doesn't lead to promotion
127852deed Prepare for matching expectations
0d051a4c65 Don't wrap no-argument sends
efcca56e36 Ensure stack is empty after top-level declarations
47cada07ac Start computing scopes for type promotion
552b25084e Generate NotificationHandler dartdoc and add server tests
74974952b9 Pass through method.requiredParameterCount
015f51c304 Fix windows sdk script
e33dee2a38 [gardening] Update status for issue #35128
a571855c8b [test] Check for determinism from the kernel compiler.
39297646bf [ Corelib / Tests ] Removed tests for Maps helper class, which no longer exists
d062a41404 Make resolution/codegen_world_builder into libraries
b484aada21 Remove library-root option - replace it with a libraries-spec option instead
9f9d7cdc7b Collapse JsKernelToElementMap hierarchy
5cb37ff5b8 Collapse KernelToElementMapImpl hierarchy
49a4a177ab Support explicit data files in --read-data and --write-data options
d74f272d78 [vm/bytecode] Enable optimized compilation if running with interpreter
1c1e013177 Introduce an interactive progress that uses a single line per phase
799cad6dfd Fix tests failing on Windows bot.
cb522bfcd2 [vm] Update Windows synchronization code to CONDITION_VARIABLEs and SRWLOCKs.
4b900fdcc5 [vm] Clarify timeline events for unoptimized background compilation, take 2
97bb5c0e1b Fix some TODOs in MethodInvocationResolver.
c44421dbba less verbose: remove progress form verbose mode, add a separate flag for it
a20986b299 [dart/fuzzer] Reduce number of runs to avoid timeouts
3a427f3294 Add an object representation for literal constant sets
a4dc8cd22e [vm/kernel/bytecode] Make sure bytecode instructions are aligned in kernel
27537b458a [VM] Ensure parameters from unchecked entrypoints have type attached
5db3314a86 [gardening] Update status for language_2/type_constants_test/none
4f5bc1ea22 Add test for constant type literals being valid in switch cases and constant maps.
f9d93f6d4e Revert "[vm] Clarify timeline events for unoptimized background compilation"
fa6a1684ef [vm] Introduce a separate VMTag for the interpreter.
136c013bea [vm] Clarify timeline events for unoptimized background compilation
0caf8dd8ed Add logs.json file to results from test.py, output of failing tests
037792876a Fix analysis hints/warnings in runtime/observatory
3a513641bb [vm] Don't ignore the return value of TypeArguments::Canonicalize.
bf26f2c022 [test] Update status for get_vm_timeline_rpc_test: Slow doesn't imply Pass.
94f93f788a [vm] Remove Dart scanner.
c6148ecba7 Add support for reading experimental options from the command-line
0bf9635a62 [gardening] Fix dart2 errors in socket_upgrade_to_secure_test.
8ca05c506f [vm/compiler] Whitelist byteswap inlining
3ee9f61c8d [vm/compiler] Fix bug in list inclusion test
56ea31b3d6 [vm/gardening] Mark get_vm_timeline_rpc_test as slow.
9cbd76d2bd Issue 35090. Concrete nominal superclasses of mixin applications provide at least noSuchMethod forwarders for super-invoked members.
a50a6c14c0 Add support for experiments to the anaysis options file
abe8794605 Revert "[Gardening] Mark language_2/vm/mult_int_test as failing on windows-dartkp-simarm64"
8178cb602e Refactor dartfix to use new notification handlers
aa8cc30e5c Update ServerConnectionHandler to check the protocol version
d502ba6014 Add new analysis_server_client handlers
9eb1d74881 Reland "[vm/compiler] Fine tune operator and phi handling."
849ece596a [dart2js] Use properties on Closure class for one common case
f0f3f445a7 Add a version of getAncestor that matches by type without a closure
a7bbc8e420 Remove duplicate import.
5e94f8db58 Cherry-pick CHANGELOG from analyzer-0.33 branch.
3583065b27 Implement basic document formatting & update capabilities
fd5928e97e [dart/fuzzer] Reduce number of runs to avoid timeouts
a40fd6a976 [vm/compiler] Fix bug in unboxed constant spilling
c52a38c4ad [infra] Use new approved results bucket in approve_results.dart
6678d3f47e Add support for hovers
d076571cd9 Merge commit '35c6c79ebc052ab28efcaf045b38ff71c6ed5f3e' into analyzer
c450bd6375 Ignore part directives that don't resolve to a file.
90d2c4f406 Split tests out into separate classes
9ee052fbeb Add toString/equals/hashCode
8146725731 Return 403 and 405 from observatory server
d5e853e0ce Improve parsing of LSP spec
35c6c79ebc Fix parsing getter with prefixed name
a9e2af657f Refactor static type computation
04777b58cc Add analysis (publishDiagnostics) and handling of opening/editing/closing files
5cfffdbcca Revert "[vm/compiler] Tune AOT inline heuristics"
106d6b0ca5 [dartdevc] fix #29847 async* dropping errors in some cases
30b0b9b723 [vm] Code size reductions:
4e2c5bcece [ VM / Gardening ] Added better failure conditions to http_loopback_test
801c64f907 [test] Debugging aids for low probability flakes in appjit_determinism_test.
74d2c6aa99 [vm/compiler] Tune AOT inline heuristics
831442d0e7 Compute values of constants without AnalysisContext.getResult().
03e2be624a [gen_snapshot] Default to --deterministic.
65951ef508 [dartdevc] fix debugger extension console, take 2
1a5f5e4caf Fix doc comment in HttpRequest.getString and other tweaks
cb28c1b7f4 Issue 32815. Fix _matchInterfaceSubtypeOf().
e67e66cbf3 Fix AnalysisOptions.from
3cea05acde Don't report MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER when MIXIN_APPLICATION_NOT_IMPLEMENTED_INTERFACE.
48c7af8f8b Upgrade watcher to 0.9.7+12.
ff433daa03 Access more code via hunkHelpers
14dec917ac Deprecate AnalysisOptions.isMixinSupportEnabled
b8bab96369 Add a link from the options support to the process doc
09435f21fc Update member sorter to support mixins and generic type aliases.
28ff7e1e7c Add support to AnalysisOptions for enabled experiments
50418e07a1 Fix multicast_ttl patch for windows - previous patch made incorrect call for setsockopt on Windows machines.
b6833e9e6c Remove unused import
e6e4039bc6 Correct HttpClient, HttpClientRequest, and HttpClientResponse docs. Fixes #31528, #32408, #31966
bb2ecb718d Cleanup deprecation warnings in edit_dartfix
be7983e148 Merge commit 'c24073f442e7c7b789894ad8210aff8accc36702' into analyzer
493e9d3dce Issue 29134. Un-skip analysis_server/analyzer_plugin check_all_test.
73a5809c19 [testing] Path absolute path to kernel service snapshot to run_vm_tests.
22408c6dee Remove references to previewDart2
43bf6d0b54 Add an AST structure for set literals to analyzer
c24073f442 Add events for grammar-term forInitializerStatement
e17960cee3 [Gardening] Mark co19 test as flaky and filed issue
3f585d1b78 [Gardening] Mark language_2/vm/mult_int_test as failing on windows-dartkp-simarm64
660f64ed6b [Gardening] Mark test as flaky, reference existing co19 issue
e679101211 [infra] Update debian package metadata
7df494cecc [co19] DEPS updated to the latest co19_2 commit
55f3cc98d9 Fix missing comma in service.md
33e59527ac Bump DEPS to fixnum 0.10.9
fceae8524d [dartdevc] fix #34531, optimize covariance checks in the kernel backend
331472ec76 [vm] Fix interpreter holding an untracked pointer across a safepoint boundary.
cde479301a Revert "[vm/compiler] Fine tune operator and phi handling."
1dabf0d19c [ VM / dart:io ] Removed usage of std::make_unique as C++14 is not supported in google3
3be0d61793 Split installTearOff into static and instance versions
9af769539c Issue 34387. Don't report an error when a static member is referenced in a documentation comment.
e9ba30a4b4 [dartjs] Shorten "call*" when minified
c46202a387 [infra] Fix approve_results using wrong name.
fbe3b1ebc0 Reland "[ VM / Mirrors ] Added type checking to enforce strong mode semantics when using dart:mirrors"
9c95624a63 Temporary revert to fix issue #35009 for 2.1. package:rpc relies on mirrors behaviour that is not valid for Dart 2, so these type checks cause the package to crash.
d8d6835849 [dartdevc] fix debugger extension console
8b87e73428 Merge commit 'f7dab643ff254ead592d7bd038d858ebc9f2570c' into analyzer
443a5de56b Merge commit 'a13c22f90a1a4dc3565d61e5124266db49b25f52' into analyzer
7e6a39fd91 Generate analysis server notification handler
4b1870307d Merge commit '8d12600b16bcc9ae113c47fb6a3d5b68b1388c5c' into analyzer
c39df1b6db Issue 34495. Change the way unexpected elements are handled in pushInstanceCreation() of expression builder.
ed03883d76 Issue 35043. Fix type instantiation for implicit new.
d29538e808 [VM] Fix for issue 34888
f7dab643ff Remove discontinued webproject.org links. Fixes #21482
e10c186cc2 Merge commit 'be815e1a867d302ad2fbc8db8d7467cfe85319d2' into analyzer
5dc2156ba4 Cherry-pick be815e1a867d302ad2fbc8db8d7467cfe85319d2 to analyzer branch
d4ebc76d75 Fix AnalysisSessionHelper.getElementDeclaration() for elements in parts.
f8c89e0d20 [vm] Allow disabling concurrent mark separately from parallel mark.
a6bb2e5fac [dart/fuzzer] Shard fuzzer
a13c22f90a Backport Parsed/ResolvedLibraryResultImpl and ElementDeclarationResult into master.
8d12600b16 [infra] Make IE work on Luci (closes #30505)
51f815f7f3 [infra] Support configurations in compare_results and update_flakiness.
e78ed8c3e2 Move canBeConst from InstanceCreationExpressionImpl to LinterContext
57a119efed Merge commit 'd15026832117ca77a282f72cd6d7b3ab4c5fdf05' into analyzer
eeb37567af Implement Parsed/ResolvedLibraryResultImpl using AnalysisSession.
e585605488 [dart/fuzzer] Ignore output directory option
6906ce3964 Issue 33553. Don't report ABSTRACT_SUPER_MEMBER_REFERENCE if the nominal superclass has noSuchMethod().
2aa4b1a4f4 Convert analysis_server.dart to triple-slash comment style.
e190719e04 [vm] Fix typo in status file update.
095d694add Add tests for set literals.
09d2740247 Honor verbose mode when running test directly
f882af1c33 Include file name in scanner test chain
c05ed92e4d [vm] Update status file for corelib_2/nsm_invocation_test under obfuscation.
54a3e11d5b [infra] Upload core dumps if BUILDBOT_BUILDERNAME is set
0fd4a51e2c Recover from default values in function types
0fd14324c5 [VM] Use "null" object pool instead of nullptr for empty pools
3e56b7ec3a Exercise loadComponent of sdk more when training kernel_service
cd98dd72f6 [VM] Make all stubs inside the VM isolate share the same pool
0a9d130bd5 [VM] Add static helper methods to object.h to access RawObject fields without handles
38d92ddb6c Allow Type objects as case expressions and constant map keys.
b5caca143d Add dart_runner and flutter_runner as supported targets to frontend_server
af63ea79a1 [infra] Add approve_results.dart script for approving test result changes.
be815e1a86 [dartdevc] fix #35013, move DDC off Analyzer task model
85d225e3f6 Move parameter `context` into NodeLintRule and make it required.
d150268321 doc typo
04941b5507 [vm, gc] For large arrays (arrays on a large heap page), use a card-based remembered set.
36874154b4 [dart2js] Simplify defaulting bool.
f3d21a8c0d Revert "Fix bug in TTL logic for IPv6"
3166d6bf25 Replace ResolvedUnitCache with AnalysisSessionHelper.
19659b399d Use '==' in more cases.
db2c9eeb76 dart2js_tools cleanups from the previous CL comments
ffe2116c27 Fix bug in TTL logic for IPv6
e89aeb0352 [vm] Fix profiler tests.
61df5fdec8 Encode dart2js source-map extensions in strings.
0e35e41121 Upstream recent changes to dart2js tools
1215f239c8 Remove references to ContentCache from analysis_server
7cea0250c1 Merge commit '97a51b2af2760b874b2e11afab9bc363b2f50558' into analyzer
40dee8da38 Merge commit '11707cab410906df65b72e94fd59b2f51690c9e7' into analyzer
97a51b2af2 Revert "Import path as p, in Workspace impl libraries"
40de40f904 Update edit.dartfix to handle InconsistentAnalysisException
11707cab41 Add edit.dartfix test for moveTypeArgument
c7e6cdf81c Update RemoveTypeArguments priority for edit.dartfix
94f28dd9c6 Update status file to reflect #35055
4cf179bcf1 Corrected outdated tests string_split_test and string_supertype_checked
b1cbfab274 Merge commit '9a1a7763f150e92e39a05519be47e581584c5de9' into analyzer
9a1a7763f1 Skip checking of casts in metadata
c8fd361478 Stop using deprecated package:collection/*.dart
0b8aee98b8 Remove tests from analyzer-cli that do not test code in that package
dff53c12d0 Remove more uses of package:analyzer/analyzer.dart
8b465bc9e6 Document that addStream cannot be called while addStream is in progress. Fixes #31478
6f75e7a861 Document what happens if DataUri.parse() is passed bad data. Fixes #28679
2c70f80490 Fix doc comment for terminalLines. Womp womp. Fixes #31612
25e0c7b3f9 Split apart the assist tests
e083b61974 Add more documentation and examples to RegExp constructor. Fixes #32844
abbcecf7ad Fix various Encoding documentation. Fixes #31827, #31828, #31829, #31830, #31831
475eaee3c2 Cleanup some dynamic/Object promotion confusion from 5226b5c307
30f1c7cbab Remove references to analyzer/analyzer.dart
68e2cdc3e6 Add edit.dartfix test
460451be99 Update the CHANGELOG for 2.1.0.
d91c030c26 Analyzer: Add a new constructor to LocalElementBuilder for dangling nodes.
c1523d45de Status bingo: and the fight continues...
3f431de188 Implement AnalysisSessionHelper.getElementDeclaration() using AnalysisSession.
32ae8591ba [ VM / Gardening ] Fixed status file entry for inference_enum_list_test
b71948faee Consolidate MockSdk(s) into one, living in analyzer/lib/src/test_utilities.
7f84476dff Status bingo: more updates to FF and Safari status files...
1c2b7bf96b [ VM / Gardening ] Marked language_2/inference_enum_list_test as crashing on dartk-reload-linux-debug-x64
672a049303 Move KClosedWorldImpl to its own library
b9a67ee27d Merge ClosedWorldBase and JsClosedWorld
27127b364a [DBC simulator] Rename class Bytecode to SimulatorBytecode.
86cfb7f20b Cherry-pick CHANGELOG from analyzer-0.33 branch.
37e5873fd1 [ VM / Gardening ] Mark io/http_loopback_test as flaky on ReleaseARMX64 on Linux (issue #30700)
94b428a130 Add utilities to replace lib/analyzer.dart
2784473939 Fixes and tests for quick fixes in mixins.
0eb0fd0c8e Avoid using resourceProvider.convertPath() where possible.
ad07f8a9e0 Explicitly import dart:async
73a58c81d4 Merge commit '31d0896a8b8c7d2a8c0496c9d8d817356ef897ad' into analyzer
73eadf53c2 Move JsClosedWorld and JsClosedWorldBuilder to their own libraries.
4098beae73 Status file bingo: attempt to make FF and Safari green again
2e52420a56 Merge commit '4324bd1fd1ab52b4b74073fd9ca11cbdf0596454' into analyzer
5f0df32646 Dummy commit to analyzer branch, to trigger builders
feba863557 Import path as p, in Workspace impl libraries
09a44b8da2 Fixed a typo level problem with an Index and a spurious comment.
da93e27833 Improve position on field initializers.
9df2772e41 tests for issue 34850
31d0896a8b Introduce API so that the linter can be migrated away from Element.context.
e3c8774543 Add AnalysisSession.analysisContext, stop using AnalysisDriver's AnalysisResult outside the driver.
4324bd1fd1 Fix dead link in mixin-declaration
556dd9a345 Add support for serialization on command-line
44b5c30165 fasta parser test for 33672
d9d15ee1fc [VM] Do not trace const functions seperately in AOT compilations, we use kernel2kernel constant evaluation
a4c73e3739 Merge commit '5226b5c307b04da8df96924a46780eb31a5bd75e' into analyzer
a01513c685 [VM] Allow including disassembler in product mode if FORCE_INCLUDE_DISASSEMBLER is defined
33c321892c Cleaned up some terminology, whitespace, and added index.
5226b5c307 Remove some unnecessary dynamic invocations in the platform libraries.
6d9dc93d0e [VM] Follow-up status file update after landing changes to kernel2kernel constant evaluator
ad2db25ce6 Do not add constructors to mixin declarations
993f7260c1 Labeled variable declarations shouldn't introduce a new scope
bca8634930 Manually merge remote-tracking branch 'github/master'
c0db4903cf Merge remote-tracking branch 'github/master'
8953788993 [VM] Convert const Symbol("..") to SymbolConstants in kernel2kernel transformation
ca512dc018 Fix typo in int docs, valus - values
79092a98c4 Close unpaired opening parenthese and fix mispelling (#30406)
5c29dc128a Create experimental flags documentation (#34921)
c086064565 [ VM / Gardening ] Mark flaky test get_vm_timeline_test as Pass, Timeout
06c1ee0441 Reland "[ VM ] Delete code for _RegExp._ExecuteMatch and _RegExp._ExecuteMatchSticky before creating an app-jit snapshot."
a828f48c6e [ VM / Gardening ] Mark co19_2/LibTest/io/FileSystemEntity/identical_A01_t06 as flaky (see issue #183)
022d181a4d Revert "[ VM ] Delete code for _RegExp._ExecuteMatch and _RegExp._ExecuteMatchSticky before creating an app-jit snapshot."
a0fa94618a [VM] Turn off idle notification in the command line VM as we have a race condition that is causing intermittent crashes. The fix for the race is a bit involved as it requires changing the IdleNotifier class to avoid the lock inversion issue.
ef91571cb8 Add ParsedLibraryResult, getParsedLibrary, getResolvedLibrary to AnalysisSession.
2f059cd26d [ VM / Service ] Alphabetize RPC entries
c4b50c7dda Remove another use of the old AnalysisContext
66a12140c7 Delete unused support for dealing with packages
c4df463ba9 [vm] Reland kernel data library and class caches.
1fb58ad61b Fix CONVERT_DOCUMENTATION_INTO_LINE when there is an empty line.
428a832a4b [ VM ] Delete code for _RegExp._ExecuteMatch and _RegExp._ExecuteMatchSticky before creating an app-jit snapshot.
80317f1c09 [vm, gc] Missing piece from "Enable concurrent marking on Android/iOS."
8c20adffe6 Increment analysis server protocol version
c560ee9399 [fasta] Remove temporary map typedefInstantiations
1a3bca5485 [vm] Use atomic release-acquire operations to update RawICData::ic_data_
2c10b5e288 Update TestTypeProvider to not require an AnalysisContext
d47ef00253 Convert session.dart to triple-slash comment style
7c0b225666 [ VM / Service ] Added 'getScripts' RPC.
0299b98197 Renames for addPackageFile() / addPackageMeta().
d802c7d33d Improve LSP server tests
5f60b477bb Delete obsolete and unused benchmark
9fda513574 Delete outdated examples
a651838652 [vm] Fix misc printf format bugs.
97940e77a4 [vm, compiler] Remove use of StoreIntoObject for arrays from hand-written assembly.
cd44af1a14 [vm, compiler] ARM64 has 32 registers, not 16.
5711a1d539 Move implementations of analysis results into src/results.
f4242296c4 [VM] Go back to using c++11 feature, do not use c++14 feature due to 3head builder failing
056fdb8734 [vm/kernel] Fix kernel tree shaker after FunctionType.typedefType change
d6d312cca6 Add 'Wrap with StreamBuilder' quick assist.
b0b7cdb3da [VM] Add ArrayView class to access [Array]s which are treated as lists of tuples in a type-safe way
aaf5d7f7de [Gardening] Mark LibTest/io/Stdin/last_A02_t01 as flaky
eecf927fba [VM] Move mapping "RawInstruction -> offset" mapping into ImageWriter
4c61f68f9b Add support for summary files to the public analyzer API
57e631d661 Convert results.dart to triple-slash comment style
ffbf6b9e61 [Gardening] Mark vm/dart/appjit_cha_deopt_test as slow in debug mode
b3312238ac Merge commit '2bb05234a801ceea8a240c581ba55007c2337568' into analyzer
9b9a035154 [VM] Add PcRelativeCall / PcRelativeJump patterns & assembler support
29396606c8 [VM] Allow Code::object_pool() to be 'null', refactor some code in precompiler.cc
2bb05234a8 Support command-line dynamic invocation analysis though analyze_helper
5896627fb8 Handle when being asked to compile a part
69f04aac12 Remove unused _ConstantHelper
5d7eaaf2e0 [ VM / buildtools ] Allow for downloading of clang-format.exe on Windows
7ee3bb9add [ VM / Testing ] Split dart_std_io_pipe_test into multiple tests to avoid timeouts.
7a4e142d00 Add analyzer-linux-release-analyzer-new builder to test matrix on analyzer branch
d513dca45e [ VM / Gardening ] Added a print of the test call stack to file_lock_test to help better track down flaky failures on Windows. Related to issue #35012.
fa4fdcefb0 [vm, gc] Enable concurrent marking on Android/iOS.
6004c8a187 Ensure generatedSize takes into consideration empty fragments
8852d36315 Add --lsp flag to analysis server and add basic Initialize handler
7514ce941e [vm] Assert handles are only allocated when the thread is preventing safepoints.
a074bcf93c Update dartfix package for publication
c580e8cac6 Cleanup analysis_server_client package
6294171508 comment cleanup
0b96b06ef9 Merge commit 'cf73e08b71ccbed85e2e6a14a7499341c0e15b0d' into analyzer
dee5e8a070 Convert more classes to mixins
cf73e08b71 Use InvalidType, not DynamicType on cyclic typedefs
f9c41634fb Test framework for type promotion
ba73aa9452 Update status file for VM precompiler
24190318a2 [gardening] mark another co19 RawDatagramSocket test as flaky
22de8d50af Test (de)serialized equality of compiler output
690c3be02e Make FunctionType.typedefType final
43472d72fb Update package:front_end to use FunctionType.typedefType
26121608a1 Make DateTime not assume arguments are instances of the same class.
a8291f767d Update package:kernel to use FunctionType.typedefType
c843a4fdbd Replace resourceProvider.convertPath() with just convertPath() where possible.
7d87a519bc Remove LibraryContext.dispose().
9f6aff7f52 Update doc comments for Iterable.singleWhere.
87ee9c2c7d Don't generate library directive in CREATE_FILE.
5089649b15 Merge commit '98a0309fbd8a53ceb4f5520c530507e135930eab' into analyzer
2085277771 [vm, reload] On the path for no shape changes, defer freeing the old class table until the next safepoint.
c413b61969 [testing] Improvements to crash dump archiving
56861d5c98 Additional cleanup following session api change
645ec2e8b5 Meld server runner in dart fix with analysis_server_client
2bb3dcf5df Add getResolvedLibrary() to AnalysisDriver.
298d22f4ab remove async parse method
dfb4427c03 Fix an error in analysis_server MockSdk.
98a0309fbd [VM compiler] Reuse function type arguments to avoid instantiation at runtime, when possible.
ff25f47862 Remove processRequiredPlugins…
@a-siva a-siva requested a review from Hixie December 14, 2018 19:07
@Hixie
Copy link
Contributor

Hixie commented Dec 21, 2018

We're good to go on rolling Dart. Sorry for the delay.

@a-siva a-siva merged commit a56467e into flutter:master Dec 21, 2018
@a-siva a-siva deleted the dart-roll branch December 21, 2018 19:01
a-siva added a commit that referenced this pull request Dec 21, 2018
a-siva added a commit that referenced this pull request Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants