Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/2.6.0
/
pkg
tag
b72f40bd0de13e4fc37aeea39a10412ff28b9c87
tagger
Alexander Thomas <athom@google.com>
Thu Oct 24 15:52:22 2019
object
fccdd5fb429002c6ba6a4f421a48f8465c287aec
2.6.0
fd1bd01
[cfe/ffi] add fileUri/fileOffset to members introduced by transformation
by Daco Harkes
· 6 years ago
ef2125a
[analyzer/ffi] Fix crash with dynamic field in struct
by Daco Harkes
· 6 years ago
2d75d0c
[vm,aot] Fix handling of exported extensions in TFA tree shaker
by Alexander Markov
· 6 years ago
67f6108
[cfe/ffi] asFunction/fromFunction variance in CFE + regression test
by Daco Harkes
· 6 years ago
e9fb29c
[analyzer/ffi] Allow "Pointer<NativeType>" in native function signatures
by Martin Kustermann
· 6 years ago
7c80382
[cfe] Handle explicit extension operator calls
by Johnni Winther
· 6 years ago
2614842
[cfe] Handle named arguments on extensions methods correctly
by Johnni Winther
· 6 years ago
504c45f
[CFE] Don't cleanup moved parts in uriToSource
by Jens Johansen
· 6 years ago
f3294f7
[cfe] Ignore context when de-duplicating error messages
by Aske Simon Christensen
· 6 years ago
23e8f2b
[cfe] Verify that Null is always nullable
by Dmitry Stefantsov
· 6 years ago
9634e05
[analyzer/ffi] Remove Struct type parameter in analyzer mock SDK
by Martin Kustermann
· 6 years ago
f95a1ab
[CFE] Recognize >>> in Symbol when triple-shift flag is enabled
by Aske Simon Christensen
· 6 years ago
e000482
[cfe] Better marker length when pointing to a constructor
by Aske Simon Christensen
· 6 years ago
dd14049
[cfe] Position on !=
by Aske Simon Christensen
· 6 years ago
2ed7b63
[cfe] Describe subtype relation in "Nullability in CFE"
by Dmitry Stefantsov
· 6 years ago
dbf6358
[cfe] Add .withNullability to the "Nullability in CFE" doc
by Dmitry Stefantsov
· 6 years ago
bdf0202
[vm/ffi] Remove deprecated methods
by Daco Harkes
· 6 years ago
f1657ab
NNBD i13n: Handle returned values in deeper expressions
by Sam Rawlins
· 6 years ago
cf9c613
Move consumerName(Request) from the analysis server generator to codegen_java.dart
by Jaime Wren
· 6 years ago
fbc406a
Revert "[vm,aot] Simple unreachable code elimination before type-flow analysis"
by Alexander Markov
· 6 years ago
2e6695f
NNBD i13n: Add line numbers
by Sam Rawlins
· 6 years ago
e221f83
Set nullability for function typed formal parameters.
by Konstantin Shcheglov
· 6 years ago
a73eba9
[dartdevc] Preliminary additions to support NNBD runtime subtype checks
by Nicholas Shahan
· 6 years ago
41b65b2
[vm,aot] Simple unreachable code elimination before type-flow analysis
by Alexander Markov
· 6 years ago
81679a2
[analyzer] reduce the default number of times we repeat a benchmark
by Devon Carew
· 6 years ago
cfe25c7
NNBD i13n: Sort navigation links
by Sam Rawlins
· 6 years ago
e642af5
Fix behavior of ML query construction
by Ari Aye
· 6 years ago
95bd6a2
Fix --completion-model flag
by Ari Aye
· 6 years ago
65813f5
[analyzer/ffi] Extends dart:ffi specific analyzer checks
by Martin Kustermann
· 6 years ago
c549889
Don't suggest class member completions for ExtensionOverride targets.
by Konstantin Shcheglov
· 6 years ago
69fa72d
Flow analysis: split interface and implementation, and add more doc comments.
by Paul Berry
· 6 years ago
b368a6d
[dartdevc] copying over sourcemap file from build_web_compilers
by Mark Zhou
· 6 years ago
5300ce4
ADD_DIAGNOSTIC_PROPERTY_REFERENCE assist
by pq
· 6 years ago
3778839
Fix version number that first supports ui-as-code; fixes #37898
by Sam Rawlins
· 6 years ago
0ee49dd
(dart2js): Reduce worse-case complexity on dominator check in SsaSimplifyInterceptors
by Sigmund Cherem
· 6 years ago
3e497dd
diagnostic function field support
by pq
· 6 years ago
9e2ce9a
[vm,bytecode] Avoid duplicated initializing StoreFieldTOS
by Alexander Markov
· 6 years ago
d82ca1a
[vm/ffi] Remove Struct type argument
by Daco Harkes
· 6 years ago
19e2f03
NNBD i13n: Fix non-target reasons and add failing test for method return inheritance
by Sam Rawlins
· 6 years ago
abecefd
Forward compatible portion of CL that does not set types for identifiers that are not expressions.
by Konstantin Shcheglov
· 6 years ago
37a0c1e
Create FunctionTypeImpl.synthetic() in DDC.
by Konstantin Shcheglov
· 6 years ago
aab8879
Change experiment flag name in test runner and test config.
by Robert Nystrom
· 6 years ago
4a2adf5
Allow an unspecified error expectation to match multiple errors.
by Robert Nystrom
· 6 years ago
15fe929
Don't use LocalElementBuilder in top-level inference.
by Konstantin Shcheglov
· 6 years ago
127b582
Update instantiateElementTypeToBounds() to use precomputed default types for type parameters.
by Konstantin Shcheglov
· 6 years ago
f2dd046
Migration: share code for figuring out when an access is null-aware
by Paul Berry
· 6 years ago
cf7e48b
Migration: Handle members of Object properly in FixBuilder.
by Paul Berry
· 6 years ago
7bdbbc4
Fix "unused variable" warning
by Paul Berry
· 6 years ago
878458d
Migration: Add FixBuilder support for property accesses and prefixed identifiers.
by Paul Berry
· 6 years ago
c9c8e4d
Resolver fix: set auxiliaryElements properly for property accesses.
by Paul Berry
· 6 years ago
b74c9f0
Don't use '.type' in EdgeBuilder.
by Konstantin Shcheglov
· 6 years ago
10ad0c3
Don't use '.type' in FindElement.
by Konstantin Shcheglov
· 6 years ago
af67121
Add more ffi related checks
by Brian Wilkerson
· 6 years ago
70a7ef3
Implement pointer mixture network
by Ari Aye
· 6 years ago
263bfd9
Use relative URLs for navigation to enable publishing the output
by Brian Wilkerson
· 6 years ago
3c3bd8d
[vm,aot,bytecode] Support obfuscation
by Alexander Markov
· 6 years ago
dc0db06
Remove ChangeSet from engine.dart
by Konstantin Shcheglov
· 6 years ago
aeacf56
Check for missing required arguments using parameter elements.
by Konstantin Shcheglov
· 6 years ago
6ad5c2e
Combine elements building with TypeName(s) resolution.
by Konstantin Shcheglov
· 6 years ago
1e3cbd4
Migration: Add IndexExpression support to FixBuilder.
by Paul Berry
· 6 years ago
5594981c
Migration: add isCompound parameter to FixBuilder.visitAssignmentTarget.
by Paul Berry
· 6 years ago
13f6d82
Migration: add FixBuilder support for prefix/postfix expressions.
by Paul Berry
· 6 years ago
0121a1f
Migration: finish EdgeBuilder support for prefix/postfix expressions.
by Paul Berry
· 6 years ago
d2f9e83
Migration: integrate flow analysis of `??` into FixBuilder
by Paul Berry
· 6 years ago
04d800a
Migration: add fixBuilder support for throw and conditional expressions
by Paul Berry
· 6 years ago
4f4d1bd
Migration: Add if-statement and block-statement support to FixBuilder.
by Paul Berry
· 6 years ago
2796749
Migration: add FixBuilder support for typed lists of expressions.
by Paul Berry
· 6 years ago
14d4b93
Migration: update FixBuilder to handle simple statements.
by Paul Berry
· 6 years ago
61790a1
Flow analysis: add support for non-null assertion operator.
by Paul Berry
· 6 years ago
4e9220e
Flow analysis: change the way parenthesized expressions are handled.
by Paul Berry
· 6 years ago
8f679ab
[vm,bytecode] Swap == operands in switch cases
by Alexander Markov
· 6 years ago
90ff37e
Plumb the configuration's experiments flags through to tools.
by Robert Nystrom
· 6 years ago
a7d95d4
[dart2js] Defer ground type recipes until assembly
by Stephen Adams
· 6 years ago
a9e1e7e
Remove 'new' from frontend_server
by jonahwilliams
· 6 years ago
b3df8aa
Change subtype checking with variance for assignments and methods.
by Kallen Tu
· 6 years ago
42dcdf9
[cfe] Handle promoted type variables in getStaticType
by Johnni Winther
· 6 years ago
39e7da9
[cfe] Fix ConstructorBuilder.prepareInitializers to refer to actual constructor.
by Vyacheslav Egorov
· 6 years ago
ff8c704
Clean up handleVarianceModifier error handling and move to endTypeVariable.
by Kallen Tu
· 6 years ago
a2e0006
Add an error if a field in a struct class does not have a type annotation
by Brian Wilkerson
· 6 years ago
3f80de6
Generate errors rather than hints for ffi conformance checks
by Brian Wilkerson
· 6 years ago
9f33e8d
[vm/ffi] Pointer optimize indexed load and store
by Daco Harkes
· 6 years ago
d374ff8
[parser] Allow parser test to add trace to output for easier debugging
by Jens Johansen
· 6 years ago
8d4c5c6
[CFE] Add toString on Message for better debugging
by Jens Johansen
· 6 years ago
753c187
[spell] Add 'reuslt' to blacklist
by Jens Johansen
· 6 years ago
cd86dbb
[cfe] Replace UnknownType in typedef types
by Johnni Winther
· 6 years ago
eaeedd1
[infra] Remove class UniqueObject
by Karl Klose
· 6 years ago
377409f
[cfe] Introduce FieldBuilder, FunctionBuilder, and ProcedureBuilder as interfaces
by Johnni Winther
· 6 years ago
b8aef62
[kernel] Effectively clear extension members before adding new ones when loaing dill if 'shouldWriteData'
by Jens Johansen
· 6 years ago
8796723
[frontend_server] Enable incremental serializer by default
by Jens Johansen
· 6 years ago
5c2b868
[parser] late is a built-in identifier
by Jens Johansen
· 6 years ago
965b8cb
Use the forked NNBD SDK in the test runner.
by Robert Nystrom
· 6 years ago
7e20ae5
Skip non-NNBD tests in NNBD test configurations.
by Robert Nystrom
· 6 years ago
5facc76
Initial set of hints for ffi
by Brian Wilkerson
· 6 years ago
ec86737
[analyzer] fix an issue where the field analysisServerOptions.enableCompletionModel was not used
by Devon Carew
· 6 years ago
6293446
only write posix style paths in the convertToRelativeImport quickfix
by Devon Carew
· 6 years ago
b08d775
Prevent NPE in code completion when completing inside unnamed extension (issue 38798)
by Brian Wilkerson
· 6 years ago
0dd6ea1
Deprecate 'useDart2jsPaths' in SdkLibrariesReader_LibraryBuilder.
by Konstantin Shcheglov
· 6 years ago
b8943f7
improve codegen for unscoped and enum diagnostic properties
by pq
· 6 years ago
5098e90
Change subtype check for overrides to handle variance.
by Kallen Tu
· 6 years ago
58c70b8
Store the actual static type of IntegerLiteral(s) in summary.
by Konstantin Shcheglov
· 6 years ago
Next »