Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/3.0.3
tag
1457c2e65377be9f2609601372b016d994dfe931
tagger
Dart CI <dart-internal-release@dart-ci-internal.iam.gserviceaccount.com>
Fri Jun 02 06:20:44 2023
object
892ba4ae22fad68d7eaf26ccdf05dc9f41619ffe
3.0.3
892ba4a
Version 3.0.3
by Kevin Chisholm
· 2 years, 3 months ago
3.0.3
09f02e7
[stable] Do not throw during InternetAddress.tryParse
by Brian Quinlan
· 2 years, 3 months ago
b28ac57
[stable] [vm, reload] Defensively check against identity mapping for Enum.values.
by asiva
· 2 years, 3 months ago
47572eb
[stable] Cherry-pick linter w/ improved `type_literal_in_constant_pattern`
by pq
· 2 years, 3 months ago
f673425
[stable] Patterns parsing: fix record-typed variable patterns before certain tokens.
by Paul Berry
· 2 years, 3 months ago
a486baf
[stable] Add `interface` to a few classes which had missed it.
by Lasse R.H. Nielsen
· 2 years, 3 months ago
e8acb0e
Cherry-pick of pub - "Warn about presence of legacy cache" into stable
by Sigurd Meldgaard
· 2 years, 3 months ago
8bee73b
[stable] [parser] Support nullable record types in patterns
by Paul Berry
· 2 years, 3 months ago
10b909a
[stable] [cfe] Infer type and finality of joint variables in or-patterns
by Paul Berry
· 2 years, 3 months ago
4e7afbb
[stable] [vm/aot] Disable graph intrinsics for implicit getters with unboxed record return values
by Alexander Markov
· 2 years, 3 months ago
063c854
Version 3.0.2
by Kevin Chisholm
· 2 years, 3 months ago
3.0.2
aa8ccf5
[stable] Add errors for base transitivity and base/final implements of a core lib declaration through a 2.19 library and a 3.0 library.
by Kallen Tu
· 2 years, 3 months ago
4305d55
[stable] Update dartdoc to 6.2.2.
by Janice Collins
· 2 years, 3 months ago
ba8fffe
[stable] Fix Dart2JS type inference for record accesses on invalid indices.
by Nate Biggs
· 2 years, 3 months ago
45799c3
[stable] [parser] Ensure that list and map pattern parsing always makes progress.
by Paul Berry
· 2 years, 3 months ago
1618a77
Version 3.0.1
by Kevin Chisholm
· 2 years, 3 months ago
3.0.1
202b075
[stable] It is not an error to use a void typed expression in SwitchExpressionCase.
by Konstantin Shcheglov
· 2 years, 3 months ago
66fe70a
[stable] [_fe_analyzer_shared] Handle private names in exhaustiveness checking
by Paul Berry
· 2 years, 3 months ago
7498681
[stable] [CFE][ffi] Support FFI Finalizable transformation of redirecting factories
by Jens Johansen
· 2 years, 3 months ago
ea2a2b8
[stable][cfe] Allow void typed switch expression
by Leaf Petersen
· 2 years, 3 months ago
06b4ead
[stable] Roll latest dart_style into the SDK.
by Robert Nystrom
· 2 years, 3 months ago
2794288
[cp] Cherry-pick 8ee2b8b36b2dc872bb64abbd7887b9cbcaf3cb6f to stable.
by Sigmund Cherem
· 2 years, 3 months ago
2f11564
[stable] Patterns parser: prohibit variable/identifier patterns named when/as.
by Paul Berry
· 2 years, 3 months ago
c6b0b74
[stable] Account for differing flow analysis conventions between CFE and shared code.
by Paul Berry
· 2 years, 3 months ago
7a6514d
Version 3.0.0
by Dart CI
· 2 years, 4 months ago
3.0.0
93acdbd
Version 3.0.0-417.4.beta
by Kevin Chisholm
· 2 years, 4 months ago
3.0.0-417.4.beta
2c7be56
Cherry pick to beta of fix of `global run`for existing activation
by Sigurd Meldgaard
· 2 years, 4 months ago
3bbb353
[beta][cfe] Report error on indirect implementation of base class
by Leaf Petersen
· 2 years, 4 months ago
ad00f19
[beta] Patterns parsing: fix ambiguity resolution for `when` and `as`.
by Paul Berry
· 2 years, 4 months ago
0e6efcf
[beta] bump linter to fix crasher and grab pattern field false positive fixes
by pq
· 2 years, 4 months ago
bc0ae80
[beta] Front end: move anonymous mixin sealed/final inference to checkSupertypes phase.
by Paul Berry
· 2 years, 4 months ago
1d998f1
[beta] Issue 52164. Include enums and mixins into types of a sealed class.
by Konstantin Shcheglov
· 2 years, 4 months ago
f1c993a
[beta] Issue 52060. Fix reporting CONSTANT_PATTERN_NEVER_MATCHES_VALUE_TYPE for Null vs. nullable FunctionType.
by Konstantin Shcheglov
· 2 years, 4 months ago
79ea6a4
[beta] Issue 52160. Report BASE_CLASS_IMPLEMENTED_OUTSIDE_OF_LIBRARY for implementing 'base' via 'extends'.
by Konstantin Shcheglov
· 2 years, 4 months ago
d2b8bf9
Version 3.0.0-417.3.beta
by Kevin Chisholm
· 2 years, 4 months ago
3.0.0-417.3.beta
9609c4b
Bump pub to 762a16d4149b007de4c7cdd0f2798db1ead9eff0
by Sigurd Meldgaard
· 2 years, 4 months ago
be064bd
[CP][beta] Remove left-over patch declarations for `List` constructor.
by Lasse R.H. Nielsen
· 2 years, 4 months ago
458a723
[beta] [io] Remove 'abstract' from 'class Platform'
by Brian Quinlan
· 2 years, 4 months ago
e810f06
[beta] [vm/compiler] Support obfuscation of record field names
by Alexander Markov
· 2 years, 4 months ago
8327020
[beta] Roll the latest dart_style in.
by Robert Nystrom
· 2 years, 4 months ago
cf07191
[beta] Issue 52004. Check RecordType(s) in UnknownInferredType.isUnknown
by Konstantin Shcheglov
· 2 years, 4 months ago
0ac6aa1
[beta] Report PATTERN_NEVER_MATCHES_VALUE_TYPE for RecordType(s).
by Konstantin Shcheglov
· 2 years, 4 months ago
d340d06
[beta] Issue 51961. Suggest getter names inside pattern of named PatternField without name, inside RecordPattern.
by Konstantin Shcheglov
· 2 years, 4 months ago
a235330
[beta] Issue 52001. Set default type for extension type parameters.
by Konstantin Shcheglov
· 2 years, 4 months ago
11d6d3b
[beta] Bump tools to 545d7e1c73ce21b8c91f638021f9d487d324a501
by Janice Collins
· 2 years, 4 months ago
54402d1
[beta] Enable crash reporting via the unified_analytics consent mechanism.
by Janice Collins
· 2 years, 4 months ago
fb1c73a
[beta] Fix analytics logic to report on analysis complete transitions.
by Janice Collins
· 2 years, 4 months ago
3ada950
[beta] [analysis_server] Prevent "dart fix" prompts if do-not-show preferences cannot be persisted
by Danny Tuppeny
· 2 years, 4 months ago
bf38cf5
[beta] [analysis_server] Prevent colon from automatically triggering completion in switch statements
by Danny Tuppeny
· 2 years, 4 months ago
36853ae
[beta] Remove `base` from `StreamView`.
by Lasse R.H. Nielsen
· 2 years, 4 months ago
3e0decb
Version 3.0.0-417.2.beta
by Alexander Thomas
· 2 years, 4 months ago
3.0.0-417.2.beta
6481ca12
[beta] [dartdev] Update --enable-analytics to re-enable unified analytics
by Janice Collins
· 2 years, 4 months ago
dbc3510
[beta] Update documentation on `Record` and `identical`.
by Lasse R.H. Nielsen
· 2 years, 4 months ago
0657fff
[beta] Patterns flow analysis: recognize `[...]` (and related patterns) as trivially exhaustive.
by Paul Berry
· 2 years, 4 months ago
6ea4f75
[beta] [vm/compiler] Fix compiler crash when unboxed record is used in a try block
by Alexander Markov
· 2 years, 4 months ago
b71f325
Version 3.0.0-417.1.beta
by Dart CI
· 2 years, 4 months ago
3.0.0-417.1.beta
0c85a16
Version 3.0.0-417.0.dev
by Dart CI
· 2 years, 5 months ago
3.0.0-417.0.dev
4919729
Revert "Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations""
by Zach Anderson
· 2 years, 5 months ago
df761ba
Revert "[dart:js_interop] Export some package:js annotations and check them"
by Zach Anderson
· 2 years, 5 months ago
d1a6db3
Version 3.0.0-416.0.dev
by Dart CI
· 2 years, 5 months ago
3.0.0-416.0.dev
6275efd
[analyzer/ffi] Error on missing type argument to `@Native`
by Daco Harkes
· 2 years, 5 months ago
aa5d698
Version 3.0.0-415.0.dev
by Dart CI
· 2 years, 5 months ago
3.0.0-415.0.dev
ef7d8d3
[dart:js_interop] Export some package:js annotations and check them
by Srujan Gaddam
· 2 years, 5 months ago
ef79407
Enable language 3.0 for analysis_server/.
by Konstantin Shcheglov
· 2 years, 5 months ago
118f3aa
Version 3.0.0-414.0.dev
by Dart CI
· 2 years, 5 months ago
3.0.0-414.0.dev
2ec3b51
Patterns flow analysis: recognize trivially exhaustive switches.
by Paul Berry
· 2 years, 5 months ago
9e19979
Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations"
by Srujan Gaddam
· 2 years, 5 months ago
dc33261
Revert "[dart2wasm] Fix runtime type tests"
by Zach Anderson
· 2 years, 5 months ago
8228417
Bump DevTools DEP for 2.23.1 release.
by Kenzie Schmoll
· 2 years, 5 months ago
1694bb8
Update some test expectations with fixed CFE errors
by Leaf Petersen
· 2 years, 5 months ago
7ba94c9
Issue 51961. Suggest getter names inside pattern of named PatternField without name, inside ObjectPattern.
by Konstantin Shcheglov
· 2 years, 5 months ago
b6cf3f9
Fix npe in UserPromptPreferences
by Janice Collins
· 2 years, 5 months ago
f06bd27
Redo "[dart2js] Throw in BlockExpression should not generate exit edge"
by Stephen Adams
· 2 years, 5 months ago
b0944db
Update Pub revision with fixes.
by Lasse R.H. Nielsen
· 2 years, 5 months ago
2427527
Suggest type names during completion in CaseClause and SwitchExpression body.
by Konstantin Shcheglov
· 2 years, 5 months ago
c18b928
[ddc] Manually shard e2e test suites
by Nicholas Shahan
· 2 years, 5 months ago
cd7b4f8
[cfe] Use type arguments in StaticAccessKey
by Johnni Winther
· 2 years, 5 months ago
563425a
[vm/ffi] Fix test on Android
by Daco Harkes
· 2 years, 5 months ago
acfe1aa
[infra] Add "vm" or "front_end" prefix to shard names.
by Ryan Macnak
· 2 years, 5 months ago
9f4f7fa
[cfe] Improve error message on incomplete joint pattern variables
by Chloe Stefantsova
· 2 years, 5 months ago
906c1e9
Mark new docs as being published
by Brian Wilkerson
· 2 years, 5 months ago
5318269
[test] Misc dart:io test fixes.
by Ryan Macnak
· 2 years, 5 months ago
006c606
Increase timeout for SelectionCoverageTest.
by Konstantin Shcheglov
· 2 years, 5 months ago
65335cb
[_fe_analyzer_shared] Handle empty types in exhaustiveness
by Johnni Winther
· 2 years, 5 months ago
17dd6d2
Enable analytics support for VSCode.
by Janice Collins
· 2 years, 5 months ago
a02f252
Revert "Add support for patterns for Add type quick fix"
by Keerti Parthasarathy
· 2 years, 5 months ago
f4773e4
Add support for patterns for Add type quick fix
by Keerti Parthasarathy
· 2 years, 5 months ago
254508b
Add CHANGELOG text re: analyzer plugins for 3.0.0
by Sam Rawlins
· 2 years, 5 months ago
1a519f6
Revert "[ package:vm_service ] Add type check to VmServiceConnection to make runtime failures debuggable"
by Derek Xu
· 2 years, 5 months ago
ef01fbf
[dart2wasm] Close parens in compile-time error messages
by Ömer Sinan Ağacan
· 2 years, 5 months ago
ed1633a
Add some more tests around pattern variable scoping.
by Robert Nystrom
· 2 years, 5 months ago
c8b2d03
[infra] Remove old names for GCC and MSVC builders.
by Ryan Macnak
· 2 years, 5 months ago
2d61150
[cfe/ffi] Fix missing type argument on `@Native`
by Daco Harkes
· 2 years, 5 months ago
7bcc913
Evaluate the remaining compilation errors
by Brian Wilkerson
· 2 years, 5 months ago
81791c9
Add 'lateKeyword' to VariableDeclarationList child entities.
by Konstantin Shcheglov
· 2 years, 5 months ago
c723515
[dds/dap] Print any stderr events when the app being tested terminates to help catch VM crashes
by Danny Tuppeny
· 2 years, 5 months ago
ea5161a
[dart2js] Test for http://dartbug.com/51955
by Stephen Adams
· 2 years, 5 months ago
b565a2f
[analysis_server] Fix code completion for mixin declarations and class
by Kallen Tu
· 2 years, 5 months ago
592c602
[dart2wasm] Remove unused argument to emitTypeTest
by Ömer Sinan Ağacan
· 2 years, 5 months ago
4b5401b
[cfe/ffi] Fix compiler crash on invalid `Array` type
by Daco Harkes
· 2 years, 5 months ago
Next »