|
|
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4610 lines, -620 lines) |
Patch |
 |
M |
compiler/dart-compiler.gyp
|
View
|
|
4 chunks |
+145 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/dartc.xml
|
View
|
|
3 chunks |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
View
|
|
3 chunks |
+1 line, -26 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/DartCompiler.java
|
View
|
|
9 chunks |
+23 lines, -29 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/InternalCompilerException.java
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
View
|
|
2 chunks |
+215 lines, -226 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/CoreTypeProviderImplementation.java
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java
|
View
|
|
4 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/Resolver.java
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
View
|
|
4 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/SystemLibraryManagerTest.java
|
View
|
|
5 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/clock.dart
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/corelib.dart
|
View
|
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/corelib_impl.dart
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/coverage.dart
|
View
|
|
1 chunk |
+213 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/error.dart
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/array.dart
|
View
|
|
1 chunk |
+263 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/array.js
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/arrays.dart
|
View
|
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/bool.dart
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/bool.js
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/collections.dart
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/core.dart
|
View
|
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/core.js
|
View
|
|
1 chunk |
+528 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/date_implementation.dart
|
View
|
|
1 chunk |
+170 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/date_implementation.js
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/isolate.js
|
View
|
|
1 chunk |
+525 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/math_natives.dart
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/math_natives.js
|
View
|
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/number.dart
|
View
|
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/number.js
|
View
|
|
1 chunk |
+202 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
compiler/lib/implementation/object.js
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/print.js
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/regexp.dart
|
View
|
|
1 chunk |
+149 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/regexp.js
|
View
|
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/rtt.js
|
View
|
|
1 chunk |
+441 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/string.dart
|
View
|
|
1 chunk |
+235 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/string.js
|
View
|
|
1 chunk |
+153 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/string_base.dart
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/string_buffer.dart
|
View
|
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/implementation/time_zone_implementation.dart
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/object.dart
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
compiler/lib/print.dart
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/scripts/dartc.sh
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/scripts/dartc_run.sh
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
editor/tools/plugins/com.google.dart.tools.core/import.config
|
View
|
|
1 chunk |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/EditorLibraryManager.java
|
View
|
|
1 chunk |
+212 lines, -6 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProvider.java
|
View
|
|
3 chunks |
+52 lines, -23 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderDartCTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderVmTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/filesview/SdkDirectoryNode.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
lib/config/import_any.config
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
lib/config/import_dart2js.config
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
lib/config/import_dartium.config
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
lib/config/import_frog.config
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
lib/config/import_vm.config
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
lib/isolate/isolate_runtime.dart
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tests/co19/co19-compiler.status
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/create_sdk.py
|
View
|
|
2 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
tools/testing/dart/test_suite.dart
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|