|
Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl.
After this cleanup, RegExp no longer have a const constructor. Use 'new
RegExp(...)' from now on.
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=14838
Total comments: 2
Total comments: 16
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -532 lines) |
Patch |
|
M |
compiler/api.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
View
|
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/DartCompiler.java
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/Elements.java
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
compiler/javatests/com/google/dart/compiler/PackageLibraryManagerTest.java
|
View
|
|
2 chunks |
+0 lines, -29 lines |
0 comments
|
Download
|
|
M |
compiler/javatests/com/google/dart/compiler/SystemLibrariesReaderTest.java
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java
|
View
|
1
2
3
4
5
|
4 chunks |
+2 lines, -34 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/PackageLibraryManagerProviderAnyTest.java
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/PackageLibraryManagerProviderDartCTest.java
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/PackageLibraryManagerProviderTest.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/samples/SamplesTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/VmConnection.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/dartutils.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/dartutils.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/io.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/lib/array.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/lib/byte_array.dart
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/lib/growable_array.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
runtime/lib/lib_impl_sources.gypi
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
|
M |
runtime/lib/lib_sources.gypi
|
View
|
|
1 chunk |
+7 lines, -0 lines |
3 comments
|
Download
|
|
M |
runtime/lib/regexp_patch.dart
|
View
|
1
2
3
4
5
6
|
5 chunks |
+21 lines, -13 lines |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap_natives.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
2 comments
|
Download
|
|
M |
runtime/vm/bootstrap_nocorelib.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
runtime/vm/class_finalizer.cc
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/vm/intermediate_language.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/intrinsifier.cc
|
View
|
|
3 chunks |
+2 lines, -9 lines |
2 comments
|
Download
|
|
M |
runtime/vm/object.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/object.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+2 lines, -39 lines |
2 comments
|
Download
|
|
M |
runtime/vm/parser.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -9 lines |
2 comments
|
Download
|
|
M |
runtime/vm/snapshot_test.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
2 comments
|
Download
|
|
M |
runtime/vm/symbols.h
|
View
|
1
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/vm.gypi
|
View
|
|
6 chunks |
+0 lines, -84 lines |
0 comments
|
Download
|
|
M |
samples/swarm/swarm_ui_lib/observable/observable.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
samples/swarm/swarm_ui_lib/touch/touch.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
samples/swarm/swarmlib.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/compiler/implementation/compiler.dart
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -13 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
D |
sdk/lib/_internal/compiler/implementation/lib/coreimpl_patch.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -131 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+123 lines, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/_internal/libraries.dart
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
|
M |
sdk/lib/core/core.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/core/regexp.dart
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
sdk/lib/core/sort.dart
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
sdk/lib/coreimpl/coreimpl.dart
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
D |
sdk/lib/coreimpl/corelib_impl_sources.gypi
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
D |
sdk/lib/coreimpl/regexp.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
sdk/lib/html/dart2js/html_dart2js.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/html/dartium/html_dartium.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/benchmark_smoke/benchmark_lib.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/corelib/queue_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/corelib/sort_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/black_listed_test.dart
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/create_sdk.py
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/testing/legpad/legpad.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
utils/apidoc/html_diff.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|