fee615c5a5 consolidate multiple modifier error codes
6aee4f390b Make analyzer's File.readAsBytesSync() impls return Uint8List
2878bfde6c [vm/ffi] Fix ffi trampoline class finalization
85c28b804d Check LSP support for workspace/applyEdit before giving CodeActions that require it
50b0d85804 [vm/ffi] Observatory support for FFI
db599d4005 [vm/ffi] Fix GC crash in SimDBC
39dbaecfc1 Remove tests relying on contravariant uses of varaibles in supertypes
e6e2020fb2 [fasta] Allow only covariant uses of type parameters in supertypes
527c165426 Deprecate 'abstract' setter in elements, replace with 'isAbstract'.
d368bb8ecd Make some fields in LinkedNode informative.
e4362612b0 Add support for dynamic registration for LSP
969038934a [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
3a2bc9b8e7 Updated pub client
c67b9f2331 [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
b3a06c1933 [dart:_http] Fix http_cookie_date_test.dart compile errors.
1025c5bebb [DDC] Only inline textually small constants.
25033cee32 [CFE] Control inlining of const variables from backend.
afc54e23e3 [vm/ffi] FFI callbacks on ARM64.
0a5e5995e8 [vm/ffi] FFI callbacks on IA32.
ae944a68ed [Incremental compiler] Only re-check package-uris if base-uri changed
d911d9b5ff Cleanup "libraries" field in DillTarget when their invalidated
eb131c3d68 [kernel worker] Don't do unnecessary computeCanonicalNames
ec3cd7ffe0 Workaround for dartbug.com/36983 also when not in incremental compiler
e19bcb9411 [vm/ffi] Fix Google3 build
bd39cca700 [compiler] Mark each variable stored on entry to catch block.
0e5ebcaa96 Add InlineData and InlineDataCache
508a9fa6b0 Work-around called-once imprecision
bd078896f8 [vm/ffi] Remove use of private symbols from ffi_test_functions.cc
21b74fdf79 [dart2js] Update expectation file after BigInt fix in core lib.
735669190e [corelib BigInt] Fix implementation of BigInt.modInverse (fixes issue #37008).
5b200ea3dc remove unused import
70bd05e662 Stop ignoring runtime cast failures on function types.
eff6e95385 Improve code generation for variant classes.
03e415a4e8 Update the hover 'containingLibraryName' to not include the 'file:///' prefix.
4979a51a9c Add information about existing imports to completion response.
e43d81af5f Folders containing overlayed files should exist even if they do not exist on disk
e42d4a1d89 fix missing returns in lambdas
baa721ba23 Add an sdk module to the modular_test pipeline
64ed4bf664 Changes to bazel worker to support modular testing.
fc6954f084 [dartdevc] self hosting tests
f4f2c77d4a improve missing body error messages
ec1ddcdb83 improve extension message missing body error message
9081f28fbb [analyzer] fix a copy paste doc issue and 2 unused imports
3c34c8fa2f Fix type substitution of "star" types.
77f2603052 [dartdevc] preliminary nnbd support
0e5d18f281 Ensure that nullability promotion of the `Null` type yields `Never`.
5278d4059a Sort non_nullable_test.dart
0fb0185df0 [cfe] Extract field initializer tokens from the token stream
b53162d82b [build] Link with dl library on linux by default.
10692669e3 [cfe] Add flags for new experimental features
052272d998 Avoid dependency on file system order in modular_test/loader_test
d7054690ab [vm/compiler] Partially revert "Replace LoadClassId for known cids."
c20802ce16 [cfe] Introduce a Kernel annotation builder
eca6c8953f Allow `async` as an identifier everywhere.
dbd70dd214 [cfe] Simplify metadata builders
9f9f10ad97 Use cached serialization of source-information
4ff89f880d Move registrations on OutputUnitData to the impact transformer
7580e77ef2 Support modular code generation
225a301637 [vm/ffi] Re-land "[vm/ffi] FFI callbacks on X64."
edadc9c881 Add support for caching results of shared modules.
8208e872f8 Refactor summary IDL generator.
22c086fbe5 Remove unsafe uses of TypeImpl.withNullability (use TypeSystem instead).
aa785d938b [dart/vm] Fix erroneous claim on "temp" Q7
704446d159 Disable implicit casts but keep dynamic casts when NNBD enabled
49262365dc [vm] Do expensive kernel metadata verification only once per kernel
cc2fac57f3 Remove HBoolify
dfbc3923e4 add default CompilerContext in analysis server
1ffcccd9cc add extension method header parser recovery
db367542b3 [vm/kernel] Fix uninitialized variables in kernel_translation_helper.h
c4d691064a Remove unused methods from LinkedUnitContext.
5822645e66 Support for 'Wrap with Xyz' for expressions in ExpressionFunctionBody.
4b7c05f2ce Remove LinkedNodeVariablesDeclaration.
6e1f628f19 Outline the StackZone's Zone
cd2188f2f5 DAS change in hover behavior- the containingLibraryName now returns the URI of the containing library instead of the (possibly non-existent) library name
4fc86d726f Fix some lints in LSP tests
d4e2d78a94 [vm] Partially disable 5393ce7d35729e6a6b89e6e9316e99c15a8e3639.
338b74a52c [vm/ffi] Align stack frame when entering and exiting safe point
7bbd8ea29d Introduce a representation of the type `Never?`.
28f701982b Add diagnostic location info to more tests
70a0c86a4a Update pub client reference
cbd4391747 [vm/compiler] Forward the ByteData constructor length argument.
1993669102 Clean up examples in analyzer docs that were using deprecated APIs and add a test to catch future breakages
14b1d2feb8 [infra] Make deflaking optional in test.dart
181aeb30e7 Don't use OneShotInterceptorData during codegen and remove SuperMemberData
d92341be08 first cut parse extension methods
df95340f0c [dart:_http] Fix parsing of empty cookies and double quotes.
b316210d94 [vm/compiler] Speed up the compiler part which deals with kernel reading up in DEBUG mode
0c891451a8 cleanup parser forwarding and test listeners
6edefda065 cleanup token rewriter and clients
4ccf7b865e Don't set type for StringLiteral(s) in directives.
caac50d7ff [dartdevc] Fix metalet regression
As another step toward aligning the macOS plugin API with the iOS plugin
API, and with its final form, rename the plugin-related classes from
FLEPlugin* to FlutterPlugin*. This makes the names of the clasess the
same between iOS and macOS. Eventually they should actually merge, with
annotations/ifdefs for platform differences, but for now since the macOS
version uses the same method names and is simply a subset of the iOS
APIs (with one to-be-stabilized method that is macOS-specific) doing the
merge later won't be a breaking change.
Doing this now allows for building out plugin tooling and plugin
implementations on macOS without creating a growing body of code that
will experience a breaking change later.
See:
https://github.com/flutter/flutter/issues/31735https://github.com/flutter/flutter/issues/32718
In breaking change flutter/engine#4487, a typo was fixed in our Android
APIs correcting RequestPermissionResult to RequestPermissionsResult
(note the 's' on Permissions) for consistency with the Android SDK.
Various tombstone comments were left to help guide developers in the
right direction. These comments were slated for removal in March of
2018; at over a year later, we can probably safely remove them.
Corects a bnuch of typeos throughout teh engien codebsae. Also makes
a couple minor Commonwealth -> US spelling adjustments for consistency
with the rest of Flutter's codebase.
Made use of `misspell` tool:
https://github.com/client9/misspell
This improves performance as the version in the SDK is able to work more
incrementally and avoids creating an expensive ClassHierarchy.
There is now no measureable performance difference with the option so the
kernel transformer can be enabled by default.
The framework is currently built with a 10.12 deployment target, so the
podspec can be at 10.12 rather than 10.13.
The TODO is left because this is an update to the current reality rather
than a final decision about what should be supported.
ec4d48e241 [vm/bytecode] Add starting and ending source positions for closures
efde7dd642 [dartdevc] fix assert
345af8d9ed [vm/compiler/dbc] Make LoadIndexedInstr load unboxed values and StoreIndexedInstr take unboxed values
b22cd05c51 Reland fix for #28233: add hint for missing returns to function expressions
e15a98c4f2 Tighten types for runtimeStatement and runtimeCall
c86c277c0f Reapply "Use the full URI for DDK library debug names"
7cb48804ee [vm/compiler] Merge cid ranges when generating receiver check
Uses the new embedding API support for device type and buttons to pass
appropriate mouse button events, allowing for right click, middle click,
etc.
Also fixes some edge cases where macOS event delivery violated Flutter
requirements by tracking more data about the mouse event stream and
adjusting the sent events as necessary.
e3edfd36b2 [vm/snapshots] Finalize and sort all classes in snapshots with compilation trace
93481167a6 Add innerText field to Element class
a17b52c2c1 Revert "[vm, compiler] Unoptimized megamorphic calls."
7d1b54bd47 Add a minimal implementation of ExtensionDeclaration
07a45e9d4c [cfe] Transform collections before set literals
bbd22cb8ff Changes that slipped through rebasing
978dc6b372 [vm/compiler] Remove left-over free in unit_test.cc (we attach a finalizer now to the ExternalTypedData)
4317c5ff3f Don't set elements and types during AstRewriteVisitor.
6457ac1d4b Test potentially-nullable access errors
ab6aeaa106 [vm/kernel] Use GC-tracked ExternalTypedData/TypedDataView for kernel buffers
2bbb2f3c1f Disallow implicit casts
add95652d2 fix AstBuilder invalid getter recovery
79062c7587 Revert "[Test] Remove some dead code."
27e1c91c39 Add src/diagnostics test for assert(bool?)
Rather than hard-coding the type of incoming events to mouse, and
synthesizing a primary button press for kDown/kUp, expose device kind
and buttons in the API.
For backwards compatibility, if the type is not set, the old behavior is
used. If an embedder sets the type to mouse explicitly, however, they
must also set correct button information.
For the touch type, the API abstracts away the framework's internal
expectation that a button is set for touch down/move for simplicity.
Fixesflutter/flutter#32854
fde6a5917e [vm, compiler] Unoptimized megamorphic calls.
e20da9c220 Fix order of resolving / writing / reading of function / method declarations.
5218970024 Update README.md
cfdcfe2bfe Update DeclarationsTracker when a context options change.
181685b852 Allow disabling individual server features.
e114fc3453 [release] Prepare changelog and version file for 2.3.1 and 2.3.2-dev.0.0
9b017a1ced [dart/vm] Peephole optimizer (window size one) on stack code
2b6b0e00d9 Fix resolveToBound for nullability
* Roll src/third_party/dart b48c8b1d1c..433bc1b350 (2 commits)
433bc1b350 [vm/compiler] Avoid adding unused Redefinition instructions
04e329b6ed Add override annotations across DDC
* Roll src/third_party/dart 433bc1b350..6d76c8790d (5 commits)
6d76c8790d bump to linter 0.1.89
0799ac0edb Enforce DDC lints
2fd1021326 [dartdevc] Turn on lints and cleanup violations
9adc5be551 Dartfmt all of DDC with the latest
e9b5c9ce8b Ignore todos in DDC
* Remove duplicate flag "track-widget-creation". Unblocks SDK roll.
* Roll src/third_party/dart b11308657c..b11308657c (0 commits)