Commit 4c49e0b
authored
Manual roll of Dart cb6ed67a73...7e8348f4ce (flutter#20135)
dart-lang/sdk@cb6ed67a73 [ VM ] Fix issue where dartdev's script_uri was being freed prematurely
dart-lang/sdk@da663d6eb0 [cfe] Fix bad supertype substitution in mixin check.
dart-lang/sdk@fad5548840 [cfe] Add test for issue for opt-in import of opt-out typedef
dart-lang/sdk@3d4bd859fb [cfe] Add test for type context in cascade
dart-lang/sdk@22dc855e46 [cfe] Implement toText for Binary/Unary/ParenthesizedExpression
dart-lang/sdk@1d092219a3 [cfe] Move LUB computation to package:kernel
dart-lang/sdk@33378492e5 [cfe] Implement new static types for arithmetic operations
dart-lang/sdk@7c7e931c14 Update reporting INCONSISTENT_LANGUAGE_VERSION_OVERRIDE on part directives.
dart-lang/sdk@c21128767e Use more shared asserts in UP/DOWN tests.
dart-lang/sdk@6a265278f9 [cfe] Fix off-by-one error in type variable target resolution
dart-lang/sdk@2195fe308b Don't create artificial PrefixedIdentifierImpl to check for ignored undefined.
dart-lang/sdk@8de8a1c226 Move codes from StaticTypeWarningCode into CompileTimeErrorCode.
dart-lang/sdk@2044eae133 [cfe] Add regression test for 40954
dart-lang/sdk@84d71cdf18 [cfe] Add regression test for 41108
dart-lang/sdk@19ee726cc1 [cfe] Add regression test for issue 42433
dart-lang/sdk@31d4511ad6 [vm/compiler] Fix handling of runtime offsets.
dart-lang/sdk@ddfc484e64 [co19] Roll co19 to 0fb063ff4707dbd7893f13d5babc30cdb80abd91
dart-lang/sdk@2484377465 [co19] Roll co19_2 to e48b3090826cf40b8037648f19d211e8eab1b4b6
dart-lang/sdk@01c217ecc9 Analyzer: Move tests for 5 codes to diagnostics/
dart-lang/sdk@1a829bbde0 Analyzer: Recategorize COULD_NOT_INFER as CompileTimeErrorCode
dart-lang/sdk@70aa3ac534 Update verify_diagnostics_test after moving to CompileTimeErrorCode.
dart-lang/sdk@ba92b78acd Move errors from StaticWarningCode to CompileTimeErrorCode.
dart-lang/sdk@0fcd35f653 Use Scope lookup directly in ReferenceResolver.
dart-lang/sdk@4de9f9f75a Sort error / hint codes.
dart-lang/sdk@8745cd5323 Use new Scope directly to simplify TypeNameResolver.
dart-lang/sdk@9e1b6030d2 Fix a type cast exception in the create-constructor fix (issue 42830)
dart-lang/sdk@bf411fcc10 Prepare to publish analyzer 0.39.15.
dart-lang/sdk@73748636ab [dart2js] Canonicalize empty collections in FunctionType
dart-lang/sdk@b4943094f0 [ VM / DartDev ] Spawn DartDev isolate with flags matching those used to generate the snapshot
dart-lang/sdk@8d8dbfcea2 Add @OverRide bulk-fix
dart-lang/sdk@6fc6c476b0 Updates for typed literals resolution tests.
dart-lang/sdk@f4053e3811 [dart2js] Use Maplet in deferred_Load
dart-lang/sdk@ac71a391a3 Add TypeSystemImpl.futureOrBase (), stop using iterable/mapForSetMapDisambiguation.
dart-lang/sdk@a4baaa3ac5 Fix a bug in the way RangeFactory deals with trailing commas in a list
dart-lang/sdk@b61e229a6d Issue 41065. Remove unnecessary null workaround.
dart-lang/sdk@9282f1b14a Fix for invalid implicit downcast in InterfaceType.allSupertypes.
dart-lang/sdk@4fcd77cbf3 [dart2js] Ensure setter Invocation names end with "=".
dart-lang/sdk@8c1829e110 bulk fix protocol wiring
dart-lang/sdk@f169b57293 [vm] Avoid eager creation of patch classes array in kernel loader
dart-lang/sdk@c65b444145 Analyzer: Move TOP_LEVEL_CYCLE to be a compile-time error
dart-lang/sdk@afee49e7c1 Add a default clientID when running in LSP mode
dart-lang/sdk@8c70a6004d Add tests for inconsistent language markers in part files.
dart-lang/sdk@37c8c709bf Move `BytesBuilder` class and implementation to `dart:typed_data`.1 parent 4068918 commit 4c49e0b
2 files changed
+3
-3
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 | | |
| |||
9824 | 9824 | | |
9825 | 9825 | | |
9826 | 9826 | | |
| 9827 | + | |
9827 | 9828 | | |
9828 | 9829 | | |
9829 | 9830 | | |
9830 | | - | |
9831 | 9831 | | |
9832 | 9832 | | |
9833 | 9833 | | |
| |||
0 commit comments