This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 0c6a538
committed
dart-lang/sdk@ec7ec4ecf7 [gardening] Fix import to fix Flutter build
dart-lang/sdk@f989605cc9 Fix dartdoc typo in ffi
dart-lang/sdk@2246f0a8a3 Compute constant dependencies for constructor elements in canBeConst().
dart-lang/sdk@981be87206 Add configuration options and flags for controlling NNBD mode.
dart-lang/sdk@9ff104efd6 Move StaticError and StaticErrorParser to a separate file.
dart-lang/sdk@bad1816c21 Migration: add edge builder support for generic method invocations.
dart-lang/sdk@35f45f0ee4 Do null-aware shorting for IndexExpression.
dart-lang/sdk@90aca0b8d5 Add test for incomparable on type resolution and fix expectations.
dart-lang/sdk@f4229da6ab [vm, bytecode] Produce compile-time errors instead of crashing when failing to resolve libraries etc.
dart-lang/sdk@a64b06ec83 [gardening] Migrate most files to be implicit-bool-conversion free
dart-lang/sdk@698d120328 base processor migration; fix to add type annotations
dart-lang/sdk@d9a9346c3f [vm/compiler] Fix truncating logic
dart-lang/sdk@d2dc053752 Corrections to "[vm] Fix ASAN build."
dart-lang/sdk@592914fb8b Don't report HintCode.CAN_BE_NULL_AFTER_NULL_AWARE when NNBD.
dart-lang/sdk@c219a76652 Reland "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)."
dart-lang/sdk@6a8c988fc4 Simplify the computeCompilerArguments().
dart-lang/sdk@9a847a98e8 [ VM / Service ] Fix docs for @instance not including optional closureFunction and closureContext fields
dart-lang/sdk@ff8b43750a Move reporting INVALID_ASSIGNMENT for compound assignments into StaticTypeAnalyzer.
dart-lang/sdk@cf5e9ca423 Additional tests and fixes for creating getters
dart-lang/sdk@6e3498cd08 bump server SDK constraint lower bound
dart-lang/sdk@89dde0501d Migration: fix handling of assignments involving FutureOr.
dart-lang/sdk@ec48af600f Support fix to import a library defining an extention
dart-lang/sdk@4fbd758f9e [vm/bytecode] Optimize comparisons with null
dart-lang/sdk@16a4c0d13c Bump up oldest_supported_abi_version for abi bot
dart-lang/sdk@c7bb9cf5c4 refactor to share common fix/assist processor code
dart-lang/sdk@5a45050d1e [observatory] Flatten the heap snapshot before loading.
dart-lang/sdk@75374b89f6 [vm] Fix ASAN build.
dart-lang/sdk@8ee3f314cb [vm/gardening] clang tidy fixes
dart-lang/sdk@89ad636b58 Remove the old "preview Dart 2" flags from the test runner.
dart-lang/sdk@aa34de3fe5 Flow analysis: adjust _variableInfosEqual to do a shallow comparison.
dart-lang/sdk@ea35690b96 Flow analysis: add unit tests of try/finally handling.
dart-lang/sdk@b179ef33ec Flow analysis: add unit tests of try/catch handling.
dart-lang/sdk@e2a00dc465 Flow analysis: add unit tests of while statements
dart-lang/sdk@edceedff90 [vm, reload] Allow any change to a class that hasn't yet been declaration loaded.
dart-lang/sdk@68ba13e4e8 With NNBD null-shorting is performed.
dart-lang/sdk@a7723d5c40 [vm] Out-line handle allocation.
dart-lang/sdk@16be3a095d [vm/benchmark] Add *Bytes suffix to Isolate SendReceive benchmark
1 parent 37f81cd commit 0c6a538
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7446 | 7446 | | |
7447 | 7447 | | |
7448 | 7448 | | |
| 7449 | + | |
| 7450 | + | |
7449 | 7451 | | |
7450 | 7452 | | |
7451 | 7453 | | |
| |||
0 commit comments