|
- Implement a first cut for const String.env in the VM to allow
for configurations. int.env and bool.env to follow.
- Reintroduce native const factory constructors.
Total comments: 15
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+241 lines, -16 lines) |
Patch |
|
M |
runtime/bin/main.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/include/dart_api.h
|
View
|
1
2
3
4
5
|
2 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
|
A |
runtime/lib/bool.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/lib/bool_patch.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/lib/corelib_sources.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/lib/integers.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/lib/integers_patch.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/lib/string.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/lib/string_patch.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap_natives.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/parser.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+33 lines, -15 lines |
0 comments
|
Download
|
|
M |
sdk/lib/core/bool.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/core/int.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/core/string.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
tests/corelib/string_env_test.dart
|
View
|
1
4
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|