This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit adb5986
authored
Manual roll of Dart 03e4737...cb6ed67 (#20138)
dart-lang/sdk@03e4737f31 bulk fix for `prefer_contains`
dart-lang/sdk@d983751b77 [dart2js] Refactor a few methods for type masks
dart-lang/sdk@fbe33e8123 `avoid_init_to_null` bulk fix
dart-lang/sdk@58a6e3c478 Rewrite handling of ignore comments to use token structure rather than regex
dart-lang/sdk@4a268b764c Support const subclasses of visitor classes (issue 42853)
dart-lang/sdk@9b96337521 [co19] LibTests/async tests enabled in status files
dart-lang/sdk@355cade14f Add experiment flag for Value Classes
dart-lang/sdk@459769185c Roll benchmarks-internal 0e59a6bc3ee9..171db4d6bcd4
dart-lang/sdk@d19617f513 [infra] Remove ABI builder from the test matrix
dart-lang/sdk@251c3d7d42 [cfe] Allow nullable arguments to super==
dart-lang/sdk@125f9e3ae8 [infra] Increase shards for co19 tests on VM AOT NNBD builder
dart-lang/sdk@fffd0d04b1 [cfe] Handle Null/Never-ish spread element types
dart-lang/sdk@77fcb33bd0 [cfe] Update local function return type inference
dart-lang/sdk@4c210e8b98 [cfe] Infer Null from implicit return in function literal type inference
dart-lang/sdk@45173623e2 [cfe] Add test for issue 42459
dart-lang/sdk@6ca00d12c0 [VM] Adds Future.wait support for --lazy-async-stacks.
dart-lang/sdk@d878cfbf20 [dart:io] Introduce per-domain policy for strict secure connections.
dart-lang/sdk@3a821631fb [vm] Fail gracefully when background compilation runs out of memory.
dart-lang/sdk@b9205ddc0c Allow null safety for convert, crypto, csslib
dart-lang/sdk@57a8ffd6b1 [ddc] Fix `is` type tests on nullable types
dart-lang/sdk@d159c8283d [observatory] Run dartfmt.
dart-lang/sdk@3f01c3e588 [vm] Handle all typed data element types in various C APIs.
dart-lang/sdk@68472f2767 Fix add_missing_required_argument to handle named constructors
dart-lang/sdk@de0848e7ea Analyzer: Move tests out of old test file into diagonstics.
dart-lang/sdk@49d7eba24e Reland "[ VM ] Print a meaningful error message when a user attempts to run an AOT snapshot with a JIT VM."
dart-lang/sdk@61a6eb4246 Bump dartdoc to ~0.32.3
dart-lang/sdk@f64d6dbb4f Move and refactor LUB tests.
dart-lang/sdk@c2559967b5 [ DartDev ] Print error to console when trying to launch a missing SDK artifact (e.g., snapshots)
dart-lang/sdk@91d460176a [vm/service] Avoid exposing top-level class ids in the service protocol
dart-lang/sdk@101ad6549a Bump markdown to ~2.1.6
dart-lang/sdk@61a944ca6a [vm/compiler] Align BoxInt64 implementation on x64 with arm/arm64 by calling a shared slow path1 parent b3c6fd3 commit adb5986
2 files changed
+5
-4
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 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8384 | 8384 | | |
8385 | 8385 | | |
8386 | 8386 | | |
| 8387 | + | |
8387 | 8388 | | |
8388 | 8389 | | |
8389 | 8390 | | |
| |||
0 commit comments