This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit a207318
committed
50b0d85 [vm/ffi] Observatory support for FFI
db599d4 [vm/ffi] Fix GC crash in SimDBC
39dbaec Remove tests relying on contravariant uses of varaibles in supertypes
e6e2020 [fasta] Allow only covariant uses of type parameters in supertypes
527c165 Deprecate 'abstract' setter in elements, replace with 'isAbstract'.
d368bb8 Make some fields in LinkedNode informative.
e436261 Add support for dynamic registration for LSP
9690389 [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
3a2bc9b Updated pub client
c67b9f2 [compiler] Fix EmitTestAndCall for a complete call of a Smi method.
b3a06c1 [dart:_http] Fix http_cookie_date_test.dart compile errors.
1025c5b [DDC] Only inline textually small constants.
25033ce [CFE] Control inlining of const variables from backend.
afc54e2 [vm/ffi] FFI callbacks on ARM64.
0a5e599 [vm/ffi] FFI callbacks on IA32.
ae944a6 [Incremental compiler] Only re-check package-uris if base-uri changed
d911d9b Cleanup "libraries" field in DillTarget when their invalidated
eb131c3 [kernel worker] Don't do unnecessary computeCanonicalNames
ec3cd7f Workaround for dartbug.com/36983 also when not in incremental compiler
e19bcb9 [vm/ffi] Fix Google3 build
bd39cca [compiler] Mark each variable stored on entry to catch block.
0e5ebca Add InlineData and InlineDataCache
508a9fa Work-around called-once imprecision
bd07889 [vm/ffi] Remove use of private symbols from ffi_test_functions.cc
21b74fd [dart2js] Update expectation file after BigInt fix in core lib.
7356691 [corelib BigInt] Fix implementation of BigInt.modInverse (fixes issue #37008).
5b200ea remove unused import
70bd05e Stop ignoring runtime cast failures on function types.
eff6e95 Improve code generation for variant classes.
03e415a Update the hover 'containingLibraryName' to not include the 'file:///' prefix.
4979a51 Add information about existing imports to completion response.
e43d81a Folders containing overlayed files should exist even if they do not exist on disk
e42d4a1 fix missing returns in lambdas
baa721b Add an sdk module to the modular_test pipeline
64ed4bf Changes to bazel worker to support modular testing.
fc6954f [dartdevc] self hosting tests
f4f2c77 improve missing body error messages
ec1ddcd improve extension message missing body error message
9081f28 [analyzer] fix a copy paste doc issue and 2 unused imports
3c34c8f Fix type substitution of "star" types.
77f2603 [dartdevc] preliminary nnbd support
0e5d18f Ensure that nullability promotion of the `Null` type yields `Never`.
5278d40 Sort non_nullable_test.dart
0fb0185 [cfe] Extract field initializer tokens from the token stream
b53162d [build] Link with dl library on linux by default.
1069266 [cfe] Add flags for new experimental features
052272d Avoid dependency on file system order in modular_test/loader_test
d705469 [vm/compiler] Partially revert "Replace LoadClassId for known cids."
c20802c [cfe] Introduce a Kernel annotation builder
eca6c89 Allow `async` as an identifier everywhere.
dbd70dd [cfe] Simplify metadata builders
9f9f10a Use cached serialization of source-information
4ff89f8 Move registrations on OutputUnitData to the impact transformer
7580e77 Support modular code generation
225a301 [vm/ffi] Re-land "[vm/ffi] FFI callbacks on X64."
edadc9c Add support for caching results of shared modules.
8208e87 Refactor summary IDL generator.
22c086f Remove unsafe uses of TypeImpl.withNullability (use TypeSystem instead).
aa785d9 [dart/vm] Fix erroneous claim on "temp" Q7
704446d Disable implicit casts but keep dynamic casts when NNBD enabled
4926236 [vm] Do expensive kernel metadata verification only once per kernel
cc2fac5 Remove HBoolify
dfbc392 add default CompilerContext in analysis server
1ffcccd add extension method header parser recovery
db36754 [vm/kernel] Fix uninitialized variables in kernel_translation_helper.h
c4d6910 Remove unused methods from LinkedUnitContext.
5822645 Support for 'Wrap with Xyz' for expressions in ExpressionFunctionBody.
4b7c05f Remove LinkedNodeVariablesDeclaration.
6e1f628 Outline the StackZone's Zone
cd2188f DAS change in hover behavior- the containingLibraryName now returns the URI of the containing library instead of the (possibly non-existent) library name
4fc86d7 Fix some lints in LSP tests
d4e2d78 [vm] Partially disable 5393ce7.
338b74a [vm/ffi] Align stack frame when entering and exiting safe point
7bbd8ea Introduce a representation of the type `Never?`.
28f7019 Add diagnostic location info to more tests
70a0c86 Update pub client reference
cbd4391 [vm/compiler] Forward the ByteData constructor length argument.
1993669 Clean up examples in analyzer docs that were using deprecated APIs and add a test to catch future breakages
14b1d2f [infra] Make deflaking optional in test.dart
181aeb3 Don't use OneShotInterceptorData during codegen and remove SuperMemberData
d92341b first cut parse extension methods
df95340 [dart:_http] Fix parsing of empty cookies and double quotes.
b316210 [vm/compiler] Speed up the compiler part which deals with kernel reading up in DEBUG mode
0c89145 cleanup parser forwarding and test listeners
6edefda cleanup token rewriter and clients
4ccf7b8 Don't set type for StringLiteral(s) in directives.
caac50d [dartdevc] Fix metalet regression
1 parent 0a6aeb3 commit a207318
2 files changed
+3
-3
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 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments