3788 Commits

Author SHA1 Message Date
Jonah Williams
75ca1306fa revert change to app delegate that wont build on earlier xcodes (flutter/engine#5702) 2018-07-09 15:22:25 -07:00
Jonah Williams
6eab9d08be Remove cullRect calculation on TransformLayers with a perspective transform. (flutter/engine#5693) 2018-07-09 12:52:10 -07:00
Jonah Williams
f5e9db755b ensure that bridge is not destroyed when semantics is still enabled (flutter/engine#5672) 2018-07-03 22:25:40 -07:00
Adam Barth
10e5400c52 [fuchsia] Update gn label for fuchsia.ui.scenic (flutter/engine#5673)
The gn label for this target changed.
2018-07-03 21:08:28 -07:00
Jason Simmons
cc2776129d Do not make an extra submit callback during SurfaceFrame destruction if the frame was already submitted (flutter/engine#5669) 2018-07-03 17:17:57 -07:00
amirh
eada888921 Remove unused Java imports (flutter/engine#5663) 2018-07-03 09:21:03 -07:00
Alexander Aprelev
d9bf29c2ae Roll dart sdk to 64641d014b77bd410e9aa10558522ae26e4210ee (flutter/engine#5610)
* Roll dart sdk to 9c7cd04e7f285c3e74f54def9f91dbdd1a18b1ba.

Changes since last roll:
```
9c7cd04e7f [ VM / Testing ] Disabled non_utf8_* tests for FileSystemEntity classes
5c9e9a6661 [gardening] Update status file
5a193752f6 Clean up some hints
e67c5953e9 Relax return restrictions.
a9c624a010 [infra] Update checked in SDKs to 2.0.0-dev.65.0
12971f37a9 Update dart_style package to 1.1.0 in DEPS
f67308a983 Handle invalid dill files more gracefully
9aa0c4ae3f [release] Prepare changelog for 2.0.0-dev.65.0
9a8b5f3bc2 Update app_jitk service status
a16ad6d9de [infra] Make update_homebrew script work on Dart2
014a5bc678 Replace strstr with strncmp looking for path separator
d2d47acdce [kernel] Include urls even when we have no source
5f17b0a0be Convert ShadowMapLiteral to MapLiteralJudgment
2c98fb3c1d Add tests showing the async impact on function type checks
8e4d5c0a38 Update formated error for nonexisting constructor
a8e930caf3 Add ClassHierarchy to share code between J/KClosedWorld
c9bd4df214 Document IntLiteral.value as holding a uint64 value
56d57407e1 Fix status for new test
ed20faa2ed Add test for rejecting inexact numbers
31ed467871 Fix directory-prefix finding logic so it works on Windows.
2d6eaba187 pkg:build_integration: clarify that' it's not planned to be published
f67cba1067 [vm] Introduce kernel_multiroot options to support multiroot compilation mode in kernel service.
2876bd08fb Doc - Fix OSError.message and errorCode doc
c97f177112 Issue 33518. Fix for subtypes() in parts without library.
e661c9ef54 Simplify 'as T' for simple T
65a3c4443b [observatory] Update packages and remove dead dependencies.
b15572933d Update checked-in Dart SDK to 2.0.0-dev.64.1
9d3533ff72 snapshot the kernel worker in dart 2 mode and fix some dart 2 errors
b29bde6232 Convert ShadowSyntheticExpression to SyntheticExpressionJudgment
2876623654 Check function types in the correct order in runZoned.
6d25212302 getStats Future should be strongly typed.
ca99917fb6 Remove code awaiting void results to unblock #33145
19f60bfb52 Improve fasta parser expression recovery
d632980ee0 Add tokens to more judgements
5721d8af6d - Fixed querySelectoryAll generic syntax to assert if types in list aren't of the same type T. - Fixes requestFullscreen to call operation webkitRequestFullscreen not requestFullscreen its only available when RuntimeEnabled=FullscreenUnprefixed.
3640037164 Fix second half on #33343: disallow generic functions as type arguments.
97c81d668a Remove variableSet factory methods.
98efc7917f Improve parse assert statement recovery
a93e303f3f [vm/kernel/bytecode] Bytecode generation for rarely used operations
a0ba81bfe7 Convert ShadowCascadeExpression to CascadeJudgment.
de4d8b6cae Convert ShadowSymbolLiteral to SymbolLiteralJudgment
13c3560fc6 Count analyzer cfe integration failing tests.
77f94ec259 Convert ShadowLogicalExpression to LogicalJudgment
1a0fc733d3 Add tokens to more judgements
81191186d8 Remove unused class
284b5cce55 Partial fix of #33343. Reject generic function types as bounds.
ada8188b73 Update pkg/pkg.status with the latest -DuseFastaParser status.
e232ddd28c [VM] Handle [VariableGet]s for parameters/let variables differently than other const variables
5d4dbdac5c Adjust stringContentTDQ, stringContentTSQ to allow escapes.
b27b62e182 [fasta] Update .expect files for non-simple bound tests
aeff1c00f2 [vm/compiler] Improve CallTargets::CreateAndExpand
2ff5f8cfcb [VM] Report an error when accessing constructor parameters inside a constructor invocation
2f474a55c1 Change infer to return the expression instead of its type
b9f11311f8 [vm/compiler] Fix incorrect assertion from 20ca5bbb056.
f85fbde727 Expression compilation fix
6240dd5cc3 Make incremental_load_from_dill_test dart2 compliant
8747da838f Bump kernel version after e2ce88d
20ca5bbb05 [vm/jit] Introduce dynamic invocation forwarders that perform type checking
f9a11ec380 [gardening] Mark language_2/const_constructor_nonconst_param_test/01 failing in dartkp
212a817322 Check whether variables is set before using GN not_needed
f381778867 Update the status of analysis server tests.
8b10b1fda9 Add tokens to judgements, part 2
8c1591af9e Add a binder mechanism to the Factory API for handling labels.
e132240c91 Re-enable some failing analyzer_cli --use-cfe tests.
f598e6933c Drop support for Dart 1 in pub
9146cea63a Print times in seconds
ec0df457a2 Convert invocation Shadow(s) to Judgment(s).
223b143167 Workaround for issue 33559.
091f8860c2 [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows.
9276b27acd Add unittest for InferenceData
70ac1f90ec Revert "Update checked-in Dart SDK to 2.0.0-dev.64.1"
c270576dd4 Use FunctionNodeJudgment in FunctionExpressionJudgment.
aeba82ef9a [dart2js] Fix for issue 33572
1416ed283a Convert ShadowNot to NotJudgment.
a1a2d90a6c Convert ShadowForStatement to ForJudgment.
7c6211b1d8 Make unittests work with Dart 2
a8d805055a Handle covariant parameters in function types
b24170259c Don't add parts without 'part of' as libraries.
fea8cb1473 Revise order of type variable declaration events
6339976567 Rename lemma to binder
9d499fffe4 Start adding tokens to judgements
ff7a1255aa Convert ShadowFunctionDeclaration to FunctionDeclarationJudgment, add FunctionNodeJudgment.
5bfb70ec5b Docs - Update example websockets app; use idiomatic async/await in examples
ed0ba901e1 Doc - Fix library links in analyzer docs
4c697085be dart2js: Make bazel-input-provider dart2 compliant.
9b814bdf34 Use the lemma approach for NamedFunctionExpression
7c0d31092d Rename variableLemma and variableType to clarify that they refer to the loop variable.
b36f353f76 Update dartdoc to 0.20.1.
eafa9ae4b6 [vm/kernel] Fix StreamingConstantEvaluator to handle non-const variables
3e2708eada [VM interpreter] Fix broken interpreter build.
94abf948c4 pkg:status_file misc cleanup
02721709c3 Fix a committed solo test and mark it as passing now.
c8a488c1ca Add parameters to Forest method to support labeled statements
c4d6ac0cbe [vm/compiler/aot] Implement non-speculative int64 shift operation
3af363cba0 Rename typeContext to inferredType
10dcad1dd2 pkg:kernel - cleanup pubspec file
7e7fd7ffa5 Convert ShadowLiteralList into LiteralListJudgment
4fe71ec275 [fasta] Report instantiate-to-bound failure due to non-simple bounds
121fed2840 Convert ShadowDeferredCheck to DeferredCheckJudgment
e2c54e9af5 Fix cascade specification.
d08317b79f Make status file linter valid Dart 2 code
f4d2bf313e Convert ShadowFunctionExpression to FunctionExpressionJudgment
6888bc2824 Compile time error for web int literals that cannot be represented exactly
075c713a93 Register type arguments on inlining
4ebdb31646 Separate getOutline() and getResolution() in FrontEndCompiler.
6a7bf90c42 Convert ShadowRethrow to RethrowJudgment
7661841cc5 Convert ShadowNamedFunctionExpression to NamedFunctionExpressionJudgment
6fd40725af Convert ShadowIfNullExpression to IfNullJudgment
7c327c32b7 [frontend-server] Fix starter so it works in '--incremental' mode
f885a0c8f3 [vm/kernel] Fix crash when reading symbol literal from Dart annotation
16c0c0ff07 Convert ShadowStringConcatenation to StringConcatenationJudgment
d0655066a5 Use the lemma approach for other variable declaring constructs.
2121c3bb56 Docs - Link to the Random.secure constructor in dartdoc
975686d5a9 [syscalls] Use vmar..._old apis. Modify existing calls to vmar routines in preparation for changing the parameter order.
7d7e7c268e [vm] Work around interaction between type and instance canonicalization in isolate messages.
fa7c38dec5 [vm, standalone] Do not copy when loading kernel.
8d7c5294c6 Rename the kernel ShadowExpressions for assignments
47f394d61c Update checked-in Dart SDK to 2.0.0-dev.64.1
efd36d4cdf Updated non_utf8_* tests to better cleanup after themselves. Fixes issue
d1e1af84e7 DEPS: update crypto version
530f1f6512 [build] Possible fix for 'Error while initializing Kernel isolate'
e9bc3352e0 Replace and remove parseType
1b681a75c3 Modify Factory API to allow forward references to incomplete local functions and variables.
f682213764 Add parameters to Factory methods to support the try statement
cf6fbd9e07 Add parameters to Factory methods to support the switch statement
b50ff4990a Add parameters to Factory methods for list and map literals
c5855635ae Add Factory method parameters for for loops
c2a22c6462 Updates to ddc/ddb tool
1a1ff9e666 Reverse the pub snapshot names
d5d5daf411 Fixed cascade_test failure due to return type of operator []= being non-void.
69c807c636 Fix docs for async File methods
569341cbe0 Improve CompressionOptions docs:
8d40afc9c0 Convert ShadowTryFinally to TryFinallyJudgment.
4a9abfcacb Convert ShadowForInStatement to ForInJudgment.
f2eaf6aae7 Remove type parameters from the Fasta BodyBuilder
74dd5440f1 Convert ShadowStringLiteral into StringLiteralJudgment
10641cbf42 Update status files after 52b2a869bcb93
ee19f2804a Make ResolutionStorer implement the Factory API.
e2ce88dfcc Add startFileOffset on procedures et al, enable VMs GetSource
52b2a869bc Update some noSuchMethod based tests to the currently desired behavior.
bf4f9a9163 Update testing scripts to run on a Dart 2 VM
8638668ecf [VM] Fix vm->native state transition in isolate_reload.cc
71ac67aed1 [kernel] Recognize noSuchMethod forwarders in class hierarchy analysis
216e8dfe85 Stop using !kernel annotations
3e85df5167 [ VM / Dart API ] Added additional methods required for Flutter background execution.
fa19575a54 [vm/kernel/bytecode] Inline list of types into TypeArgumentsForInstanceAllocation constant pool entry
c37bbcca7f Roll pub to the latest version.
abc8793109 [VM interpreter] Adjust bytecode constant pool reading for inlined list of types in TypeArgumentsForInstanceAllocation entry.
8d3eb154e9 [vmservice] Report expression compilation errors
b28ebca825 Begin reworking ResolutionStorer API to look more like the Factory class.
f6871d2305 [vm/kernel/bytecode] Fix generation of InstantiateTypeArgumentsTOS bytecode
272848fe0f Convert ShadowWhileStatement to WhileJudgment.
5ccc497678 Inline constructor bodies that are called once
4df14626b3 Add parameters to Factory methods for constructor initializers
dce00bc836 - fix a strong mode type error - mark a test as slow
83a4d98554 [vm] Weaken CAS to RMW when accessing the remembered and mark bits.
e76fbee90f [VM interpreter] Provide arm64 stubs. Minor cleanups.
a3dde1fad8 Convert ShadowSwitchStatement to SwitchStatementJudgment.
e8323f578c Convert ShadowTryCatch to TryCatchJudgment.
6182b7215d [vm/kernel/bytecode] Fix passing of type arguments
b343d0a80d trigger error for const A(B()) if B non-const
06a588233c Fix package_root_test.dart on mac buildbot.
8419090c8c Cleanup type variable event sequence
8da640704a [vm/linearscan] Reserve slots for catch block entry when nothing is spilled
80a8bfe657 Convert ShadowExpressionStatement to ExpressionStatementJudgment.
2f664c141f [vm] Shorten the write barrier sequence.
b6aa31f7d8 Add required parameters to Factory.catchStatement
34bbb1da30 [Gardening] Move status line to the correct section.
68ecf31fc5 Update CHANGELOG.md with text for the default switching to Dart 2.0.
e15b6a1cd7 Add parameters to Factory API, part 2
85c27d78c1 [Gardening] Removed incorrect entry in the status file.
2edbfd95a7 Convert ShadowVariableDeclaration to VariableDeclarationJudgment.
075027b130 Added super_no_such_method5_test also to the issue list for 33517
254d8ef153 Switch ShadowYieldStatement to YieldJudgment.
64fd6653cf Update deprecated references.
13fb4da312 Convert ShadowIfStatement to IfJudgment.
71042d3dfa linter 0.1.54
e9f994892d Cleanup unescape error messages
7b68a4516f Wrap Let with ShadowSyntheticExpression in wrapInLocatedCompileTimeError().
7d9ac9dca5 Add a --use-fasta-parse flag to test.py; add a 'analyzer-use-fasta-parser' buildbot configuration.
591cf85c76 Re-enable the old analyzer/FE integration logic.
9bd3350f1f Convert ShadowContinueSwitchStatement to ContinueSwitchJudgment.
92f353fe29 Convert ShadowReturnStatement to ReturnJudgment.
462d2a35d3 Convert shadow nodes for 'is' and 'is!' into inference judgments
a3a8d8bbd5 [VM][kernel] Don't mix in noSuchMethod forwarders
6612278b71 Skip non-utf8 file tests on reload builders, where they time out
125fae6d56 Incorporate comments from an earlier code review
188c858a4c [gardening] Fix standalone/app_snapshot_share_test
1c4b362ba5 Support noSuchMethod forwarders in dart2js
276598199e Make DDK interpret IntLiteral.value as uint64
a049e340eb Revert the fix for issue #31770
d4a69bde98 app_snapshot_share_test now runs only in dartk and dartkp mode.
75f485d6d9 [dart2js] Fix for issue 33500
828df76c85 Notify kernel service of isolate shutdown.
a36fbd1990 Skip app_snapshot_share test in precompiled dart1 mode as the test spawns a dart process which runs in Dart2 mode and hence needs a kernel file generation step to run. This test now makes sense only in dartk and dartkp modes.
6dfa10d33d Generate the kernel buffers using bin_to_assembly rule instead of dill_to_cc. This should fix the clang tool errors we are seeing.
8da46d35f5 [vm] Move heap-related code to its own subdirectory (cf. compiler).
2f3c983e0a Convert ShadowStaticGet to StaticGetJudgment
acd375cc77 [gardening] Silence flaky test which times out on simarm64 bot
3becdb8afd Convert property gets to judgments.
9db4b71442 Convert ShadowIntLiteral to IntJudgment
37084e677c Convert ShadowDoubleLiteral to DoubleJudgment
d84d3f8e42 Convert ShadowNullLiteral to NullJudgment.
3a2a84db9c Improve misplaced factory/modifier recovery
3586fcb165 Cleanup deprecated code
eac395c33d Add parameters needed by analyzer to Factory, part 1
edcd3be290 Update aot_assembly rule to temporarily use --no-preview-dart-2 until it is updated to call gen_kernel to produce a kernel file before creating the AOT snapshot.
3d96683a88 Convert ShadowDoStatement to DoJudgment.
8e8fb38c48 Convert ShadowBlock to BlockJudgment.
b71fb2e086 Convert ShadowBreakStatement to BreakJudgment and ContinueJudgment.
c96f23243b Enable Dart2 in dart2js by default
6b96e65c5b Convert ShadowArguments to ArgumentsJudgment.
437b492042 [gardening] Update status for reload-kernel bots
a3a1113cfd Convert ShadowConditionalExpression to ConditionalJudgment.
5b2871ae88 Ensure that constructor invocation file offset is set correctly for annotations.
bedbdf6a49 Add a Type parameter to Factory and update one method
119236996a [build] Remove tools/compile_platform.py
ddde9820a9 Improve fasta parser parameter list recovery
f5a0e3efa8 Create NamedExpressionJudgment.
165c57ffd7 Attempt to fix the windows bot 3
bb1fcebd36 [dart:io] Expose Crypto::GetRandomBytes in embedded_dart_io.h
23f87d54c6 [vm/kernel/bytecode] Implement strong mode type checks in bytecode
1e7d39504f Convert ShadowLabeledStatement to LabeledStatementJudgment.
d895b49134 Support asset directories in flutter pubspec validation.
015d9eff49 Use ShadowEmptyStatement instead of EmptyStatement in blocks.
029ff9361f Track which import is referenced by each prefix.
92c24a1ee7 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders
33d41a928a [VM] Fix incorrect memory allocation
f3960a0111 Fix language_2/vm/optimized_guarded_field_isolates_test
e496efb611 [VM] Adjust status file after 6db5f38d4ee4d
ef49436487 [fasta] Update expectation files after noSuchMethod forwarders change
049195b15d Fix path to entry points json file in app_snapshot_share_test
b024432a29 [VM] Disable test in reload/rollback mode due to snapshot generation
6db5f38d4e [fasta] Don't generate noSuchMethod forwarders in abstract classes
7979232580 Re-added header, only needed to remove the other resource section.
a38b9bed23 Restore dart2js-checked and dart-aot in try_benchmarks.sh.
7be47cd30d Remove some dead code (including implicit setters)
1c01aa7704 Convert some ShadowExpressions into inference judgments
6e6bdb486a Ensure we run app_snapshot_share_test
d7e5332057 Make dual use of a part in the same program an error.
856c7c67ea Skip standalone_2 on !strong configurations (for JIT / AOT VM)
ba024be044 Mark dart2js specific argument as deprecated.
20fe2f0ada Indent error pointer correctly in the presence of tabs.
bd94de8e48 Use dynamic to fix string_interpolate_test
b172a42881 [VM] Catch errors for integer operations in kernel2kernel constant evaluator
f288124d5a Fix InvalidInlineFunctionType example
15821a28a3 Explicit type args in body_builder
1f6925718b Add message for missing type arguments
87e045c484 Remove the helper dart script from our browser test framework
532b9aaa93 Flatten *WorldBuilder hierarchies.
f1d44e39fa Update status for passing Windows Firefox co19 tests
efb4f69a13 Adjust simarm status.
1a443da6ad Adjust options passed to precompile runtime.
f8caffd9e6 Remove some uses of Platform.packageRoot.
ebe2f1db2c Adjust status files.
6fcc95d2a4 Adjust status files.
f2f6ebf547 Convert ShadowAssertInitializer to AssertInitializerJudgment.
ea837c91a0 Transition tests to EvaluateCompiledExpression.
3e6e2dd7f4 Convert ShadowAssertStatement to AssertStatementJudgment.
27fefd7bb3 Convert ShadowAwaitExpression to AwaitExpressionJudgment.
dd1c54c442 Convert ShadowBoolLiteral to BoolLiteralJudgement
4a353fea35 Another attempt to fix tests on Windows
a69d922794 Adjust some of the test expectations based on the flip to Dart 2 mode.
b3b8ca6dc4 Remove the --package-default-analysis-options flag.
9943547d5d Default pub to Dart 2 with opt out
aba94f051e Convert ShadowAsExpression to AsJudgment.
bc7220a4fd [VM] Turn dart2 on by default on the command line VM
cdd2553a12 [vm/kernel/bytecode] Fix null handling in operator ==
df2bf6590d [VM runtime] Minor cleanup of stubs on all architectures as already done for x64
b140baeb55 Own files by their URIs during search.
56cee22800 Build out the initial version of the Factory class (and derived classes).
83cb0c425d Fix awaiting void in analyzer ast_test.dart. Fix at method decl.
c9af309cbf Fix fasta parsing of ?. in cascade expression
67695b9842 Fix the dependencies on the dartdevk_sdk build step.
0a59b2ff90 Fix test cases that await "void." Blocks #33415, making that an error
3ba3e2a752 Revert "switch to dart_action until prebuilt Windows Dart VM is updated"
741ed336f1 Improve AstBuilder int literal recovery
e77158eb38 First steps toward generating analyzer/kernel ASTs during type inference.
f1c3f997bd [VM] Clear out return-value-register from call-to-runtime-stub, it needs to be GC-safe for lazy deopts
686fd133a7 [VM interpreter] Propagate unhandled exception returned from jitted code to interpreter.
8fedfc7f8c Removed DomName, DosEditable, and experimental annoations they are unused.
7d94755836 Issue 33471. Use full ResolveResult in Extract Local refactoring.
57c0fc9593 [vm/corelib] More cleanup in integer operations after _Bigint is removed
88d12fda42 Parse throw on RHS of an assignment
1dcc3264e7 Fix tests that are failing on Windows
691313f357 Move newOptionsFile() and newPackagesFile() into ResourceProviderMixin.
e62f563b2d Validate sdkPath in AnalysisContextCollectionImpl.
493c421f0d Add AnalysisContextCollection.
```

* Roll dart sdk to 4552beb514c5b54fbe9c5a0791f7b95253ac09b9.

Changes since last roll:
```
4552beb514 Revert "[vm/kernel-service] Report an error if isolate compilation options change."
f304948807 [vm] Refactoring: extract kernel translation helpers to a separate file
5a47f4c9fa Apply resolution for ParameterElement metadata.
db7b5072af Reenable FutureOr resynthesis tests with kernel.
1f8148f862 [infra] Restore sync-async behavior to fix legacy precompiler bots
d9911b8a8a Add language_2 test status entries for -cdart2analyzer --use-cfe
b0b1020588 [fasta] Add more tests for noSuchMethod forwarders
90e27b19ea Check for conflicts between a static setter and a constructor or static method.
b0cbc4e9cd Fix a bug in top-level type inference dependency tracking
29924c4000 In observatory use ArgumentError instead of FallThroughError
bd9aa5139a Error on cyclic constructor redirect.
1a6c857a93 Remove ExpressionGenerator.buildThrowNoSuchMethodError
c53746fc8a Add lexeme2 template key
2f739fd7d9 Default implementation of _makeRead and _makeWrite
36b22c7ae9 Remove unused files
583a81ade3 [infra] Make test.py's --strong option a no-op to prepare for removing it
17b53a2835 Test out no_implicit_casts on the analyzer source base.
2ee635977d Revert separation of getOutline() and getResolution() in FrontEndCompiler.
fc472e03da Don't store resolution for desugaring generated NotJudgment.
e0845f9359 [vm/kernel-service] Report an error if isolate compilation options change.
cc30bda2be In resynthesis tests, do not attempt to distinguish missing bound from Object.
a1bd1dd6ee Use standard I/O posix functions for Fuchsia, not 64 bit variants
6f284b45f7 Fixes for applying resolution to InstanceCreationExpression.
1eacd27b8e [VM runtime] Type bounds do not need to be checked during type finalization in strong mode, since bound checks are explicitly emitted where needed.
5db9e6c95e [VM interpreter] Do not load bytecode of synthesized functions with copied metadata. Fix return of native call to bytecode function. Fix stack level when returning from static field initializer. Use a zone handle for handled exception types.
bcacff49ba Ignore deferredCheck() in resolution storer.
423edf86be Fix analyzer/FE integration of local generic functions with bounds.
0e7e0c945a [vm/kernel/bytecode] Generate argument checks after allocating initial context
3fd61646ce Fix analyzer/FE integration of redirected constructors involving type arguments.
d03210cdf4 Fix storage of types for local functions that are generic.
4426f5a33e [gardening] Mark large_class_declaration_test Slow in debug, dart1
85253708a3 [build] Include kernel-service snapshot in the platform sdk
f0bc620143 Validate location in store().
b4a426fa72 [dart:io] Adds HttpClient.connectionTimeout
cb4a19b5fc misc(pkg/analyzer): update to latest pkg:matcher API
d2bde00d9d Cleanup skipFormalParameters and remove unused methods
56cb7bac02 Fix for applying resolution to static field annotations.
723bcbd5f9 Added link to see webdev.dartlang.org
b9dbe3a0be Fix analyzer/FE integration for `is!` expressions.
bef0eca2e3 [gardening] Update status after a7f0f7ea899fe7812f54eea8f957a92153e3176e
f5e8cc3517 Remove old code with incorrect instantiation to bounds on typedefs
edf26852e6 linter 0.1.55
544358304d [VM] - Add --preview-dart-2 option back as a nop - Temporarily treat --checked as an alias for --enable-asserts in Dart2   mode so that google3 test scripts don't need to change.
e7da604c11 More updates for -DuseFastaParser.
efa4b21c4f [fuchsia] Update zx_cprng_draw
a7f0f7ea89 [vm] Add source positions to stack traces of bool checks
70087c349b Fixes for applying resolution to annotations.
21b077a81c Fix incorrect handling of non-generic typedefs.
37d9e79b1b Update co19 and co19 strong branch in DEPS
7d1642e081 [gardening] Mark large_class_declaration_test Slow.
dce6663028 Add message to assert to explain the problem
b20dc7b98a Update the script to re-gen the analysis server spec.
29c549bfe2 [vm/kernel] Use old space in a specific Kernel FE error allocation.
e13b9e8a75 [fasta] Update expectation files after cf2966ea
46167dfd88 It is OK to declare a const constructor in a class with a mixin, if it has no fields.
88a88b03dc Fix token used for large negative integers.
b43dc893eb Remove spec references to Symbol constructor.
cf2966ea0d [fasta] Generate noSuchMethod forwarders for abstract accessors
28ed0d743d Make it explicit that "dynamic" is exported from dart:core.
ce312b9632 Add --analyzer-use-fasta and --analyzer-use-fasta-parser to test.py
25286e4a7d Add tests for optimization of Flutters use of Widget.runtimeType
df2529d443 Detect when a class has a member that conflicts with a static one
50fe42a886 Reduce use of putIfAbsent
385cde3977 Resolve 'dynamic' element references.
70576f431e Roll https://github.com/dart-lang/pub/pull/1938 into the SDK.
46710a77dd Make checked flag again only enable assertions in Dart 2.0
e0905b979a Revert "Add ClassHierarchy to share code between J/KClosedWorld"
9179db84df Resynthesize typedef types properly from kernel.
c53952a46d [vm/kernel/bytecode] Generate bytecode for assertions, bool checks
a6c2c97d7e Rename ResynthesizeKernelStrongTest to ResynthesizeTest_Kernel
cad8d4a741 Store instance creation information at arguments offset.
a4c7cf388f First stab at a parsing library for named configurations.
008aa729c5 [VM interpreter] Support implicit getters and setters without compiling them.
54bc1548b0 [fuchsia] Update to Sync2Ptr
05b19947a4 Prep for analyzer 0.32.2
a1efbd326f Change FrontEndCompiler.getOutline() to return full kernels.
966541bec9 Improve literal function recovery
386efb1e6a Improve type parameter recovery
5c9add2c46 Allow Future<T> to be assigned to Future<void>
9c7cd04e7f [ VM / Testing ] Disabled non_utf8_* tests for FileSystemEntity classes
5c9e9a6661 [gardening] Update status file
5a193752f6 Clean up some hints
e67c5953e9 Relax return restrictions.
a9c624a010 [infra] Update checked in SDKs to 2.0.0-dev.65.0
12971f37a9 Update dart_style package to 1.1.0 in DEPS
f67308a983 Handle invalid dill files more gracefully
9aa0c4ae3f [release] Prepare changelog for 2.0.0-dev.65.0
9a8b5f3bc2 Update app_jitk service status
a16ad6d9de [infra] Make update_homebrew script work on Dart2
014a5bc678 Replace strstr with strncmp looking for path separator
d2d47acdce [kernel] Include urls even when we have no source
5f17b0a0be Convert ShadowMapLiteral to MapLiteralJudgment
2c98fb3c1d Add tests showing the async impact on function type checks
8e4d5c0a38 Update formated error for nonexisting constructor
a8e930caf3 Add ClassHierarchy to share code between J/KClosedWorld
c9bd4df214 Document IntLiteral.value as holding a uint64 value
56d57407e1 Fix status for new test
ed20faa2ed Add test for rejecting inexact numbers
31ed467871 Fix directory-prefix finding logic so it works on Windows.
2d6eaba187 pkg:build_integration: clarify that' it's not planned to be published
f67cba1067 [vm] Introduce kernel_multiroot options to support multiroot compilation mode in kernel service.
2876bd08fb Doc - Fix OSError.message and errorCode doc
c97f177112 Issue 33518. Fix for subtypes() in parts without library.
e661c9ef54 Simplify 'as T' for simple T
65a3c4443b [observatory] Update packages and remove dead dependencies.
b15572933d Update checked-in Dart SDK to 2.0.0-dev.64.1
9d3533ff72 snapshot the kernel worker in dart 2 mode and fix some dart 2 errors
b29bde6232 Convert ShadowSyntheticExpression to SyntheticExpressionJudgment
2876623654 Check function types in the correct order in runZoned.
6d25212302 getStats Future should be strongly typed.
ca99917fb6 Remove code awaiting void results to unblock #33145
19f60bfb52 Improve fasta parser expression recovery
d632980ee0 Add tokens to more judgements
5721d8af6d - Fixed querySelectoryAll generic syntax to assert if types in list aren't of the same type T. - Fixes requestFullscreen to call operation webkitRequestFullscreen not requestFullscreen its only available when RuntimeEnabled=FullscreenUnprefixed.
3640037164 Fix second half on #33343: disallow generic functions as type arguments.
97c81d668a Remove variableSet factory methods.
98efc7917f Improve parse assert statement recovery
a93e303f3f [vm/kernel/bytecode] Bytecode generation for rarely used operations
a0ba81bfe7 Convert ShadowCascadeExpression to CascadeJudgment.
de4d8b6cae Convert ShadowSymbolLiteral to SymbolLiteralJudgment
13c3560fc6 Count analyzer cfe integration failing tests.
77f94ec259 Convert ShadowLogicalExpression to LogicalJudgment
1a0fc733d3 Add tokens to more judgements
81191186d8 Remove unused class
284b5cce55 Partial fix of #33343. Reject generic function types as bounds.
ada8188b73 Update pkg/pkg.status with the latest -DuseFastaParser status.
e232ddd28c [VM] Handle [VariableGet]s for parameters/let variables differently than other const variables
5d4dbdac5c Adjust stringContentTDQ, stringContentTSQ to allow escapes.
b27b62e182 [fasta] Update .expect files for non-simple bound tests
aeff1c00f2 [vm/compiler] Improve CallTargets::CreateAndExpand
2ff5f8cfcb [VM] Report an error when accessing constructor parameters inside a constructor invocation
2f474a55c1 Change infer to return the expression instead of its type
b9f11311f8 [vm/compiler] Fix incorrect assertion from 20ca5bbb056.
f85fbde727 Expression compilation fix
6240dd5cc3 Make incremental_load_from_dill_test dart2 compliant
8747da838f Bump kernel version after e2ce88d
20ca5bbb05 [vm/jit] Introduce dynamic invocation forwarders that perform type checking
f9a11ec380 [gardening] Mark language_2/const_constructor_nonconst_param_test/01 failing in dartkp
212a817322 Check whether variables is set before using GN not_needed
f381778867 Update the status of analysis server tests.
8b10b1fda9 Add tokens to judgements, part 2
8c1591af9e Add a binder mechanism to the Factory API for handling labels.
e132240c91 Re-enable some failing analyzer_cli --use-cfe tests.
f598e6933c Drop support for Dart 1 in pub
9146cea63a Print times in seconds
ec0df457a2 Convert invocation Shadow(s) to Judgment(s).
223b143167 Workaround for issue 33559.
091f8860c2 [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows.
9276b27acd Add unittest for InferenceData
70ac1f90ec Revert "Update checked-in Dart SDK to 2.0.0-dev.64.1"
c270576dd4 Use FunctionNodeJudgment in FunctionExpressionJudgment.
aeba82ef9a [dart2js] Fix for issue 33572
1416ed283a Convert ShadowNot to NotJudgment.
a1a2d90a6c Convert ShadowForStatement to ForJudgment.
7c6211b1d8 Make unittests work with Dart 2
a8d805055a Handle covariant parameters in function types
b24170259c Don't add parts without 'part of' as libraries.
fea8cb1473 Revise order of type variable declaration events
6339976567 Rename lemma to binder
9d499fffe4 Start adding tokens to judgements
ff7a1255aa Convert ShadowFunctionDeclaration to FunctionDeclarationJudgment, add FunctionNodeJudgment.
5bfb70ec5b Docs - Update example websockets app; use idiomatic async/await in examples
ed0ba901e1 Doc - Fix library links in analyzer docs
4c697085be dart2js: Make bazel-input-provider dart2 compliant.
9b814bdf34 Use the lemma approach for NamedFunctionExpression
7c0d31092d Rename variableLemma and variableType to clarify that they refer to the loop variable.
b36f353f76 Update dartdoc to 0.20.1.
eafa9ae4b6 [vm/kernel] Fix StreamingConstantEvaluator to handle non-const variables
3e2708eada [VM interpreter] Fix broken interpreter build.
94abf948c4 pkg:status_file misc cleanup
02721709c3 Fix a committed solo test and mark it as passing now.
c8a488c1ca Add parameters to Forest method to support labeled statements
c4d6ac0cbe [vm/compiler/aot] Implement non-speculative int64 shift operation
3af363cba0 Rename typeContext to inferredType
10dcad1dd2 pkg:kernel - cleanup pubspec file
7e7fd7ffa5 Convert ShadowLiteralList into LiteralListJudgment
4fe71ec275 [fasta] Report instantiate-to-bound failure due to non-simple bounds
121fed2840 Convert ShadowDeferredCheck to DeferredCheckJudgment
e2c54e9af5 Fix cascade specification.
d08317b79f Make status file linter valid Dart 2 code
f4d2bf313e Convert ShadowFunctionExpression to FunctionExpressionJudgment
6888bc2824 Compile time error for web int literals that cannot be represented exactly
075c713a93 Register type arguments on inlining
4ebdb31646 Separate getOutline() and getResolution() in FrontEndCompiler.
6a7bf90c42 Convert ShadowRethrow to RethrowJudgment
7661841cc5 Convert ShadowNamedFunctionExpression to NamedFunctionExpressionJudgment
6fd40725af Convert ShadowIfNullExpression to IfNullJudgment
7c327c32b7 [frontend-server] Fix starter so it works in '--incremental' mode
f885a0c8f3 [vm/kernel] Fix crash when reading symbol literal from Dart annotation
16c0c0ff07 Convert ShadowStringConcatenation to StringConcatenationJudgment
d0655066a5 Use the lemma approach for other variable declaring constructs.
2121c3bb56 Docs - Link to the Random.secure constructor in dartdoc
975686d5a9 [syscalls] Use vmar..._old apis. Modify existing calls to vmar routines in preparation for changing the parameter order.
7d7e7c268e [vm] Work around interaction between type and instance canonicalization in isolate messages.
fa7c38dec5 [vm, standalone] Do not copy when loading kernel.
8d7c5294c6 Rename the kernel ShadowExpressions for assignments
47f394d61c Update checked-in Dart SDK to 2.0.0-dev.64.1
efd36d4cdf Updated non_utf8_* tests to better cleanup after themselves. Fixes issue
d1e1af84e7 DEPS: update crypto version
530f1f6512 [build] Possible fix for 'Error while initializing Kernel isolate'
e9bc3352e0 Replace and remove parseType
1b681a75c3 Modify Factory API to allow forward references to incomplete local functions and variables.
f682213764 Add parameters to Factory methods to support the try statement
cf6fbd9e07 Add parameters to Factory methods to support the switch statement
b50ff4990a Add parameters to Factory methods for list and map literals
c5855635ae Add Factory method parameters for for loops
c2a22c6462 Updates to ddc/ddb tool
1a1ff9e666 Reverse the pub snapshot names
d5d5daf411 Fixed cascade_test failure due to return type of operator []= being non-void.
69c807c636 Fix docs for async File methods
569341cbe0 Improve CompressionOptions docs:
8d40afc9c0 Convert ShadowTryFinally to TryFinallyJudgment.
4a9abfcacb Convert ShadowForInStatement to ForInJudgment.
f2eaf6aae7 Remove type parameters from the Fasta BodyBuilder
74dd5440f1 Convert ShadowStringLiteral into StringLiteralJudgment
10641cbf42 Update status files after 52b2a869bcb93
ee19f2804a Make ResolutionStorer implement the Factory API.
e2ce88dfcc Add startFileOffset on procedures et al, enable VMs GetSource
52b2a869bc Update some noSuchMethod based tests to the currently desired behavior.
bf4f9a9163 Update testing scripts to run on a Dart 2 VM
8638668ecf [VM] Fix vm->native state transition in isolate_reload.cc
71ac67aed1 [kernel] Recognize noSuchMethod forwarders in class hierarchy analysis
216e8dfe85 Stop using !kernel annotations
3e85df5167 [ VM / Dart API ] Added additional methods required for Flutter background execution.
fa19575a54 [vm/kernel/bytecode] Inline list of types into TypeArgumentsForInstanceAllocation constant pool entry
c37bbcca7f Roll pub to the latest version.
abc8793109 [VM interpreter] Adjust bytecode constant pool reading for inlined list of types in TypeArgumentsForInstanceAllocation entry.
8d3eb154e9 [vmservice] Report expression compilation errors
b28ebca825 Begin reworking ResolutionStorer API to look more like the Factory class.
f6871d2305 [vm/kernel/bytecode] Fix generation of InstantiateTypeArgumentsTOS bytecode
272848fe0f Convert ShadowWhileStatement to WhileJudgment.
5ccc497678 Inline constructor bodies that are called once
4df14626b3 Add parameters to Factory methods for constructor initializers
dce00bc836 - fix a strong mode type error - mark a test as slow
83a4d98554 [vm] Weaken CAS to RMW when accessing the remembered and mark bits.
e76fbee90f [VM interpreter] Provide arm64 stubs. Minor cleanups.
a3dde1fad8 Convert ShadowSwitchStatement to SwitchStatementJudgment.
e8323f578c Convert ShadowTryCatch to TryCatchJudgment.
6182b7215d [vm/kernel/bytecode] Fix passing of type arguments
b343d0a80d trigger error for const A(B()) if B non-const
06a588233c Fix package_root_test.dart on mac buildbot.
8419090c8c Cleanup type variable event sequence
8da640704a [vm/linearscan] Reserve slots for catch block entry when nothing is spilled
80a8bfe657 Convert ShadowExpressionStatement to ExpressionStatementJudgment.
2f664c141f [vm] Shorten the write barrier sequence.
b6aa31f7d8 Add required parameters to Factory.catchStatement
34bbb1da30 [Gardening] Move status line to the correct section.
68ecf31fc5 Update CHANGELOG.md with text for the default switching to Dart 2.0.
e15b6a1cd7 Add parameters to Factory API, part 2
85c27d78c1 [Gardening] Removed incorrect entry in the status file.
2edbfd95a7 Convert ShadowVariableDeclaration to VariableDeclarationJudgment.
075027b130 Added super_no_such_method5_test also to the issue list for 33517
254d8ef153 Switch ShadowYieldStatement to YieldJudgment.
64fd6653cf Update deprecated references.
13fb4da312 Convert ShadowIfStatement to IfJudgment.
71042d3dfa linter 0.1.54
e9f994892d Cleanup unescape error messages
7b68a4516f Wrap Let with ShadowSyntheticExpression in wrapInLocatedCompileTimeError().
7d9ac9dca5 Add a --use-fasta-parse flag to test.py; add a 'analyzer-use-fasta-parser' buildbot configuration.
591cf85c76 Re-enable the old analyzer/FE integration logic.
9bd3350f1f Convert ShadowContinueSwitchStatement to ContinueSwitchJudgment.
92f353fe29 Convert ShadowReturnStatement to ReturnJudgment.
462d2a35d3 Convert shadow nodes for 'is' and 'is!' into inference judgments
a3a8d8bbd5 [VM][kernel] Don't mix in noSuchMethod forwarders
6612278b71 Skip non-utf8 file tests on reload builders, where they time out
125fae6d56 Incorporate comments from an earlier code review
188c858a4c [gardening] Fix standalone/app_snapshot_share_test
1c4b362ba5 Support noSuchMethod forwarders in dart2js
276598199e Make DDK interpret IntLiteral.value as uint64
a049e340eb Revert the fix for issue #31770
d4a69bde98 app_snapshot_share_test now runs only in dartk and dartkp mode.
75f485d6d9 [dart2js] Fix for issue 33500
828df76c85 Notify kernel service of isolate shutdown.
a36fbd1990 Skip app_snapshot_share test in precompiled dart1 mode as the test spawns a dart process which runs in Dart2 mode and hence needs a kernel file generation step to run. This test now makes sense only in dartk and dartkp modes.
6dfa10d33d Generate the kernel buffers using bin_to_assembly rule instead of dill_to_cc. This should fix the clang tool errors we are seeing.
8da46d35f5 [vm] Move heap-related code to its own subdirectory (cf. compiler).
2f3c983e0a Convert ShadowStaticGet to StaticGetJudgment
acd375cc77 [gardening] Silence flaky test which times out on simarm64 bot
3becdb8afd Convert property gets to judgments.
9db4b71442 Convert ShadowIntLiteral to IntJudgment
37084e677c Convert ShadowDoubleLiteral to DoubleJudgment
d84d3f8e42 Convert ShadowNullLiteral to NullJudgment.
3a2a84db9c Improve misplaced factory/modifier recovery
3586fcb165 Cleanup deprecated code
eac395c33d Add parameters needed by analyzer to Factory, part 1
edcd3be290 Update aot_assembly rule to temporarily use --no-preview-dart-2 until it is updated to call gen_kernel to produce a kernel file before creating the AOT snapshot.
3d96683a88 Convert ShadowDoStatement to DoJudgment.
8e8fb38c48 Convert ShadowBlock to BlockJudgment.
b71fb2e086 Convert ShadowBreakStatement to BreakJudgment and ContinueJudgment.
c96f23243b Enable Dart2 in dart2js by default
6b96e65c5b Convert ShadowArguments to ArgumentsJudgment.
437b492042 [gardening] Update status for reload-kernel bots
a3a1113cfd Convert ShadowConditionalExpression to ConditionalJudgment.
5b2871ae88 Ensure that constructor invocation file offset is set correctly for annotations.
bedbdf6a49 Add a Type parameter to Factory and update one method
119236996a [build] Remove tools/compile_platform.py
ddde9820a9 Improve fasta parser parameter list recovery
f5a0e3efa8 Create NamedExpressionJudgment.
165c57ffd7 Attempt to fix the windows bot 3
bb1fcebd36 [dart:io] Expose Crypto::GetRandomBytes in embedded_dart_io.h
23f87d54c6 [vm/kernel/bytecode] Implement strong mode type checks in bytecode
1e7d39504f Convert ShadowLabeledStatement to LabeledStatementJudgment.
d895b49134 Support asset directories in flutter pubspec validation.
015d9eff49 Use ShadowEmptyStatement instead of EmptyStatement in blocks.
029ff9361f Track which import is referenced by each prefix.
92c24a1ee7 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders
33d41a928a [VM] Fix incorrect memory allocation
f3960a0111 Fix language_2/vm/optimized_guarded_field_isolates_test
e496efb611 [VM] Adjust status file after 6db5f38d4ee4d
ef49436487 [fasta] Update expectation files after noSuchMethod forwarders change
049195b15d Fix path to entry points json file in app_snapshot_share_test
b024432a29 [VM] Disable test in reload/rollback mode due to snapshot generation
6db5f38d4e [fasta] Don't generate noSuchMethod forwarders in abstract classes
7979232580 Re-added header, only needed to remove the other resource section.
a38b9bed23 Restore dart2js-checked and dart-aot in try_benchmarks.sh.
7be47cd30d Remove some dead code (including implicit setters)
1c01aa7704 Convert some ShadowExpressions into inference judgments
6e6bdb486a Ensure we run app_snapshot_share_test
d7e5332057 Make dual use of a part in the same program an error.
856c7c67ea Skip standalone_2 on !strong configurations (for JIT / AOT VM)
ba024be044 Mark dart2js specific argument as deprecated.
20fe2f0ada Indent error pointer correctly in the presence of tabs.
bd94de8e48 Use dynamic to fix string_interpolate_test
b172a42881 [VM] Catch errors for integer operations in kernel2kernel constant evaluator
f288124d5a Fix InvalidInlineFunctionType example
15821a28a3 Explicit type args in body_builder
1f6925718b Add message for missing type arguments
87e045c484 Remove the helper dart script from our browser test framework
532b9aaa93 Flatten *WorldBuilder hierarchies.
f1d44e39fa Update status for passing Windows Firefox co19 tests
efb4f69a13 Adjust simarm status.
1a443da6ad Adjust options passed to precompile runtime.
f8caffd9e6 Remove some uses of Platform.packageRoot.
ebe2f1db2c Adjust status files.
6fcc95d2a4 Adjust status files.
f2f6ebf547 Convert ShadowAssertInitializer to AssertInitializerJudgment.
ea837c91a0 Transition tests to EvaluateCompiledExpression.
3e6e2dd7f4 Convert ShadowAssertStatement to AssertStatementJudgment.
27fefd7bb3 Convert ShadowAwaitExpression to AwaitExpressionJudgment.
dd1c54c442 Convert ShadowBoolLiteral to BoolLiteralJudgement
4a353fea35 Another attempt to fix tests on Windows
a69d922794 Adjust some of the test expectations based on the flip to Dart 2 mode.
b3b8ca6dc4 Remove the --package-default-analysis-options flag.
9943547d5d Default pub to Dart 2 with opt out
aba94f051e Convert ShadowAsExpression to AsJudgment.
bc7220a4fd [VM] Turn dart2 on by default on the command line VM
cdd2553a12 [vm/kernel/bytecode] Fix null handling in operator ==
df2bf6590d [VM runtime] Minor cleanup of stubs on all architectures as already done for x64
b140baeb55 Own files by their URIs during search.
56cee22800 Build out the initial version of the Factory class (and derived classes).
83cb0c425d Fix awaiting void in analyzer ast_test.dart. Fix at method decl.
c9af309cbf Fix fasta parsing of ?. in cascade expression
67695b9842 Fix the dependencies on the dartdevk_sdk build step.
0a59b2ff90 Fix test cases that await "void." Blocks #33415, making that an error
3ba3e2a752 Revert "switch to dart_action until prebuilt Windows Dart VM is updated"
741ed336f1 Improve AstBuilder int literal recovery
e77158eb38 First steps toward generating analyzer/kernel ASTs during type inference.
f1c3f997bd [VM] Clear out return-value-register from call-to-runtime-stub, it needs to be GC-safe for lazy deopts
686fd133a7 [VM interpreter] Propagate unhandled exception returned from jitted code to interpreter.
8fedfc7f8c Removed DomName, DosEditable, and experimental annoations they are unused.
7d94755836 Issue 33471. Use full ResolveResult in Extract Local refactoring.
57c0fc9593 [vm/corelib] More cleanup in integer operations after _Bigint is removed
88d12fda42 Parse throw on RHS of an assignment
1dcc3264e7 Fix tests that are failing on Windows
691313f357 Move newOptionsFile() and newPackagesFile() into ResourceProviderMixin.
e62f563b2d Validate sdkPath in AnalysisContextCollectionImpl.
493c421f0d Add AnalysisContextCollection.
```

* Roll dart sdk to 4552beb514c5b54fbe9c5a0791f7b95253ac09b9.

Changes since last roll:
```
4552beb514 Revert "[vm/kernel-service] Report an error if isolate compilation options change."
f304948807 [vm] Refactoring: extract kernel translation helpers to a separate file
5a47f4c9fa Apply resolution for ParameterElement metadata.
db7b5072af Reenable FutureOr resynthesis tests with kernel.
1f8148f862 [infra] Restore sync-async behavior to fix legacy precompiler bots
d9911b8a8a Add language_2 test status entries for -cdart2analyzer --use-cfe
b0b1020588 [fasta] Add more tests for noSuchMethod forwarders
90e27b19ea Check for conflicts between a static setter and a constructor or static method.
b0cbc4e9cd Fix a bug in top-level type inference dependency tracking
29924c4000 In observatory use ArgumentError instead of FallThroughError
bd9aa5139a Error on cyclic constructor redirect.
1a6c857a93 Remove ExpressionGenerator.buildThrowNoSuchMethodError
c53746fc8a Add lexeme2 template key
2f739fd7d9 Default implementation of _makeRead and _makeWrite
36b22c7ae9 Remove unused files
583a81ade3 [infra] Make test.py's --strong option a no-op to prepare for removing it
17b53a2835 Test out no_implicit_casts on the analyzer source base.
2ee635977d Revert separation of getOutline() and getResolution() in FrontEndCompiler.
fc472e03da Don't store resolution for desugaring generated NotJudgment.
e0845f9359 [vm/kernel-service] Report an error if isolate compilation options change.
cc30bda2be In resynthesis tests, do not attempt to distinguish missing bound from Object.
a1bd1dd6ee Use standard I/O posix functions for Fuchsia, not 64 bit variants
6f284b45f7 Fixes for applying resolution to InstanceCreationExpression.
1eacd27b8e [VM runtime] Type bounds do not need to be checked during type finalization in strong mode, since bound checks are explicitly emitted where needed.
5db9e6c95e [VM interpreter] Do not load bytecode of synthesized functions with copied metadata. Fix return of native call to bytecode function. Fix stack level when returning from static field initializer. Use a zone handle for handled exception types.
bcacff49ba Ignore deferredCheck() in resolution storer.
423edf86be Fix analyzer/FE integration of local generic functions with bounds.
0e7e0c945a [vm/kernel/bytecode] Generate argument checks after allocating initial context
3fd61646ce Fix analyzer/FE integration of redirected constructors involving type arguments.
d03210cdf4 Fix storage of types for local functions that are generic.
4426f5a33e [gardening] Mark large_class_declaration_test Slow in debug, dart1
85253708a3 [build] Include kernel-service snapshot in the platform sdk
f0bc620143 Validate location in store().
b4a426fa72 [dart:io] Adds HttpClient.connectionTimeout
cb4a19b5fc misc(pkg/analyzer): update to latest pkg:matcher API
d2bde00d9d Cleanup skipFormalParameters and remove unused methods
56cb7bac02 Fix for applying resolution to static field annotations.
723bcbd5f9 Added link to see webdev.dartlang.org
b9dbe3a0be Fix analyzer/FE integration for `is!` expressions.
bef0eca2e3 [gardening] Update status after a7f0f7ea899fe7812f54eea8f957a92153e3176e
f5e8cc3517 Remove old code with incorrect instantiation to bounds on typedefs
edf26852e6 linter 0.1.55
544358304d [VM] - Add --preview-dart-2 option back as a nop - Temporarily treat --checked as an alias for --enable-asserts in Dart2   mode so that google3 test scripts don't need to change.
e7da604c11 More updates for -DuseFastaParser.
efa4b21c4f [fuchsia] Update zx_cprng_draw
a7f0f7ea89 [vm] Add source positions to stack traces of bool checks
70087c349b Fixes for applying resolution to annotations.
21b077a81c Fix incorrect handling of non-generic typedefs.
37d9e79b1b Update co19 and co19 strong branch in DEPS
7d1642e081 [gardening] Mark large_class_declaration_test Slow.
dce6663028 Add message to assert to explain the problem
b20dc7b98a Update the script to re-gen the analysis server spec.
29c549bfe2 [vm/kernel] Use old space in a specific Kernel FE error allocation.
e13b9e8a75 [fasta] Update expectation files after cf2966ea
46167dfd88 It is OK to declare a const constructor in a class with a mixin, if it has no fields.
88a88b03dc Fix token used for large negative integers.
b43dc893eb Remove spec references to Symbol constructor.
cf2966ea0d [fasta] Generate noSuchMethod forwarders for abstract accessors
28ed0d743d Make it explicit that "dynamic" is exported from dart:core.
ce312b9632 Add --analyzer-use-fasta and --analyzer-use-fasta-parser to test.py
25286e4a7d Add tests for optimization of Flutters use of Widget.runtimeType
df2529d443 Detect when a class has a member that conflicts with a static one
50fe42a886 Reduce use of putIfAbsent
385cde3977 Resolve 'dynamic' element references.
70576f431e Roll https://github.com/dart-lang/pub/pull/1938 into the SDK.
46710a77dd Make checked flag again only enable assertions in Dart 2.0
e0905b979a Revert "Add ClassHierarchy to share code between J/KClosedWorld"
9179db84df Resynthesize typedef types properly from kernel.
c53952a46d [vm/kernel/bytecode] Generate bytecode for assertions, bool checks
a6c2c97d7e Rename ResynthesizeKernelStrongTest to ResynthesizeTest_Kernel
cad8d4a741 Store instance creation information at arguments offset.
a4c7cf388f First stab at a parsing library for named configurations.
008aa729c5 [VM interpreter] Support implicit getters and setters without compiling them.
54bc1548b0 [fuchsia] Update to Sync2Ptr
05b19947a4 Prep for analyzer 0.32.2
a1efbd326f Change FrontEndCompiler.getOutline() to return full kernels.
966541bec9 Improve literal function recovery
386efb1e6a Improve type parameter recovery
5c9add2c46 Allow Future<T> to be assigned to Future<void>
9c7cd04e7f [ VM / Testing ] Disabled non_utf8_* tests for FileSystemEntity classes
5c9e9a6661 [gardening] Update status file
5a193752f6 Clean up some hints
e67c5953e9 Relax return restrictions.
a9c624a010 [infra] Update checked in SDKs to 2.0.0-dev.65.0
12971f37a9 Update dart_style package to 1.1.0 in DEPS
f67308a983 Handle invalid dill files more gracefully
9aa0c4ae3f [release] Prepare changelog for 2.0.0-dev.65.0
9a8b5f3bc2 Update app_jitk service status
a16ad6d9de [infra] Make update_homebrew script work on Dart2
014a5bc678 Replace strstr with strncmp looking for path separator
d2d47acdce [kernel] Include urls even when we have no source
5f17b0a0be Convert ShadowMapLiteral to MapLiteralJudgment
2c98fb3c1d Add tests showing the async impact on function type checks
8e4d5c0a38 Update formated error for nonexisting constructor
a8e930caf3 Add ClassHierarchy to share code between J/KClosedWorld
c9bd4df214 Document IntLiteral.value as holding a uint64 value
56d57407e1 Fix status for new test
ed20faa2ed Add test for rejecting inexact numbers
31ed467871 Fix directory-prefix finding logic so it works on Windows.
2d6eaba187 pkg:build_integration: clarify that' it's not planned to be published
f67cba1067 [vm] Introduce kernel_multiroot options to support multiroot compilation mode in kernel service.
2876bd08fb Doc - Fix OSError.message and errorCode doc
c97f177112 Issue 33518. Fix for subtypes() in parts without library.
e661c9ef54 Simplify 'as T' for simple T
65a3c4443b [observatory] Update packages and remove dead dependencies.
b15572933d Update checked-in Dart SDK to 2.0.0-dev.64.1
9d3533ff72 snapshot the kernel worker in dart 2 mode and fix some dart 2 errors
b29bde6232 Convert ShadowSyntheticExpression to SyntheticExpressionJudgment
2876623654 Check function types in the correct order in runZoned.
6d25212302 getStats Future should be strongly typed.
ca99917fb6 Remove code awaiting void results to unblock #33145
19f60bfb52 Improve fasta parser expression recovery
d632980ee0 Add tokens to more judgements
5721d8af6d - Fixed querySelectoryAll generic syntax to assert if types in list aren't of the same type T. - Fixes requestFullscreen to call operation webkitRequestFullscreen not requestFullscreen its only available when RuntimeEnabled=FullscreenUnprefixed.
3640037164 Fix second half on #33343: disallow generic functions as type arguments.
97c81d668a Remove variableSet factory methods.
98efc7917f Improve parse assert statement recovery
a93e303f3f [vm/kernel/bytecode] Bytecode generation for rarely used operations
a0ba81bfe7 Convert ShadowCascadeExpression to CascadeJudgment.
de4d8b6cae Convert ShadowSymbolLiteral to SymbolLiteralJudgment
13c3560fc6 Count analyzer cfe integration failing tests.
77f94ec259 Convert ShadowLogicalExpression to LogicalJudgment
1a0fc733d3 Add tokens to more judgements
81191186d8 Remove unused class
284b5cce55 Partial fix of #33343. Reject generic function types as bounds.
ada8188b73 Update pkg/pkg.status with the latest -DuseFastaParser status.
e232ddd28c [VM] Handle [VariableGet]s for parameters/let variables differently than other const variables
5d4dbdac5c Adjust stringContentTDQ, stringContentTSQ to allow escapes.
b27b62e182 [fasta] Update .expect files for non-simple bound tests
aeff1c00f2 [vm/compiler] Improve CallTargets::CreateAndExpand
2ff5f8cfcb [VM] Report an error when accessing constructor parameters inside a constructor invocation
2f474a55c1 Change infer to return the expression instead of its type
b9f11311f8 [vm/compiler] Fix incorrect assertion from 20ca5bbb056.
f85fbde727 Expression compilation fix
6240dd5cc3 Make incremental_load_from_dill_test dart2 compliant
8747da838f Bump kernel version after e2ce88d
20ca5bbb05 [vm/jit] Introduce dynamic invocation forwarders that perform type checking
f9a11ec380 [gardening] Mark language_2/const_constructor_nonconst_param_test/01 failing in dartkp
212a817322 Check whether variables is set before using GN not_needed
f381778867 Update the status of analysis server tests.
8b10b1fda9 Add tokens to judgements, part 2
8c1591af9e Add a binder mechanism to the Factory API for handling labels.
e132240c91 Re-enable some failing analyzer_cli --use-cfe tests.
f598e6933c Drop support for Dart 1 in pub
9146cea63a Print times in seconds
ec0df457a2 Convert invocation Shadow(s) to Judgment(s).
223b143167 Workaround for issue 33559.
091f8860c2 [ dart:io / tests ] Fixed issue where non_utf8* tests attempted to delete the current working directory which is not allowed on Windows.
9276b27acd Add unittest for InferenceData
70ac1f90ec Revert "Update checked-in Dart SDK to 2.0.0-dev.64.1"
c270576dd4 Use FunctionNodeJudgment in FunctionExpressionJudgment.
aeba82ef9a [dart2js] Fix for issue 33572
1416ed283a Convert ShadowNot to NotJudgment.
a1a2d90a6c Convert ShadowForStatement to ForJudgment.
7c6211b1d8 Make unittests work with Dart 2
a8d805055a Handle covariant parameters in function types
b24170259c Don't add parts without 'part of' as libraries.
fea8cb1473 Revise order of type variable declaration events
6339976567 Rename lemma to binder
9d499fffe4 Start adding tokens to judgements
ff7a1255aa Convert ShadowFunctionDeclaration to FunctionDeclarationJudgment, add FunctionNodeJudgment.
5bfb70ec5b Docs - Update example websockets app; use idiomatic async/await in examples
ed0ba901e1 Doc - Fix library links in analyzer docs
4c697085be dart2js: Make bazel-input-provider dart2 compliant.
9b814bdf34 Use the lemma approach for NamedFunctionExpression
7c0d31092d Rename variableLemma and variableType to clarify that they refer to the loop variable.
b36f353f76 Update dartdoc to 0.20.1.
eafa9ae4b6 [vm/kernel] Fix StreamingConstantEvaluator to handle non-const variables
3e2708eada [VM interpreter] Fix broken interpreter build.
94abf948c4 pkg:status_file misc cleanup
02721709c3 Fix a committed solo test and mark it as passing now.
c8a488c1ca Add parameters to Forest method to support labeled statements
c4d6ac0cbe [vm/compiler/aot] Implement non-speculative int64 shift operation
3af363cba0 Rename typeContext to inferredType
10dcad1dd2 pkg:kernel - cleanup pubspec file
7e7fd7ffa5 Convert ShadowLiteralList into LiteralListJudgment
4fe71ec275 [fasta] Report instantiate-to-bound failure due to non-simple bounds
121fed2840 Convert ShadowDeferredCheck to DeferredCheckJudgment
e2c54e9af5 Fix cascade specification.
d08317b79f Make status file linter valid Dart 2 code
f4d2bf313e Convert ShadowFunctionExpression to FunctionExpressionJudgment
6888bc2824 Compile time error for web int literals that cannot be represented exactly
075c713a93 Register type arguments on inlining
4ebdb31646 Separate getOutline() and getResolution() in FrontEndCompiler.
6a7bf90c42 Convert ShadowRethrow to RethrowJudgment
7661841cc5 Convert ShadowNamedFunctionExpression to NamedFunctionExpressionJudgment
6fd40725af Convert ShadowIfNullExpression to IfNullJudgment
7c327c32b7 [frontend-server] Fix starter so it works in '--incremental' mode
f885a0c8f3 [vm/kernel] Fix crash when reading symbol literal from Dart annotation
16c0c0ff07 Convert ShadowStringConcatenation to StringConcatenationJudgment
d0655066a5 Use the lemma approach for other variable declaring constructs.
2121c3bb56 Docs - Link to the Random.secure constructor in dartdoc
975686d5a9 [syscalls] Use vmar..._old apis. Modify existing calls to vmar routines in preparation for changing the parameter order.
7d7e7c268e [vm] Work around interaction between type and instance canonicalization in isolate messages.
fa7c38dec5 [vm, standalone] Do not copy when loading kernel.
8d7c5294c6 Rename the kernel ShadowExpressions for assignments
47f394d61c Update checked-in Dart SDK to 2.0.0-dev.64.1
efd36d4cdf Updated non_utf8_* tests to better cleanup after themselves. Fixes issue
d1e1af84e7 DEPS: update crypto version
530f1f6512 [build] Possible fix for 'Error while initializing Kernel isolate'
e9bc3352e0 Replace and remove parseType
1b681a75c3 Modify Factory API to allow forward references to incomplete local functions and variables.
f682213764 Add parameters to Factory methods to support the try statement
cf6fbd9e07 Add parameters to Factory methods to support the switch statement
b50ff4990a Add parameters to Factory methods for list and map literals
c5855635ae Add Factory method parameters for for loops
c2a22c6462 Updates to ddc/ddb tool
1a1ff9e666 Reverse the pub snapshot names
d5d5daf411 Fixed cascade_test failure due to return type of operator []= being non-void.
69c807c636 Fix docs for async File methods
569341cbe0 Improve CompressionOptions docs:
8d40afc9c0 Convert ShadowTryFinally to TryFinallyJudgment.
4a9abfcacb Convert ShadowForInStatement to ForInJudgment.
f2eaf6aae7 Remove type parameters from the Fasta BodyBuilder
74dd5440f1 Convert ShadowStringLiteral into StringLiteralJudgment
10641cbf42 Update status files after 52b2a869bcb93
ee19f2804a Make ResolutionStorer implement the Factory API.
e2ce88dfcc Add startFileOffset on procedures et al, enable VMs GetSource
52b2a869bc Update some noSuchMethod based tests to the currently desired behavior.
bf4f9a9163 Update testing scripts to run on a Dart 2 VM
8638668ecf [VM] Fix vm->native state transition in isolate_reload.cc
71ac67aed1 [kernel] Recognize noSuchMethod forwarders in class hierarchy analysis
216e8dfe85 Stop using !kernel annotations
3e85df5167 [ VM / Dart API ] Added additional methods required for Flutter background execution.
fa19575a54 [vm/kernel/bytecode] Inline list of types into TypeArgumentsForInstanceAllocation constant pool entry
c37bbcca7f Roll pub to the latest version.
abc8793109 [VM interpreter] Adjust bytecode constant pool reading for inlined list of types in TypeArgumentsForInstanceAllocation entry.
8d3eb154e9 [vmservice] Report expression compilation errors
b28ebca825 Begin reworking ResolutionStorer API to look more like the Factory class.
f6871d2305 [vm/kernel/bytecode] Fix generation of InstantiateTypeArgumentsTOS bytecode
272848fe0f Convert ShadowWhileStatement to WhileJudgment.
5ccc497678 Inline constructor bodies that are called once
4df14626b3 Add parameters to Factory methods for constructor initializers
dce00bc836 - fix a strong mode type error - mark a test as slow
83a4d98554 [vm] Weaken CAS to RMW when accessing the remembered and mark bits.
e76fbee90f [VM interpreter] Provide arm64 stubs. Minor cleanups.
a3dde1fad8 Convert ShadowSwitchStatement to SwitchStatementJudgment.
e8323f578c Convert ShadowTryCatch to TryCatchJudgment.
6182b7215d [vm/kernel/bytecode] Fix passing of type arguments
b343d0a80d trigger error for const A(B()) if B non-const
06a588233c Fix package_root_test.dart on mac buildbot.
8419090c8c Cleanup type variable event sequence
8da640704a [vm/linearscan] Reserve slots for catch block entry when nothing is spilled
80a8bfe657 Convert ShadowExpressionStatement to ExpressionStatementJudgment.
2f664c141f [vm] Shorten the write barrier sequence.
b6aa31f7d8 Add required parameters to Factory.catchStatement
34bbb1da30 [Gardening] Move status line to the correct section.
68ecf31fc5 Update CHANGELOG.md with text for the default switching to Dart 2.0.
e15b6a1cd7 Add parameters to Factory API, part 2
85c27d78c1 [Gardening] Removed incorrect entry in the status file.
2edbfd95a7 Convert ShadowVariableDeclaration to VariableDeclarationJudgment.
075027b130 Added super_no_such_method5_test also to the issue list for 33517
254d8ef153 Switch ShadowYieldStatement to YieldJudgment.
64fd6653cf Update deprecated references.
13fb4da312 Convert ShadowIfStatement to IfJudgment.
71042d3dfa linter 0.1.54
e9f994892d Cleanup unescape error messages
7b68a4516f Wrap Let with ShadowSyntheticExpression in wrapInLocatedCompileTimeError().
7d9ac9dca5 Add a --use-fasta-parse flag to test.py; add a 'analyzer-use-fasta-parser' buildbot configuration.
591cf85c76 Re-enable the old analyzer/FE integration logic.
9bd3350f1f Convert ShadowContinueSwitchStatement to ContinueSwitchJudgment.
92f353fe29 Convert ShadowReturnStatement to ReturnJudgment.
462d2a35d3 Convert shadow nodes for 'is' and 'is!' into inference judgments
a3a8d8bbd5 [VM][kernel] Don't mix in noSuchMethod forwarders
6612278b71 Skip non-utf8 file tests on reload builders, where they time out
125fae6d56 Incorporate comments from an earlier code review
188c858a4c [gardening] Fix standalone/app_snapshot_share_test
1c4b362ba5 Support noSuchMethod forwarders in dart2js
276598199e Make DDK interpret IntLiteral.value as uint64
a049e340eb Revert the fix for issue #31770
d4a69bde98 app_snapshot_share_test now runs only in dartk and dartkp mode.
75f485d6d9 [dart2js] Fix for issue 33500
828df76c85 Notify kernel service of isolate shutdown.
a36fbd1990 Skip app_snapshot_share test in precompiled dart1 mode as the test spawns a dart process which runs in Dart2 mode and hence needs a kernel file generation step to run. This test now makes sense only in dartk and dartkp modes.
6dfa10d33d Generate the kernel buffers using bin_to_assembly rule instead of dill_to_cc. This should fix the clang tool errors we are seeing.
8da46d35f5 [vm] Move heap-related code to its own subdirectory (cf. compiler).
2f3c983e0a Convert ShadowStaticGet to StaticGetJudgment
acd375cc77 [gardening] Silence flaky test which times out on simarm64 bot
3becdb8afd Convert property gets to judgments.
9db4b71442 Convert ShadowIntLiteral to IntJudgment
37084e677c Convert ShadowDoubleLiteral to DoubleJudgment
d84d3f8e42 Convert ShadowNullLiteral to NullJudgment.
3a2a84db9c Improve misplaced factory/modifier recovery
3586fcb165 Cleanup deprecated code
eac395c33d Add parameters needed by analyzer to Factory, part 1
edcd3be290 Update aot_assembly rule to temporarily use --no-preview-dart-2 until it is updated to call gen_kernel to produce a kernel file before creating the AOT snapshot.
3d96683a88 Convert ShadowDoStatement to DoJudgment.
8e8fb38c48 Convert ShadowBlock to BlockJudgment.
b71fb2e086 Convert ShadowBreakStatement to BreakJudgment and ContinueJudgment.
c96f23243b Enable Dart2 in dart2js by default
6b96e65c5b Convert ShadowArguments to ArgumentsJudgment.
437b492042 [gardening] Update status for reload-kernel bots
a3a1113cfd Convert ShadowConditionalExpression to ConditionalJudgment.
5b2871ae88 Ensure that constructor invocation file offset is set correctly for annotations.
bedbdf6a49 Add a Type parameter to Factory and update one method
119236996a [build] Remove tools/compile_platform.py
ddde9820a9 Improve fasta parser parameter list recovery
f5a0e3efa8 Create NamedExpressionJudgment.
165c57ffd7 Attempt to fix the windows bot 3
bb1fcebd36 [dart:io] Expose Crypto::GetRandomBytes in embedded_dart_io.h
23f87d54c6 [vm/kernel/bytecode] Implement strong mode type checks in bytecode
1e7d39504f Convert ShadowLabeledStatement to LabeledStatementJudgment.
d895b49134 Support asset directories in flutter pubspec validation.
015d9eff49 Use ShadowEmptyStatement instead of EmptyStatement in blocks.
029ff9361f Track which import is referenced by each prefix.
92c24a1ee7 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders
33d41a928a [VM] Fix incorrect memory allocation
f3960a0111 Fix language_2/vm/optimized_guarded_field_isolates_test
e496efb611 [VM] Adjust status file after 6db5f38d4ee4d
ef49436487 [fasta] Update expectation files after noSuchMethod forwarders change
049195b15d Fix path to entry points json file in app_snapshot_share_test
b024432a29 [VM] Disable test in reload/rollback mode due to snapshot generation
6db5f38d4e [fasta] Don't generate noSuchMethod forwarders in abstract classes
7979232580 Re-added header, only needed to remove the other resource section.
a38b9bed23 Restore dart2js-checked and dart-aot in try_benchmarks.sh.
7be47cd30d Remove some dead code (including implicit setters)
1c01aa7704 Convert some ShadowExpressions into inference judgments
6e6bdb486a Ensure we run app_snapshot_share_test
d7e5332057 Make dual use of a part in the same program an error.
856c7c67ea Skip standalone_2 on !strong configurations (for JIT / AOT VM)
ba024be044 Mark dart2js specific argument as deprecated.
20fe2f0ada Indent error pointer correctly in the presence of tabs.
bd94de8e48 Use dynamic to fix string_interpolate_test
b172a42881 [VM] Catch errors for integer operations in kernel2kernel constant evaluator
f288124d5a Fix InvalidInlineFunctionType example
15821a28a3 Explicit type args in body_builder
1f6925718b Add message for missing type arguments
87e045c484 Remove the helper dart script from our browser test framework
532b9aaa93 Flatten *WorldBuilder hierarchies.
f1d44e39fa Update status for passing Windows Firefox co19 tests
efb4f69a13 Adjust simarm status.
1a443da6ad Adjust options passed to precompile runtime.
f8caffd9e6 Remove some uses of Platform.packageRoot.
ebe2f1db2c Adjust status files.
6fcc95d2a4 Adjust status files.
f2f6ebf547 Convert ShadowAssertInitializer to AssertInitializerJudgment.
ea837c91a0 Transition tests to EvaluateCompiledExpression.
3e6e2dd7f4 Convert ShadowAssertStatement to AssertStatementJudgment.
27fefd7bb3 Convert ShadowAwaitExpression to AwaitExpressionJudgment.
dd1c54c442 Convert ShadowBoolLiteral to BoolLiteralJudgement
4a353fea35 Another attempt to fix tests on Windows
a69d922794 Adjust some of the test expectations based on the flip to Dart 2 mode.
b3b8ca6dc4 Remove the --package-default-analysis-options flag.
9943547d5d Default pub to Dart 2 with opt out
aba94f051e Convert ShadowAsExpression to AsJudgment.
bc7220a4fd [VM] Turn dart2 on by default on the command line VM
cdd2553a12 [vm/kernel/bytecode] Fix null handling in operator ==
df2bf6590d [VM runtime] Minor cleanup of stubs on all architectures as already done for x64
b140baeb55 Own files by their URIs during search.
56cee22800 Build out the initial version of the Factory class (and derived classes).
83cb0c425d Fix awaiting void in analyzer ast_test.dart. Fix at method decl.
c9af309cbf Fix fasta parsing of ?. in cascade expression
67695b9842 Fix the dependencies on the dartdevk_sdk build step.
0a59b2ff90 Fix test cases that await "void." Blocks #33415, making that an error
3ba3e2a752 Revert "switch to dart_action until prebuilt Windows Dart VM is updated"
741ed336f1 Improve AstBuilder int literal recovery
e77158eb38 First steps toward generating analyzer/kernel ASTs during type inference.
f1c3f997bd [VM] Clear out return-value-register from call-to-runtime-stub, it needs to be GC-safe for lazy deopts
686fd133a7 [VM interpreter] Propagate unhandled exception returned from jitted code to interpreter.
8fedfc7f8c Removed DomName, DosEditable, and experimental annoations they are unused.
7d94755836 Issue 33471. Use full ResolveResult in Extract Local refactoring.
57c0fc9593 [vm/corelib] More cleanup in integer operations after _Bigint is removed
88d12fda42 Parse throw on RHS of an assignment
1dcc3264e7 Fix tests that are failing on Windows
691313f357 Move newOptionsFile() and newPackagesFile() into ResourceProviderMixin.
e62f563b2d Validate sdkPath in AnalysisContextCollectionImpl.
493c421f0d Add AnalysisContextCollection.
```
2018-07-03 07:37:13 -07:00
liyuqian
8e45851a3c Revert "Add antiAlias and saveCount to clipPath and restore (#5638)" (flutter/engine#5660)
This reverts commit dfa02e5881f31bd75736d3b7bc2a21dc954d5c84.

Reason for revert: need to fix several things including the framework test in order to unblock the engine roll.

TBR: @matthew-carroll
2018-07-02 16:55:24 -07:00
matthew-carroll
7edb7e3bc7 Support all keyboard actions. (#11344) (flutter/engine#5620)
* Support all keyboard actions. (#11344)
2018-07-02 06:58:01 +00:00
mikejurka
0eac86cbd8 [fuchsia] Update scenic lib path. (flutter/engine#5649) 2018-06-29 17:24:47 -07:00
mikejurka
c0caf150a3 [fuchsia] Rename scenic_lib => scenic (flutter/engine#5648)
TEST=Compiled and ran flutter app on Fuchsia, verified it rendered and responded to input.
2018-06-29 17:06:55 -07:00
liyuqian
dfa02e5881 Add antiAlias and saveCount to clipPath and restore (flutter/engine#5638)
This would enable us to solve https://github.com/flutter/flutter/issues/18057
2018-06-29 16:24:12 -07:00
sjindel-google
042e47862e Remove vmservice_io.main from entry points. (flutter/engine#5625) 2018-06-29 13:10:12 +02:00
Jonah Williams
0d6edb079d ensure a11y state is communicated back to flutter (flutter/engine#5631) 2018-06-28 13:30:51 -07:00
Jason Simmons
10b2cac6b7 libtxt: apply an offset to drawing operations instead of translating the canvas (flutter/engine#5628)
Fixes https://github.com/flutter/flutter/issues/18710
2018-06-27 16:48:59 -07:00
Jason Simmons
2d1668246d Remove some unused code from the Android host (flutter/engine#5619)
These functions were made obsolete by the engine refactoring
(077d29581c)
2018-06-27 11:06:15 -07:00
Chris Bracken
0b939b3cf1 Assert in place of ArgumentError for null checks (flutter/engine#5612)
For consistency with the rest of dart:ui, check required parameters with
assert(param != null) rather than throwing ArgumentError. ArgumentError
is typically reserved for checking the validity of non-null args -- e.g.
that a list has the required number of elements.
2018-06-25 16:33:33 -07:00
Jason Simmons
1348956a03 Check for calls to FlutterMain.ensureInitializationComplete before startInitialization (flutter/engine#5614) 2018-06-25 16:32:38 -07:00
Chinmay Garde
c99feea85b Remove remaining uses of Skia private header includes. (flutter/engine#5570)
Part of fixing https://bugs.chromium.org/p/skia/issues/detail?id=7741
2018-06-25 16:15:12 -07:00
Jason Simmons
4046a804ec Add Dart entry points accessed from native code for decodeImageFromPixels (flutter/engine#5613) 2018-06-25 16:05:07 -07:00
Jason Simmons
ae15662103 Purge the Skia font cache after deleting an engine's FontCollection (flutter/engine#5598)
See https://github.com/flutter/flutter/issues/18728
2018-06-25 13:23:46 -07:00
Taryn
640d8eba0f Fix Colors.fromARGB docs to mention the fromRGBO constructor (flutter/engine#5604) 2018-06-24 14:18:22 -07:00
matthew-carroll
85f553fb14 Android instructions format improvement in CONTRIBUTING.md (flutter/engine#5589) 2018-06-22 21:50:51 +00:00
skia-flutter-autoroll
0244c7421c Roll src/third_party/skia 5e0909776e81..96b1ecc25d00 (8 commits) (flutter/engine#5595)
Auto-roller completed checks. Merging.
2018-06-22 14:14:34 -04:00
bungeman
cfac654e9c Change ports/SkFontMgr.h to core/SkFontMgr.h (flutter/engine#5593)
Skia is moving ports/SkFontMgr.h to core/SkFontMgr.h. The existing
ports/SkFontMgr.h is now just a forwarding header to keep users working
through the transition. Update includes to point to the new location.
2018-06-22 11:04:58 -04:00
Jason Simmons
3ba597336a Add a rowBytes parameter to decodeImageFromPixels (flutter/engine#5573)
See https://github.com/flutter/flutter/issues/9184
2018-06-21 18:05:54 -07:00
Chris Bracken
ed32e3e102 Temporarily pin Travis Dart SDK to 2.0.0-dev.63.0 (flutter/engine#5586)
This is a temporary workaround to unbreak the build. The breakage was
caused by differences in the latest released dev Dart SDK
(2.0.0-dev.64.0) and the version currently used by Flutter
(2.0.0-dev.63.0).

Revert once the SDK has been updated in the engine.
2018-06-21 15:55:28 -07:00
Ryan Macnak
0474c47fec No-copy kernel loading. (flutter/engine#5580)
Required by https://dart-review.googlesource.com/c/sdk/+/60202
2018-06-21 15:44:04 -07:00
Sigurd Meldgaard
bfc31675be Postpone dart initialization to -viewWillAppear on iOS (flutter/engine#5553) 2018-06-21 12:43:38 +02:00
Jason Simmons
78dfc68e0a Make Engine::GetFontCollection public (flutter/engine#5578)
Required by the Fuchsia embedder
2018-06-20 10:54:58 -07:00
skia-flutter-autoroll
bfdfd8b7ed Roll src/third_party/skia 6c56055f65fc..8c5f9ef80179 (12 commits) (flutter/engine#5577)
Auto-roller completed checks. Merging.
2018-06-20 13:52:41 -04:00
liyuqian
a4a4fc0cd4 Improve perf overlay performance. (flutter/engine#5571)
1. Mark perf overlay path as volatile
2. Set sample_margin_width = 0 to get a bar graph instead of saw-tooth.

Previously, the perf overlay itself could be a significant performance
hit and that makes it difficult to profile flutter app.
2018-06-19 16:42:21 -07:00
Jason Simmons
0b419727e7 Load the ICU data file asset from the "flutter_shared" path (flutter/engine#5567)
See https://github.com/flutter/flutter/issues/18514
2018-06-19 14:34:13 -07:00
Ryan Macnak
e8df7055bc Replace AssetResolver GetAsBuffer with GetAsMapping. (flutter/engine#5546)
Toward no-copy loading of kernel.
2018-06-19 14:24:19 -07:00
Chinmay Garde
ac0d77e6ab Use SkImageFilter::MakeMatrixFilter instead of importing an internal Skia header. (flutter/engine#5569)
Part of fixing https://bugs.chromium.org/p/skia/issues/detail?id=7741
2018-06-19 13:26:06 -07:00
Chinmay Garde
a7d32b86e5 Get rid of an include of an internal Skia header in GPU Surface GL. (flutter/engine#5568) 2018-06-19 13:12:46 -07:00
Alexander Aprelev
ed3090321a Roll dart sdk to 4c9689c1d2da97d0aa25cf16cc90c2e463ad157f (flutter/engine#5559)
* Roll dart sdk to 4c9689c1d2da97d0aa25cf16cc90c2e463ad157f

Changes since last roll:
```
4c9689c1d2 [vm] Support pluggable expression compiler for `evaluate` service api call.
d70c38eed8 [Gardening] Mark test as flaky on also non-kernel (legacy)
060ee6769e Make CastStreamSubscription.onData handle a null callback
f7289aa219 Remove specification of naming conventions.
87131780cb Add appendix to spec which specifies JavaScript integer behavior.
dfeaf79cef Fix VM accepting too many overlarge hex numbers in int.parse.
c84a9f46b2 Recompute ClassHierarchy after adding noSuchMethod forwarding stubs
b558a9c2f4 Handle missing compile-time errors
3df126c497 [gardening] Update status for vm-kernel-linux-debug
e22706793d Treat objects with .call as "subtypes" of function types
b960e5a3ed [gardening] Mark standalone_2/io/directory_test as Crash on dartkp/debug
e2d72aad91 Prepare tools/bots/try_benchmarks.sh for Dart 2.
de5f9ea95f Add --use-fasta-parser flags to dartanalyzer and the analysis server.
e2d903c4dc Remove packages/ directory resolution from CFE
aabb78f56a Update checked-in SDK to 2.0.0-dev.63.0 on mac and linux.
bc8d77231d Improve flags documentation, reenable hints in dart2js.
209a602769 Tweak for fixes tests - use orElse to avoid exception.
0e4c158847 Issue 33458. Suggest 'Create Class' Quick Fix for creation without new.
44650cc9eb Pass the location of vm_platform to compile_platform from the commandline.
0bac650833 switch to dart_action until prebuilt Windows Dart VM is updated
82ed18cdb9 Update checked-in Windows SDK to 2.0.0-dev.63.0
2394097e44 Support for including/excluding the same path in ContextRoot.isAnalyzed().
f59389b688 Optimize .runtimeType impact based on usage
ee1f7f5a93 Fix newly reported warnings
afa8ff6292 Add a resource provider that supports file overlays
a63cf8e0cb Add --no-preview-dart-2 flag.
2a396d5315 [vm/intrinsics] Intrinsify 64-bit int typed data.
dd8988c9b2 - Moved all WebGL rendering/drawing constants to synthesized class WebGL. - Removed obsolete Dartium/_blink code.
541dd195bb Enable creating full kernel files in addition to outlines from the bazel worker for kernel.
8e9e8e1da0 Fix various bugs and regularize behavior of returns statements in various kinds of functions.
f1d1da6164 [vm/precomp] Reduce the size of slow-path code in precompiled mode.
b51d3d4146 Key string should be avoided
1e906c3f7e Add no-op entry point for IncrementalCompiler
aeeb7baa96 Change error message to not use imperative tone
309baedc72 Mark some frequently flaky co19 dart2js tests.
1a08341730 Analyzer status file update
ac039abc83 Add option to check if a dill is self-contained
f479435bca - Removed custom handling of fill - it was wrong the method is now overloaded. - Associate the JS class SpeechSyntesisVoice with the correct Dart class (DDC). - Top-level querySelectorAll wasn't generic. - Handle "static" for attributes in the IDLs.
d2a37231b3 optimize await in async* methods in dartdevc
8f0106e490 Update more Analyzer fasta tests
53c2a6f9d5 Cleanup remaining unescape string call sites
1ef4399df0 Run dartfmt --fix for dart2 on pkg/dev_compiler
38eda19be6 Fix resolve_input_uri_test on windows.
5bf6436bc9 Initial implementations of two generators
03bcc495f7 [fuchsia] Migrate process creation to fdio_spawn_vmo
0cf860f361 Remove pub_build_validity test
c015e8d303 Improve invalid string literal error recovery
84f077842b Update CHANGELOG.md for 2.0.0-dev.63 release
7757fa784a [vm] Remove redundant Profiler::DumpStackTrace().
2bc9025be3 Consider initializing formals during top-level type inference
9df6426adb Mark the library analyzer.dart as being deprecated
bd956620fe Remove code that is causing a couple of hints
d99aeb3e13 [kernel] Update Fuchsia suspend to use new API.
6f44d3f208 Issue 2287. Move all, but constructors and fields set in constructors, from StatelessWidget into State.
729e9942bd Support multiple files in messages test.
99575f79ca Split ContextAwareGenerator and its subclasses
41a8b79475 Use the inferred type of const lists/maps to for constant evaluation.
2972ca61f8 Fix continue in invalidation logic
c54a302495 [VM] Evaluate symbols in kernel2kernel constant evaluator in AOT (even in non-const contexts)
4a7ccd5c9a Deleted TODO comment in Scoping
8dca855de1 Specify dynamic type of Futures/... returned from async/... functions
385d825469 Make frontend_server initialize from dill work again
2716b6f9a6 Add test to frontend_server that mimics the flutter benchmarks
17d2839a03 Fixed tests for FF difference.
6779ea0cc6 GN rules: add libraries_specification_uri argument to the  compile_platform template.
12b33ada44 [VM interpreter] Support NativeCall kernel bytecode.
db72134f90 [vm/inliner] Add smi return type of clamped convertors.
33feee3b03 [vm/kernel/bytecode] Fix arguments passing in native factory constructors
c30ce41ae6 Add hook to use single-root in fasta scripts and make use of it when creating the dart2js platform files.
34ee27a52d Update to the latest pub
bfb9a4eab8 linter 0.1.53
dfe6385eb0 Fix a Dart 2 runtime cast failure
f7ef66f5b0 Issue 33412. Fix for race condition in knownFiles during search.
aca417a256 Fix test and expected failure.
664f756914 [vm] Reduce maximum new generation size and growth rate.
bd603ba3c6 Record dependencies via CompilerContext
```
2018-06-18 20:56:50 -07:00
Chinmay Garde
93a6d340fa Add explicit casts to pointer data members on Android. (flutter/engine#5558)
This accounts for changes made in https://github.com/flutter/engine/pull/5556
2018-06-18 12:08:11 -07:00
Jason Simmons
2c651a9de5 Create images from uncompressed pixel data (flutter/engine#5550)
Fixes https://github.com/flutter/flutter/issues/9184
2018-06-18 11:37:47 -07:00
Andrew Wilson
f03c5ed766 Make window metrics doubles to reduce rounding issues. (flutter/engine#5556) 2018-06-18 10:36:58 -07:00
Andrew Wilson
504172abbe Revert "Make window metrics doubles to reduce rounding issues."
This reverts commit 564095bca0cb6ec993d94b4561ca2733851243d3.
2018-06-18 09:47:37 -07:00
Andrew Wilson
564095bca0 Make window metrics doubles to reduce rounding issues. 2018-06-18 09:43:30 -07:00
Ian Hickson
19d7432403 Remove spurious log messages (flutter/engine#5547)
These are making some of the tests that are sensitive to output flakey.
2018-06-15 14:15:35 -07:00
egdaniel
d019976b47 Nosksp backend context (flutter/engine#5544)
* Use new vulkan factory of GrContext which doens't take an sk_sp.

* remove unneeded member.
2018-06-15 14:53:50 -04:00
Maurice Parrish
be469ff641 Added method for receiving Dynamic Links (flutter/engine#5534) 2018-06-15 10:37:47 -07:00
Chinmay Garde
87576b3405 On snapshot, perform a device to host transfer for images resident on the GPU. (flutter/engine#5538) 2018-06-14 18:04:13 -07:00
Jason Simmons
f31724a16c libtxt: fix the adjustment of code unit runs for line justification (flutter/engine#5536)
Fixes https://github.com/flutter/flutter/issues/18483
2018-06-14 16:14:37 -07:00
Jason Simmons
97cf68d6c8 Lazily load fonts that are embedded within the application (flutter/engine#5533)
Previously the engine would load all embedded fonts listed in the app's
font manifest during startup.  This change creates a Skia font manager that
is backed by the engine's AssetManager and can load embedded font assets
on demand.
2018-06-14 16:13:56 -07:00
Jason Simmons
e6c5053114 libtxt: hold a weak_ptr to the txt::FontCollection in the fallback provider given to Minikin (flutter/engine#5531)
The txt::FontCollection contains a cache of minikin::FontCollection objects,
which in turn hold a fallback provider that refers back to the txt::FontCollection.
Using a weak_ptr in the fallback provider breaks the circular reference.
2018-06-14 15:50:03 -07:00
Jason Simmons
929f5df0f5 libtxt: update the unit tests and benchmarks (flutter/engine#5523)
* pass a locale to GetMinikinFontCollectionForFamily
* provide the ICU data file path
* loosen checks based on the Minikin LineBreaker's line widths
  (LineBreaker widths do not exactly match the advances calculated during layout)
2018-06-13 15:33:59 -07:00