Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/2.6.0-dev.1.0
tag
8eb669e49b2f871127b1bdc5eab1c171b6ff09c3
tagger
Alexander Thomas <athom@google.com>
Mon Sep 16 13:08:41 2019
object
ba03e0ef8693fd1d70d2de18c84c7b0ec41716f3
2.6.0-dev.1.0
ba03e0e
Version 2.6.0-dev.1.0
by Alexander Thomas
· 6 years ago
2.6.0-dev.1.0
cbdbb46
[vm] Repair fingerprinting of recognized methods.
by Ryan Macnak
· 6 years ago
1e9a065
[vm/fuzzer] Restrict depth of ... operator
by Felicitas Hetzelt
· 6 years ago
a0fd607
[vm/fuzzer] add missing space
by Felicitas Hetzelt
· 6 years ago
f3b2d77
Migration: rework assignment handling.
by Paul Berry
· 6 years ago
1bbee61
Migration: handle binary expressions whose LHS has type `dynamic`.
by Paul Berry
· 6 years ago
75fd88c
Migration: handle dynamic function expression invocations.
by Paul Berry
· 6 years ago
eeb1716
Migration: don't forget to visit arguments to dynamic invocations.
by Paul Berry
· 6 years ago
3cccd7f
Migration: handle `??=` assignments.
by Paul Berry
· 6 years ago
13ba681
[vm/compiler] DIV/MOD magic for ARM64
by Aart Bik
· 6 years ago
03b1951
Revert "[vm, snapshot] Use data image pages for kFull snapshots."
by Ryan Macnak
· 6 years ago
5303538
[vm/fuzzer] re-enable control flow collections
by Aart Bik
· 6 years ago
9a9c0f3
[test] Update status for some mirrors tests under reload stress testing.
by Ryan Macnak
· 6 years ago
6e01ad4
Fix for codeOffset/codeLength for enum constants.
by Konstantin Shcheglov
· 6 years ago
3f7805a
Make the NNBD command-line options less, uh, half-baked.
by Robert Nystrom
· 6 years ago
2305d9f
[vm/compiler] Better be ready for OSR in field init
by Aart Bik
· 6 years ago
79137ed
Migration: create flow anaylsis before visiting parameters.
by Paul Berry
· 6 years ago
1100aab
Migration: handle `this` or `super` in generic classes.
by Paul Berry
· 6 years ago
d93d70a
[dart2js] Add test for issue #38005.
by Mayank Patke
· 6 years ago
64360e9
[vm/bytecode] Do not expect _ClosureCall in interpreted async stack traces.
by Régis Crelier
· 6 years ago
f3911df
Update included element kinds to include extensions
by Brian Wilkerson
· 6 years ago
81dc269
Status file cleanup.
by Mayank Patke
· 6 years ago
e82d111
Remove _CheckBuildStatus on commit
by Nate Bosch
· 6 years ago
90866d3
Remove unused import
by Brian Wilkerson
· 6 years ago
30ea777
fix parsing of "?.." cascade operator
by danrubel
· 6 years ago
13fc090
Fix language_2/map_literal3_test/03.
by Mayank Patke
· 6 years ago
7ffb9de0
Update the version in the extension methods version hint
by Brian Wilkerson
· 6 years ago
557f912
Add canned_checks.CheckPatchFormatted to presubmit
by Nate Bosch
· 6 years ago
004d49b
Make a fork of sdk/lib for use by NNBD.
by Paul Berry
· 6 years ago
ca7baa4
[vm/fuzzer] Add virtual methods
by Felicitas Hetzelt
· 6 years ago
2b966a9
[vm/fuzzer] Fix reproduction output
by Felicitas Hetzelt
· 6 years ago
c11ca7d
Check for CompileTimeErrorCode.CONST_WITH_TYPE_PARAMETERS in LinterContext.canBeConst().
by Konstantin Shcheglov
· 6 years ago
7bbfd53
[vm, reload] Remove _getUnusedChangesInLastReload.
by Ryan Macnak
· 6 years ago
abb606e
[release] Update checked in SDKs to 2.5.0
by Alexander Thomas
· 6 years ago
24857b7
fix for prefer_spread_collections
by pq
· 6 years ago
fa099eb
Look for both getter and setter in the hierarchy before looking for extension.
by Konstantin Shcheglov
· 6 years ago
331271d
Set id(s) for GenericFunctionType(s) in constructor initializers and default values.
by Konstantin Shcheglov
· 6 years ago
300c333
[gardening] Always tag class_id register on arm64 in subtype test cache stub
by Martin Kustermann
· 6 years ago
6717bfe
[vm/concurrency] Lock weak table to prepare for concurrent access.
by Martin Kustermann
· 6 years ago
8329968
fix for prefer_single_quotes
by pq
· 6 years ago
9357b48
[gardening] Use target::kWordSizeLog2 instead of kWordSizeLog2 on arm (fixes broken build)
by Martin Kustermann
· 6 years ago
ef9d699
[vm/concurrency] Move all information except for the class pointers out of [ClassTable] into [SharedClassTable]
by Martin Kustermann
· 6 years ago
9a2e280
fix for avoid_relative_lib_imports
by pq
· 6 years ago
62f78a7
[nit] Fixes two typos: build flag and error string.
by Ben Konyi
· 6 years ago
35a7f4b
[release] Update CHANGELOG.md for 2.5.0
by Alexander Thomas
· 6 years ago
f16d6d5
[infra] Ignore newly detected flakes in try runs
by Alexander Thomas
· 6 years ago
a0f2d55
Version 2.6.0-dev.0.0
by Alexander Thomas
· 6 years ago
2.6.0-dev.0.0
ccb6ba9
[cfe] Gather constraints from both possibilities for FutureOr
by Dmitry Stefantsov
· 6 years ago
f1f709e
Migration: add support for metadata on library/import/export/part/part-of directives.
by Paul Berry
· 6 years ago
1daf84f
[nnbd_migration] support spread elements
by Mike Fairhurst
· 6 years ago
7413879
[analyzer] Add getter isNullAware to SpreadElement
by Mike Fairhurst
· 6 years ago
78bf8f0
Fix language_2/deferred_load_library_wrong_args_test.
by Mayank Patke
· 6 years ago
9fccb51
[vm/bytecode] Fix clobbering of exception handler types in bytecode reader.
by Régis Crelier
· 6 years ago
b4724c1
Fix language_2/regress_23408_test.
by Mayank Patke
· 6 years ago
424ef36
[vm/fuzzer] Print steps to reproduce on divergence
by Felicitas Hetzelt
· 6 years ago
76bc894
[vm/bytecode] Generate explicit DebugCheck for assignment to static field
by Alexander Markov
· 6 years ago
95db62d
[vm/io] Return data right away if it's ready.
by Alexander Aprelev
· 6 years ago
601d893
Fix issue31596 tests
by Mayank Patke
· 6 years ago
32848c3
Migration: Rework handling of assignments to FutureOr.
by Paul Berry
· 6 years ago
36648ac
[nnbd_migration] Pass as casts to _handleAssignment
by Mike Fairhurst
· 6 years ago
98837e6
[vm/bytecode] Workaround for incorrect type parameters in function types
by Alexander Markov
· 6 years ago
4e7b77e
Fix language_2/super_bound_closure_test
by Mayank Patke
· 6 years ago
a2c8b69
Status file cleanup
by Mayank Patke
· 6 years ago
879cdef
update scanner test
by danrubel
· 6 years ago
909e251
Fix regress_29025_test
by Mayank Patke
· 6 years ago
ecb9a11
Fix language_2/regress_22976_test
by Mayank Patke
· 6 years ago
ef2a21f
[vm/bytecode] Use local variable information when compiling from bytecode
by Alexander Markov
· 6 years ago
27f803d
fix for convert_to_null_aware_operators
by pq
· 6 years ago
0851b9a
Consider both getter and setter when deciding whether an extension reference is ambiguous.
by Konstantin Shcheglov
· 6 years ago
4310d15
Fix language_2/type_promotion_more_specific_test/04
by Mayank Patke
· 6 years ago
438c595
Fix language_2/regress_30339_test
by Mayank Patke
· 6 years ago
9497b7b
Delete language_2/regress_29405_test
by Mayank Patke
· 6 years ago
6f38a73
Remove most of the task model.
by Konstantin Shcheglov
· 6 years ago
fbd21a0
Guard against null in exportedDeclarations.
by Konstantin Shcheglov
· 6 years ago
b461490
Migration: add support for indexing on a dynamic type.
by Paul Berry
· 6 years ago
9fd672b
fix for prefer_expression_bodies
by pq
· 6 years ago
c2e55a2
[vm/bytecode] Cleanup support for old bytecode format versions before v10
by Alexander Markov
· 6 years ago
2e8d912
[developer] Allow async end events to have independent arguments.
by Ryan Macnak
· 6 years ago
09ce6d3
[vm, service] Remove _collectAllGarbage.
by Ryan Macnak
· 6 years ago
bc24702
Add missing parens to static_extension_getter_setter_conflicts_test.dart
by Paul Berry
· 6 years ago
e9dcb9f
fix typo in factory; add mixin text for protected
by Sam Rawlins
· 6 years ago
ab5e36b
fix for prefer_int_literals
by pq
· 6 years ago
41c5b81
[cfe] Special error message for illegal override of a setter by a field
by Aske Simon Christensen
· 6 years ago
e9c3eeb
[infra] Add handling of signed SDK directories to promote.py
by Alexander Thomas
· 6 years ago
ff0fda7
[cfe] Handle UnknownType using defaultDartType
by Johnni Winther
· 6 years ago
129d4a6
simplify dartfix output
by danrubel
· 6 years ago
41bf744
update parser to report static constructor
by danrubel
· 6 years ago
cb1efb8
update parser to allow "late var" in NNBD
by danrubel
· 6 years ago
99007f3
remove duplicate error generation in ClassBuilder
by danrubel
· 6 years ago
fb73cb1
update parser to report MixinDeclaresConstructor error
by danrubel
· 6 years ago
355df2a
split AstBuilder endClassConstructor out of endClassMethod event
by danrubel
· 6 years ago
b6f6240
fix extension factory declaration in AST
by danrubel
· 6 years ago
618b56d2
fix conditional expression parsing with NNBD enabled
by danrubel
· 6 years ago
fb446e5
[dartdevc] Properly emitting JS interop anonymous classes
by Mark Zhou
· 6 years ago
4a4f7cb
Migration: Handle uses of typedef types as expressions.
by Paul Berry
· 6 years ago
0b0c113
Migration: rework edge builder prefix handling.
by Paul Berry
· 6 years ago
028d97b
Migration: handle references to already-migrated fields.
by Paul Berry
· 6 years ago
cbe1352
Migration: add support for most compound assignments.
by Paul Berry
· 6 years ago
daaa665
Migration: fix a corner case of post-dominator analysis.
by Paul Berry
· 6 years ago
23d2893
Remove asserts in TypeProviderImpl.
by Konstantin Shcheglov
· 6 years ago
Next »