This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 8be2aca
674fd0e [vm runtime] Dynamically disable dual mapping of code on some platforms
0bd674c [VM-Runtime] set environment when creating detached process
578fdb0 Call becomeMap/becomeSet() in AstCloner.
382cd59 Update completion target tests for new map syntax
1db6647 Revert "Copy abi dills in create_sdk build rule"
a39833d Reland "Reland "[VM runtime] Dual mapping of executable pages.""
49a0502 Copy abi dills in create_sdk build rule
23eb57c Revert "[vm/ffi] Support Windows 64 bit"
22c2c7f Sort declarations in build_mode.dart
e2b5559 [infra] Use gclient.py to apply patches to bypass update_depot_tools
f4b524c [vm] Extract reading of parameter covariance attributes
16e40ce Generate a diagnostic when a set or map literal is ambiguous
b89d083 [infra] Only move coredump files on shards
7f812de [vm/ffi] Support Windows 64 bit
469da72 [vm] Put covariance attributes into Field flags
0908749 update hasFix lookup table
bb7b5fc add missing fix tests
48a5c38 assist to convert to absolute imports
b3927f6 [gardening] Mark tests that crash as crashing
2d6ddf2 Remove unnecessary override from PartialResolverVisitor
ba3b9b3 Sort static_type_analyzer_test.dart
1edc6d4 [infra] Fix approve_results not erroring properly if tryjobs lack results.
1a196d4 [VM/AOT] Execute catch-entry moves in parallel (our AOT doesn't generate non-cyclic moves)
6a2aa92 Support pragma annotations through ir constants
d3d0770 [VM/FrontendServer] Add 3head patch to frontend server after breaking API changes
016e317 Default parameters, more metadata, import dart:core.
853d388 [VM/AOT] Fixes incorrect deserialization of catch entry moves
3cf7d6a [tests] Changing expected cast errors to type errors for collections tests
b87c44d Generate diagnostic for non-bool conditions in if elements
74395d9 Comment out test_import_short_absolute that fails on Windows.
7c15448 [vm] Decouple flow graph building of implicit getters and setters from kernel reading
57f4da3 [vm, gc] The mutator's TLAB and the interpreter's lookup cache must be visited even if the mutator is unscheduled.
15842d4 Build more import scopes, support for enums.
f2029f5 Fix type inference of map/set literals when the context is a type parameter.
11b9481 [vm/frontend] Fix frontend_server_test on Windows.
bfb30bf Fix a bug in the ConstantVerifier so that conditional elements are lazily verified
ed1f956 Fix the abi dills download script
8f03ae0 [infra] Add --list-configurations option to test.dart.
9faca2f [vm] Document lifetime requirements of arguments to Dart_TimelineEvent.
295ea59 [vm] Give functions compiled through Dart_LoadCompilationTrace a non-zero usage counter.
def0b21 [infra] Fix test.dart saying untested configurations don't exist.
abd1854 Fix recording of map/literal context type.
a8b3461 New summaries work snapshot.
9e7627b Re-land "Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary"
210361a Move IgnoreInfo out of the task model code base
440b4cd Insert implicit casts when setting interface targets
567d552 [infra] Add versionchecker and debianpackage to test matrix
576c4c7 [CFE] Always clone subexpressions of unevaluated constants.
1 parent 8b1a299 commit 8be2aca
File tree
4 files changed
+6
-4
lines changed- ci/licenses_golden
- frontend_server/lib
- sky/packages/sky_engine
4 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
5708 | 5708 | | |
5709 | 5709 | | |
5710 | 5710 | | |
| 5711 | + | |
5711 | 5712 | | |
5712 | 5713 | | |
5713 | 5714 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2808 | 2808 | | |
2809 | 2809 | | |
2810 | 2810 | | |
| 2811 | + | |
2811 | 2812 | | |
2812 | 2813 | | |
2813 | 2814 | | |
| |||
0 commit comments