2e5453ddb4 [ VM ] Updated licenses to match other licenses in project
3d71abcada Prepare to publish a new version of the analyzer_plugin package with an updated dependency on analyzer
ebf319b64b Clean up some lingering references to type propogation
be47aad327 [VM/Compiler/AOT] Bare instructions 9: Improve write barrier on ARM/ARM64/X64
10f63f806d [gardening] Mark io/stdout_stderr_non_blocking_test flaky on x64
8b214f4d72 Restore type parser from reify project
65dde13f1b Don't check formatting of Front-End test cases
53217e6eb1 [kernel] Add ability to (de)serialize DirectMethodInvocation
5048889c54 [kernel] Add ability to (de)serialize StaticInvocation
7ea2dfad20 [kernel] Add ability to (de)serialize DirectPropertySet
50c06c55ba [kernel] Add ability to (de)serialize DirectPropertyGet
793fbc0d4a [kernel] Add ability to (de)serialize StaticSet
581af6eb56 [co19] DEPS and status file updated
b0017d758c Refer to correct locations in SDK (and other dill files)
da6938a5b2 After some more `git cl uploads`, this fixes a bunch of little problems in the spec that we have noted over time.
c9a55b437a [Kernel] Remove the dedicated fromEnvironment constants
1a0367a373 Create test which demonstrates issues 35558 and 35559
6205d7e82c [kernel] Add ability to (de)serialize StaticGet
e529988474 [kernel] Rename ScopedReference to ScopedUse
f437fa02c2 [kernel] Nest *Environment into *State for (de)serialization
0dea413d94 Tests for reachability, fix for try/finally.
e3302cdb8f Follow-up to storing problems in the ast
dd04c374b8 [vm,dart:io] On Linux, Android, and Fuchsia the getsockopt parameter is incorrect.
e64428a839 Revert "[vm] Cleanup Dart_Get/Set/HasStickyError API and use isolate's sticky error only as a backup for thread's sticky error"
324718fadd [vm] Revert "Restore TLABs."
5a607755b2 [ VM / dart:io ] Fixed issue where writing to a socket after it has been closed would raise SIGPIPE and crash the process.
6b5e8603d5 Reland "[vm/compiler] AOT inline heuristics improvements"
06a1e6e9e3 [vm] Enable timeline on Fuchsia even in product mode.
2faab1d4c0 Update AstBuilder to build spread collection AST structures
b10f179608 [vm] Cleanup Dart_Get/Set/HasStickyError API and use isolate's sticky error only as a backup for thread's sticky error
5b1daaac6c Exposes a thin layer over getsockopt/setsockopt for supported platforms.
c701e76506 [vm/compiler] handle non-nullable null situation better
b692a6d183 Improvements for flow analysis.
fc62cf0373 [infra] Fix co19 git URL in DEPS
e7bd3edc9f [vm] Assert callback state for all Dart_Set*ReturnValue, take 2.
ddce2824fa Add more spread collection fasta test cases
6639cbd6c3 Add AstBuilder spread-collections and control-flow-collections flags
1020a22290 [dart2js] Do more native method inlining
f353719b08 Ignore unnecessary_cast hint.
3513f872ce Extract DartFileEditBuilder.importLibrary() into separate file.
46080dd886 Update DEPS to check out co19 tests from dart.googlesource.com
ca2db2ad53 [VM/Compiler/AOT] Bare instructions 8: Improve AOT code by using pc-relative calls
ac1bf656c4 Non-breaking changes to add code-as-ui support
3919491d3e Improvements for flow analysis.
17a439633d Add a custom LSP method dart/diagnosticServer to start server/return port
7e05c2cd62 Add ability to generate custom classes for custom LSP methods
cf24135753 [Gardening] Skip vm/dart/bare_instructions_trampolines_test on android
b00193fa5f [Kernel] Signal an error for invalid native invocations
d51a847891 Integrating generic-function-instantiation.md into dartLangSpec.tex
21c42e914e Compute supertypes
181b3898eb Follow up on review comments
660c33fde6 Add TypeBuilder.declaration
3e24b60516 Hierarchy expectation files
ef2e000a52 Share expectation matching
f3cee0147c Fast versions of legacy and strong tests.
e3d6709289 Error message for circular constant expressions
16ddc23a57 [VM/Compiler/AOT] Bare instructions 7: Trampolines for out-of-range calls
37e06d34b2 Create breaking-changes.md
6dfb3e9f60 [vm/tools] Add pkg/vm/bin/compare_sizes.dart
dab228e55f Save problems in ast - fasta changes
1c82f6757c Save problems in ast - kernel format changes
ddc1de50d6 Use ClassHierarchyBuilder in all modes.
430560d928 Track parameter use in invocations in MemberUsage
e36ad1dad0 [Kernel] Build an invalid constant for evaluation errors
This reverts commit 524a12d0468e1a536d74f866796e1cdd7ccaa35e.
Reason for revert: broken in AOT mode.
@pragma('vm:entry-point') placed on a function only instructs
the compiler to retain the function itself, but does not tell
compiler to generate and retain tear-off for this function.
In this PR _runMainZoned was marked as an entry-point but C++
code was trying to tear it off and use a closure, instead of
invoking it directly, which is not supported.
da09945643 Update dartfix pubspec before publishing
b81c1b2095 Parse spread collections in map literals
1b0d93366d Add list literal spread collection fasta test cases
6c2ea4936a Clean up several deprecation hints
07f95e7761 Revert "[vm] Enable timeline on Fuchsia even in product mode."
9cdce03e16 [dart2js] Improve null receiver guard removal near JS code
c3599a9d8c Revert "[vm, isolate] Fix length truncation in message snapshots."
95e10c336f Revert "[vm] Assert callback state for all Dart_Set*ReturnValue."
3f7b371f2c [vm] Enable timeline on Fuchsia even in product mode.
4b22195ea1 [vm, isolate] Fix length truncation in message snapshots.
a353b1172a [vm, compiler] Remove TAG_IC_DATA, which has since been subsumed by RebindRule.
ca12afec50 [vm] Assert callback state for all Dart_Set*ReturnValue.
2028006a25 [Observatory] Updated Dart icon to new colour scheme
84273b9f36 Improvements for flow analysis.
700254996f [ Observatory / Dartium ] Updated observatory documentation and tests to remove references to Dartium.
78abb98ee7 [vm/bytecode] Fix AST removal for package-split kernel files with bytecode
0075b58bb8 CHANGELOG entry for DEPRECATED_MEMBER_USE split
a5f102a7d1 Analyzer: first pass at reporting unchecked nullable value usage.
a10ddca1b1 [ VM / Service ] Allow for `profile_period` flag to be set via the service protocol
f701e11756 [ VM / Debugger ] Fix issue where a 'Step' command issued when there's no stack caused a crash.
c5bfccc6fb Make downloading the LSP spec a flag and commit the version parsed locally
dbeec3bbf3 Fix formatting in generated LSP file header
bfe15d87d8 Fix LSP exceptions serializing ResponseErrors with Uris
7984dc4fcc Prepare to publish analyzer version 0.34.2.
4b1b2f9176 Switch LSP formatter to not fetch resolved ASTs that aren't used
5ce5d697da Implement LSP code folding
b47524d5b0 Ensure all unhandled exceptions are recorded on the server
8ba2de2344 Sort context for conflicting inherited members
215f6620e7 [Kernel] Signal errors on static fields in constant contexts
As of Dart 2, running from Dart source is no longer supported. Dart
code should now be compiled to kernel form and will be loaded by from
kernel.blob in the assets directory. We retain the struct members for ABI
stability. package_path is also not required since kernel blobs are
self-contained.
9b5eabdaca Fix crash in color support
a533753bec Remove --fast-startup flag support from testing scripts and status files
5f10aed19c [Kernel] Don't print static fields in instance constants
bdb51e2837 Improve input path handling and remove extra schemas.
0604110806 Reduce expectations on thrown exception
966e007b63 Pass CallStructure on dynamic and static use in ResolutionWorldBuilder
3e7801294e Remove unneeded code in OrderedTypeSet
8a91948c03 [Kernel] Properly signal compilation errors for constants
2195a70249 Make sure that path is correct on all test platforms
56f87f409e [dart:io,fuchsia] Pass Isolate namespace to child process. Fix double free.
b55bc09f1f Add list literal spread collection parsing support
4074ebd0a0 Partial implementation of the unified specification of definite assignment, type promotion, and reachability analysis.
43a96d49af Revert "[vm/compiler] AOT inline heuristics improvements"
a55b6fc183 Remove unused import
2908e61f2a [vm/compiler] AOT inline heuristics improvements
3154bb0d37 Stop using external deprecated members in front_end
ff06d233aa Set CompletionSuggestion.elementUri everywhere in analysis server that element is already being set.
23f427b1a7 Reland [VM/Compiler] Removing definition status from Store{Indexed,InstanceField}.
edca6169c1 Fixed a number of dart:html P1 issues.
ff5e5b6896 Regenerate LSP classes from spec + update README
116f678a69 [build] Enable mitigations for Cortex-A53 Erratum #843419 bug.
21edbbbac6 Add spread collection token to scanner
030fa85cea Fix windows tests
23b5aee978 Update dartfix NNBD to handle more situations
fe6b384ff5 revise dartfix protocol version check
61e81217f0 Update LSP status doc (rename is complete + tested in VS Code)
daead8dff8 Add test for LSP rename that edits multiple files
bdade89081 Improve testing of document versions in LSP renames
ecc1411685 Print constant table when printing libraries.
999c2a7582 Check for conflict with static members
3f44bd1bf9 Check for conflicts in mixins
aa59b20b4b Don't report conflicts twice
3ef8c296bd Improve detection of conflicts with inherited members and setters
50fa633c4a Report InheritedMembersConflict correctly
c25c30dc32 Remove some unused imports
c6ab52c9f9 Using the right conjunction
This change adds explicit validation of dynamic patches in all places
where they're used, instead of only validating it in some places which
wasn't as reliable because some of the code paths were missed.
This change also moves utility functions that deal with validating
patches from ResourceExtractor to ResourceUpdater, to make them
available as API for other places in code that need this validation.
d9944433af [Kernel] Clean up error reporting in constant evaluation
59300164af Remove test flakiness records with misspelled field
04131e7fa0 Implement some more LSP rename tests
9d9f467195 Revert "[infra] Blacklist android device id in attempt to make buildbot builder more stable"
c54bc11770 Split DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE off; fixes#30084 and fixes https://github.com/dart-lang/linter/issues/1349
3a4294963c Resolve type names and set nullability for other types.
e4b26e7978 [ VM / dart:io ] Update documentation for to warn '--pause-isolates-on-exit' is not respected when `exit` is called
df0671d664 [VM] Experimental flags in the dart CLI
3e5e05d14f [infra] Trigger bots after outage.
7e1aa67855 Restore TLABs.
387a644008 Issue 33930. Fix resynthesizing function typed field formal parameter types.
b58aa3bcb2 Add PubWorkspace, integrate it into ContextBuilder, and therefore fix sealed test
a60a06ff7d Update pkg:expect to use @alwaysThrows annotation on fail functions
fafd3d0f18 Make bottom, dynamic, void types nullable. Add withNullability() method. Apply proposed substitution rules for type parameters.
7bac8e631f Issue 35551. Log more information to debug the issue.
957f3e239e Restore including transitive files into exception dumps.
9df4f42a2f [dartdevc] handle a null stack trace passed to async errors
4d77c7b3a6 [vm] Remove redundant type-checks from core libraries.
6c76fe21b5 Issue 25860. Fix for changeFile() directly after removeFile().
02b1658f59 Revert "[VM/Compiler] Revoke definition status of certain instructions."
8cddcd20cd Handle deserialising sub-classes in the super-classes fromJson
19dbf07ea2 [infra] Update checked in SDKs to 2.1.1-dev.1.0
0d6402c1ec Remove faststartup from the test matrix
28fe86d70f Add implementation/tests for LSP rename
f5c69070af Minor LSP refactors/tidy up
3104aea6f7 [release] Add changelog entry for breaking mirrors change
37fba56cdc [release] Update changelog with changes from dev branch
a8777149a7 [VM/Compiler] Revoke definition status of certain instructions.
32eea54390 Extract rename element logic to allow sharing with LSP server
4f160558b3 Extract inline interfaces from `results` definitions in LSP spec
085f31ac5f Library import quick-fix: support calls to top-level function variables
eac2e0f012 [gardening] mark standalone_2/io/http_bind_test as flaky
1c83d8d096 [Kernel] Allow invalid expressions in constant contexts
950b92104d Extract method reportInheritanceConflict
6e13f3334d Abstract noSuchMethod might not be an error.
b2224dbec6 API documentation update to address #35399
Background:
Some allocators (tcmalloc) don't provide alignment guarantees that
match clang's default expectations, which causes crashes when using
clang compiled binary with such allocators.
For example clang can produce movaps instructions to initialize newly
allocated object - which would crash if result of ::operator new() is
not 16 bytes aligned.