678f4bb926 Give featureSet to analysis options to fix resynthesis tests.
3ad32e4287 [vm] Revert 1db1ac48632df42d1569a80859b9db7a82293eab.
58f3098650 Issue 36890. Improve importing elements when incomplete code.
454b98c490 Some additional tests in variable_name_contributor_test.dart to cover all the doIncludePrivateVersion cases
1407e59079 Add preliminary NNBD support to the summary linker.
34d2fd42bd Add summary deserialization support for nullability.
8dc57acc52 Use the full URI for DDK library debug names
147523b744 Add failing tests of operator semantics under nnbd
299bf667ac Get codeOffset/codeLength through LazyNode.
39858b1225 Remove CompilationUnitImpl.isNonNullableLibrary
802712795e [vm/bytecode] Cleanup obsolete bytecode format v2
Addresses overflow issues with timer multiplication by using std::chrono
instead of QueryPerformanceCounter. The Windows implementation of
std::chrono uses QPC, so this should have no impact on performance or
clock resolution.
Fixes#32121
ef0c812b0d Add support for loading a modular test folder and specifying deps in yaml
51fe641e82 Create a SynchronousSession class.
520ba89658 [vm] Remove IsolateSpawnState::package_root
7e58fb155a Sort declarations in fix_lint_task.dart
ab84e36989 [dartfix] refactor the dartfix cli UI a bit
ce2bbd4108 [dartfix] refactor dartfix pubspec.yaml
a91cc6c701 [observatory] Remove use of custom elements.
d0f9c9c1a7 [vm/compiler/bytecode] Infer receiver type in bytecode functions
e9bec21d13 [vm/bytecode] Cleanup after switching to compact bytecode instructions
68de477535 [vm/bytecode] Compact encoding of bytecode instructions (part 3/3)
6fe73e4544 [vm/bytecode] Support compact bytecode instructions in VM (part 2/3)
1cc4003e5a [vm/interpreter] Support misaligned bytecodes (compact bytecodes 1/3)
a31594b9af [dartdevc] Cleanup ddb script
* Dart side resize primitives exposed
* Write the codec side changes
* return un-scaled image if we can not allocate bitmap
* Format _instantiateImageCodec calls to be single lined
Move null check for size to be inner
* Address CR comments and make image resize dimensions container
* Round not trunc, also format
* Add tests, remove ImageResizeDims from api surface
* Make placeholder value public
* Make the api side changes
* Add a feature to resize pixels and also add tests
* Fix grammar and add more info
f80f0bfcfd Reland "Implement the type Never"
9203ad5e89 Include receiver method invocation receiver type in static type test
5ce8402b0d Handle let variable like normal variables in static type computation
27d806b5a2 Add CodegenResult as the result of FunctionCompiler.compile
8143450941 Convert comments in the constant evaluation code
cbff5cff2f [vm/reload] Fix scenario when class removed during hot reload stays unpatched.
8de23bbbff Update the Dart Analaysis Server protocol to 1.26.1 to mark that the MOVE_FILE refactoring is now enabled. The functionality landed May 3rd, 2019 with https://dart-review.googlesource.com/c/sdk/+/101320
ca4b63f067 Remove NullabilityNode.isAlwaysNullable.
2d5e82bb7a [watchlists] Remove zra from watchlists
f1dcb7f2a9 Fix PRESUBMIT.py so it is python3-compatible.
df7db795dc Stop using ConstraintVariable.always to represent the nullability of `dynamic`.
d06c7b7c89 Remove the ability of migration to use `?`s in input files as a hint.
2ee973102c Add some additional tests for variable name completions for variable naming inside of for-statements
2c3114f7a7 Replace most uses of assertConstraint with assertConnection.
5b63d74608 Rework some migration tests to make use of the nullability graph.
a8b6e18b62 Resolve x ?? y as LUB(X!, Y) instead of LUB(X, Y).
78e50a5f9b Revert "Implement the type Never"
986c0791dc Build local elements in constructor initializers.
00c6c53ff8 Include 'exists' into unlinked signature.
32f146afe2 Fix tests that are probably opinions how something should be resolved.
d2d8e8a4a5 Prefer hasLibraryDirective over hasPartOfDirective.
c331ce69a3 Update extract implicitly typed instance property tests.
dd6da838f1 [CFE] Avoid cloning bodies of lazy if elements.
3e95afb414 [CFE] Refactor const collection construction into builders.
a83fbc5edb remove unused enable lazyAssignmentOperators flag
ff75c98bf7 Remove two generated files unintentionally included in 100244.
9e90424749 Decouple startup emitter from compiler/backend
3d7405f198 Separate CodegenImpl from JavaScriptBackend
1c1af2808f Introduce Codegen interface to decouple JavaScriptBackend from the codegen phase
f1fcd89c2d [SDK] Fix missing argument in tools/bots/dart_sdk.py
4934f766d7 [vm] protobuf aware treeshaker, Support freezing messages
3173e594ba Skip not classes in mixin superclass constraints.
aa64d1d2e6 Allow building Dart with Fuchsia SDK enabled buildroots.
704fe5e663 [build] Newer versions of Mac have a predefined _FORTIFY_SOURCE that creates a conflict trying to set it with a compiler argument.
149d62bd80 [dartdevc] Adding support for labels in switch statements
b27436158a Get GenericFunctionType element from the node, not the type.
259ab698ab Fix for CompilationUnitElementImpl.nameOffset and type alias code range.
04db35c3b5 Prevent infinite recursion via not 'self'.
078338bb1d Create a data structure to track the graph of nullability nodes.
9ac7bd7855 Ensure we have a scope for variables when visiting fields
This does not actually import the runners into the engine. It only sets up the targets so they need no modifications are necessary when the migration is done. The engine has been verified to build in both buildroots.
36c315eacc [analyzer] resolve x?.y to return T?
a53c12d07a [vm] Use std::unique_ptr with Message
457e58c637 Type promotion requires current function body.
79f4ecf191 report error on const method with empty body
6aab33ff09 Fix for setter names in library local declarations.
271c8465f4 Rewrite AST when resolving constants.
dd185a029e Build local elements for metadata.
0e4370d75f Fix exception when libraries cannot be resolved (issue 36863)
51730db51b Add flutter track widget creation transform to bazel kernel worker
8d1ed856d2 Always create DeclarationsTracker in AnalysisServer.
f6ba1abab1 Additional MOVE_FILE bazel tests that cannot yet be run due to the expectations around analysis roots and the refactoring test framework.
c3285a77d6 [vm/bytecode/compiler] Make sure the first successor in branches corresponds to fallthrough
4655f63670 update analyzer.Scanner to track featureSet
e1d6decd7b [vm/bytecode/compiler] Mark _simpleInstanceOf calls with Token::kIS
65cea6b8bb Add more information to manifest warning message
209e135db6 Split out two codes from STRICT_RAW_TYPE
ab5b285f82 Record InvocationExpression.typeArgumentTypes and use it directly, without need to restore type arguments.
Adds methods to get and set the window size, as well as to query the
window's scale factor. This is useful both for custom clients, and for
building a window resize plugin to prototype what will eventually likely
be a system channel.
Plugins may need to be able to access functions affecting the GLFW
window (e.g., a plugin to resize the window). This restructures the API
to create a distinction at both the C and C++ level between the window
controller, which provides access to high-level behaviors driving the
Flutter application, and the window, which provides access to functions
to affect the UI state of the window (i.e., wrapped GLFWwindow
functions).
Also provides a PluginRegistrar extension for plugins that need access
to GLFW-specific functionality.
cdabea8fe2 [dart:io] Document raw sockets are not operating system raw sockets.
09b31ed7cd Clean up some non-driver code in constant evaluation
b4814384ff [vm/compiler] Add optional opcode arg to ILMatcher::TryMatch.
19c228115a [SDK] Adds smoke test for dartaot.
67df3ff878 Remove old commented out code.
7ec4621108 cleanup scanner configuration flags
81ced1c9bf Make a separate file for tests of implicit_this_reference_in_initializer
e5575ba64a In summary2/ast_resolver, get featureSet from enclosing unit
4679e6bf03 fix analyzer/ddc triple shift assignment
86d47dc5b4 Fixing some tests that are failing in all/most backends.
836ace6fcb [vm/bytecode] Avoid recalcualting class hierarchy for each dilp file
1ef3818f79 [ VM / Service ] Added resolved_url field to frames in _CpuProfileTimeline response
e0e5c85f48 [dartdevc] Always print errors when running ddb script
8bc1b2b41c [dart/fuzzer] Restrict libFuzzer to linux
f06c42d2b6 [vm,debugger] remove column number check in GetBreakpointLocation
0707abbaf0 [vm] Remove unnecessary indirection in AlternativeGenerationList
bdc91968a2 [ VM / Service ] Updated JSONWriter::PrintValue(double) to use double_conversion instead of Printf.
58ef1db2ba Enable the MOVE_FILE refactoring in the Analysis Server edit_domain.dart
3f90f04a74 Prepare to publish analyzer 0.36.3
3020127fc4 Change resynthesis test expectations to use new Function syntax.