|
|
dart2dart
Several fixes for more robust renaming of type annotations and Send-s:
Correct renaming of class interfaces with type arguments, renaming
of global functions, constructor and named constructor calls, static
field accesses.
Committed: https://code.google.com/p/dart/source/detail?r=10003
Total comments: 8
Total comments: 2
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+207 lines, -448 lines) |
Patch |
 |
M |
lib/compiler/implementation/dart_backend/emitter.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/dart_backend/renamer.dart
|
View
|
1
2
|
3 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/resolver.dart
|
View
|
1
2
|
3 chunks |
+31 lines, -8 lines |
3 comments
|
Download
|
 |
M |
tests/compiler/dart2js/unparser_test.dart
|
View
|
1
|
3 chunks |
+120 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/corelib/corelib.status
|
View
|
1
2
3
|
1 chunk |
+3 lines, -67 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
2
3
|
4 chunks |
+18 lines, -331 lines |
0 comments
|
Download
|
 |
M |
tests/language/language_dart2js.status
|
View
|
1
2
3
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/lib/lib.status
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/standalone/standalone.status
|
View
|
1
2
3
4
|
4 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tests/utils/utils.status
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|