Sign in
chromium
/
external
/
github.com
/
dart-lang
/
kernel
/
HEAD
/
test
0defa95
Store named parameters in sorted lists instead of using maps.
by Asger Feldthaus
· 9 years ago
118a4be
Remove unnecessary indexing passes from serialization.
by Asger Feldthaus
· 9 years ago
7346348
Fix some strong mode issues.
by Asger Feldthaus
· 9 years ago
3baff07
Add strong mode type checking pass.
by Asger Feldthaus
· 9 years ago
e1c26f8
Introduce Substitution class and Supertype class.
by Asger Feldthaus
· 9 years ago
c172c05
Fix a bug in bounded type substitution.
by Asger Feldthaus
· 9 years ago
90ebc0b
Type parameter bounds default to Object instead of dynamic.
by Asger Feldthaus
· 9 years ago
4e5cac6
Support interface members and overrides with duplicate member names.
by Asger Feldthaus
· 9 years ago
6347eb5
Follow redirecting factories to their effective targets.
by Asger Feldthaus
· 9 years ago
1c1a646
Fix canonicalization of mixin classes.
by Asger Feldthaus
· 9 years ago
3ac36ac
Refactor frontend to allow modular compilation.
by Asger Feldthaus
· 9 years ago
a85aabb
Dill source file and source position inclusion
by Jens Johansen
· 9 years ago
239d775
Treat an arrow body in a void method as void context.
by Asger Feldthaus
· 9 years ago
d5fe5f1
Add sanity checks for dangling or out-of-scope references.
by Asger Feldthaus
· 9 years ago
48c9540
Tree shaking transformation.
by Asger Feldthaus
· 9 years ago
60928ce
Refactor the frontend classes.
by Asger Feldthaus
· 9 years ago
a723f35
Add subtyping query.
by Asger Feldthaus
· 9 years ago
d9b0056
Remove the ?? operator from the IR and desugar it in the frontend.
by Asger Feldthaus
· 9 years ago
2efc48c
Support both implicit and explicit getters and setters for fields.
by Asger Feldthaus
· 9 years ago
c7cbf95
Support .packages file.
by Asger Feldthaus
· 9 years ago
525750d
Make regenerate_dill_files use the patched SDK
by Asger Feldthaus
· 9 years ago
449803b
Reorganize baseline testing.
by Asger Feldthaus
· 9 years ago
98ccce0
Add bounded substitution operator.
by Asger Feldthaus
· 9 years ago
09cae49
Fix handling of bottom type in type substitution and unification.
by Asger Feldthaus
· 9 years ago
e3f2bae
Add support for traversing all member override pairs.
by Asger Feldthaus
· 9 years ago
9677d68
Pass an object with flags to the target.
by Asger Feldthaus
· 9 years ago
952a70b
Include interface targets in the textual output.
by Asger Feldthaus
· 9 years ago
83e3a06
Put the interface target on implied .call invocations.
by Asger Feldthaus
· 9 years ago
375bbae
Copy strong-mode fields in clone visitor.
by Asger Feldthaus
· 9 years ago
2eaa884
Strong mode: add interface targets and resynthesis of expression types.
by Asger Feldthaus
· 9 years ago
60a8a7a
Disable shared batch mode state.
by Asger Feldthaus
· 9 years ago
7f8c0ea
Add a script for regenerating all checked-in dill files.
by Asger Feldthaus
· 9 years ago
760da8e
Make mixin and super resolution a transformation.
by Asger Feldthaus
· 9 years ago
e7cae46
Share local variable map between environments.
by Asger Feldthaus
· 9 years ago
d1f4702
Remove NormalClass, MixinClass and use just Class.
by Asger Feldthaus
· 9 years ago
ce5acd8
Regenerate checked-in dill files.
by Asger Feldthaus
· 9 years ago
943be23
Track baseclasses in type propagation.
by Asger Feldthaus
· 9 years ago
fd6064c
Support metadata annotations on classes and members.
by Asger Feldthaus
· 9 years ago
62e6e96
Update checked-in dill files.
by Asger Feldthaus
· 9 years ago
58bcd19
Handle classes with a 'call' field or getter.
by Asger Feldthaus
· 9 years ago
969b03f
Add transformation to dynamically verify results of type propagation.
by Asger Feldthaus
· 9 years ago
3700941
Ensure all allocated values come with a non-zero bitmask.
by Asger Feldthaus
· 9 years ago
a636c59
Fix analyzer warnings and remove unused code.
by Asger Feldthaus
· 9 years ago
6951f39
Do not use default 'null' value for fields initialized by constructor.
by Asger Feldthaus
· 9 years ago
4cc4438
Handle null being returned when falling over the end of a method.
by Asger Feldthaus
· 9 years ago
4e6d790
Handle default parameter values in type propagation.
by Asger Feldthaus
· 9 years ago
94a5fb8
Properly handle arity ranges in more cases.
by Asger Feldthaus
· 9 years ago
0c7ea65
Nullability tracking and API for type propagation.
by Asger Feldthaus
· 9 years ago
8a3e753
Type propagation: Class hierarchy specialization and more.
by Asger Feldthaus
· 9 years ago
c9244b4
Add support for batch mode in dartk.
by Asger Feldthaus
· 9 years ago
dfbae18
Preserve leading BOMs during deserialization.
by Asger Feldthaus
· 9 years ago
5ad5fa8
Change the default binary file extension to .dill
by Asger Feldthaus
· 9 years ago
acef79e
Fix some broken tests and benchmarks.
by Asger Feldthaus
· 9 years ago
d0c192a
Canonicalize loads and stores in type propagation.
by Asger Feldthaus
· 9 years ago
6629050
Fix handling of static setter invocation in type propagation builder.
by Asger Feldthaus
· 9 years ago
b8c89ba
Reorganize some files in the test folder.
by Asger Feldthaus
· 9 years ago
c744939
Add option to only print type inference graph for some members.
by Asger Feldthaus
· 9 years ago
aa9e50e
Fix inferred return value in closures.
by Asger Feldthaus
· 9 years ago
a978b40
Track instance fields in type propagation.
by Asger Feldthaus
· 9 years ago
6ccbec3
Properly output the type of fields in type propagation.
by Asger Feldthaus
· 9 years ago
0ff9868
Support constructor initializers in type propagation.
by Asger Feldthaus
· 9 years ago
7035aa9
Add type-based modeling of externals in type propagation.
by Asger Feldthaus
· 9 years ago
5b6066f
Add delta-blue as a baselined testcase for type propagation.
by Asger Feldthaus
· 9 years ago
bdbdb24
Test type propagation by comparing the output against a gold file.
by Asger Feldthaus
· 9 years ago
243ea89
Normalize DartTypes to 'dynamic' instead of 'null' when omitted.
by Asger Feldthaus
· 9 years ago
0092765
Incomplete global type propagation.
by Asger Feldthaus
· 9 years ago
44725b5
Add a tool for diagnosing where time is spent in the frontend.
by Asger Feldthaus
· 9 years ago
0e531fa
Bump analyzer version and compiled dart2js version used as test data.
by Asger Feldthaus
· 9 years ago
89889c7
Fix name of unary- method and regenerate dart2js binary used for testing
by Asger Feldthaus
· 9 years ago
ae4ebcb
Support interface member resolution in class hierarchy.
by Asger Feldthaus
· 9 years ago
246f6c1
Add more convenience methods and tweak the behavior of toString().
by Asger Feldthaus
· 9 years ago
885be10
Implement DartType.hashCode and add some tests.
by Asger Feldthaus
· 9 years ago
7ad92c2
Support member resolution in class hierarchy.
by Asger Feldthaus
· 9 years ago
41379dd
Do not use the return value from calls to '[]='.
by Asger Feldthaus
· 9 years ago
31e1f40
Avoid creating a 'let' binding for 'this' in property and index access.
by Asger Feldthaus
· 9 years ago
be5b7d3
Add 'const' modifier to StaticInvocation.
by Asger Feldthaus
· 9 years ago
7f12034
Support external constant factories such as String.fromEnvironment.
by Asger Feldthaus
· 9 years ago
d14b12d
Handle redirecting factory constructors.
by Asger Feldthaus
· 9 years ago
02604e9
Initial implementation of Dart Kernel.
by Asger Feldthaus
· 9 years ago