This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 2611a6e
committed
dart-lang/sdk@3d9a356f6e [dart2js] (New RTI) Check function subtypes after checking for FutureOr.
dart-lang/sdk@af5a466e3b [dart2js] (Old RTI) Check function subtypes after checking for FutureOr.
dart-lang/sdk@a6b0cd81e4 [dart2js] new-rti: tweak instanceType for closures
dart-lang/sdk@62325f95b4 [vm/bytecode] Collect more bytecode token positions for a given script.
dart-lang/sdk@f7a300fc69 [dart2js] new-rti: signatures for tear-offs with dependent types
dart-lang/sdk@4080ea787d [vm/fuzzer] Add ia32,arm32,arm64 modes to KBC
dart-lang/sdk@6d9c651fdd Fix typos in static_extension_internal_resolution tests.
dart-lang/sdk@8c834efae9 [dartdevc] Skip all tests on DDC for extension methods
dart-lang/sdk@689388525c [nnbd_migration] Handle do while
dart-lang/sdk@1f4d251aa4 [vm/fuzzer] Added mode where kbc x64 goes directly "from source"
dart-lang/sdk@8a0ae573a1 [vm] escape path when creating process on Windows
dart-lang/sdk@82b06db952 [vm/compiler] Move more common code into type propagator
dart-lang/sdk@17aa00cf91 [co19] Skip LayoutTests and WebPlatfromTest
dart-lang/sdk@4d30d9cffc Make TypeSystem.resolveToBound() do what it promised in the documentation.
dart-lang/sdk@7693da7967 [vm] When dual mapping is enabled map the executable part as RX immediately
dart-lang/sdk@559f7cd182 Fix selecting URI for import/export configuration with '== true'.
dart-lang/sdk@f6592223ae [vm] Rephrase changelog entry for 2.4.1 patch release
dart-lang/sdk@a05f5910fa [vm/ffi] Delete helper thread in ffi/function_gc_test
dart-lang/sdk@cd3b34f86d [cfe] Don't expect external field to have no initializer
dart-lang/sdk@7e486efea2 [dartdevc] fix lib name for ddb kernel
dart-lang/sdk@9b3c693335 [vm/bytecode] Drop ASTs in kernel service if generating bytecode
dart-lang/sdk@1b0469184e [vm/checker] Keep private method order consistent with header
dart-lang/sdk@a3f5dfc5ec [vm/gardening] Disable isolate/ping_pause_test
dart-lang/sdk@bb293ef8cf Fix docs for Window.close() and Window.location=
dart-lang/sdk@df41391793 [cfe] Add profiling log message for list factory specializer
dart-lang/sdk@9a71c998f9 [cfe] Rename Declaration and DeclarationBuilder
dart-lang/sdk@e9a9d9452e [cfe] Build extension methods as toplevel members
dart-lang/sdk@7bde33139d Add support for extensions to unused import detection
dart-lang/sdk@b12e2ce0b4 [vm] Make FFI code protection test wait for helper to terminate before continuing.
dart-lang/sdk@aac8204ad3 [CFE] Error when library and part(s) doesn't agree on language version
dart-lang/sdk@b9c0f5c09f [CFE] Issue error when .packages specifies wrong language version
dart-lang/sdk@21b026dd88 [CFE] Issue error when langauge version is specified too high
dart-lang/sdk@43eb2f74d5 [dart2js] new-rti: Add new-rti type in String.split lowering
dart-lang/sdk@ccf56d67fe [dart2js] new-rti: store-forward types from instance allocations
dart-lang/sdk@981160b775 [dart2js] Fix printing for various types in new RTI.
dart-lang/sdk@08517e10f9 Revert "Make TypeSystem.resolveToBound() do what it promised in the documentation."
dart-lang/sdk@c572fbf0db [dartdevc] Fix DDK performance regression vs DDC
dart-lang/sdk@77f50c0910 [vm/fuzzer] Added links to Dust
dart-lang/sdk@7b63de3c06 Fixes for importing URIs that have 'part of' directives.
dart-lang/sdk@d2048763d4 Add tests of internal extension method resolution.
dart-lang/sdk@01a679ba73 [dart2js] new-rti: Fix generator header-body merge optimization
dart-lang/sdk@59c63139d0 set thisType for functions and void types
dart-lang/sdk@3f4ccc1076 [vm/bytecode] Replace dynamic with Object in bounds of type parameters
dart-lang/sdk@7d54324657 Make TypeSystem.resolveToBound() do what it promised in the documentation.
dart-lang/sdk@06d4cd3284 Add tests to show that combinators work correctly with extensions
dart-lang/sdk@d19a590687 Extract the lexeme from included suggestion tags when correlating with model results
dart-lang/sdk@31bb4df3ed Move ExtensionOverride errors into resolveOverride().
dart-lang/sdk@7b46191f45 Remove incorrect super bounded test, and add tests for bounds violations in extension method applications.
dart-lang/sdk@c565fbf9d6 Fix a couple of hints in the nnbd migrator
dart-lang/sdk@bff5732c10 Flow analysis: unify API for handling `== null` and `!= null`.
dart-lang/sdk@a7af48fdea [cfe] Don't use package:expect in relativize_test
dart-lang/sdk@27783bd46b Combine inference and choosing the most specific extension.
dart-lang/sdk@8788d1df9c Add a builder for DDK firefox
dart-lang/sdk@d1d8f7f60b Change abi bot's results.json configuration field.
dart-lang/sdk@00bbb5fe75 [vm/bytecode] Avoid eager foreground compilations from InlineCacheMissHandler
dart-lang/sdk@08205fd62f [cfe] Add implicit as and type arguments to static_type_test
dart-lang/sdk@7283827b4e [vm/test] Show crash dump in builder logs for Android tests.
dart-lang/sdk@fa45f91f18 [vm] Switchable calls ignore functions being stepping or having breakpoints
dart-lang/sdk@31cd2bd75a Ensure LSP completion filterText doesn't include '()' or '(…)'
dart-lang/sdk@0ce7cc53fe Expose flow analysis operations so they can be reused by NNBD migration
dart-lang/sdk@83ab0a5ea9 Migration: handle an assignment from a type parameter's bound to its type.
dart-lang/sdk@7912216cd6 Flow analysis: store all variables in `promoted` map.
dart-lang/sdk@7893fdbf2f Flow analysis: Rename State to FlowModel.
dart-lang/sdk@4d6adbf15c Flow analysis: Move join into State and document it.
dart-lang/sdk@9b5abe523f Re-land "[vm/ffi] Enable creating an ExternalTypedData from a Pointer."
1 parent 09a05f8 commit 2611a6e
2 files changed
+2
-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 | | |
| |||
0 commit comments