|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+596 lines, -168 lines) |
Patch |
 |
M |
lib/compiler/implementation/compile_time_constants.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
18 chunks |
+140 lines, -44 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/compiler.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/js_backend/backend.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/js_backend/emitter.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
13 chunks |
+100 lines, -18 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/errors.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/js_helper.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/namer.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/builder.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
21 chunks |
+77 lines, -52 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/codegen.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/nodes.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/optimize.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/tracer.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/co19/co19-dart2js.status
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tests/language/compile_time_constant_test.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
tests/language/final_syntax_test.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+28 lines, -28 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/language_dart2js.status
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
tests/language/lazy_final2_test.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
A |
tests/language/lazy_final3_test.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/language/lazy_final_test.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|