Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Issue 1148283010: Remove dart backend (Closed)

Created:
5 years, 6 months ago by vsm
Modified:
5 years, 6 months ago
Reviewers:
Leaf, Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -14952 lines) Patch
M .gitignore View 1 chunk +0 lines, -1 line 0 comments Download
M lib/devc.dart View 3 chunks +3 lines, -11 lines 0 comments Download
D lib/runtime/dart_logging_runtime.dart View 1 chunk +0 lines, -165 lines 0 comments Download
D lib/runtime/dart_runtime.dart View 1 chunk +0 lines, -361 lines 0 comments Download
D lib/src/codegen/dart_codegen.dart View 1 chunk +0 lines, -456 lines 0 comments Download
M lib/src/codegen/html_codegen.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M lib/src/options.dart View 4 chunks +5 lines, -25 lines 0 comments Download
M pubspec.yaml View 1 chunk +0 lines, -1 line 0 comments Download
M test/all_tests.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M test/codegen_test.dart View 7 chunks +108 lines, -120 lines 0 comments Download
D test/dart_codegen/expect/_internal/_internal View 1 chunk +0 lines, -13 lines 0 comments Download
D test/dart_codegen/expect/_internal/iterable.dart View 1 chunk +0 lines, -962 lines 0 comments Download
D test/dart_codegen/expect/_internal/list.dart View 1 chunk +0 lines, -160 lines 0 comments Download
D test/dart_codegen/expect/_internal/lists.dart View 1 chunk +0 lines, -63 lines 0 comments Download
D test/dart_codegen/expect/_internal/print.dart View 1 chunk +0 lines, -3 lines 0 comments Download
D test/dart_codegen/expect/_internal/sort.dart View 1 chunk +0 lines, -230 lines 0 comments Download
D test/dart_codegen/expect/_internal/symbol.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D test/dart_codegen/expect/a/a.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D test/dart_codegen/expect/async/async View 1 chunk +0 lines, -17 lines 0 comments Download
D test/dart_codegen/expect/async/async_error.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D test/dart_codegen/expect/async/broadcast_stream_controller.dart View 1 chunk +0 lines, -358 lines 0 comments Download
D test/dart_codegen/expect/async/deferred_load.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D test/dart_codegen/expect/async/future.dart View 1 chunk +0 lines, -202 lines 0 comments Download
D test/dart_codegen/expect/async/future_impl.dart View 1 chunk +0 lines, -473 lines 0 comments Download
D test/dart_codegen/expect/async/schedule_microtask.dart View 1 chunk +0 lines, -70 lines 0 comments Download
D test/dart_codegen/expect/async/stream.dart View 1 chunk +0 lines, -703 lines 0 comments Download
D test/dart_codegen/expect/async/stream_controller.dart View 1 chunk +0 lines, -386 lines 0 comments Download
D test/dart_codegen/expect/async/stream_impl.dart View 1 chunk +0 lines, -650 lines 0 comments Download
D test/dart_codegen/expect/async/stream_pipe.dart View 1 chunk +0 lines, -281 lines 0 comments Download
D test/dart_codegen/expect/async/stream_transformers.dart View 1 chunk +0 lines, -171 lines 0 comments Download
D test/dart_codegen/expect/async/timer.dart View 1 chunk +0 lines, -22 lines 0 comments Download
D test/dart_codegen/expect/async/zone.dart View 1 chunk +0 lines, -664 lines 0 comments Download
D test/dart_codegen/expect/b/b.dart View 1 chunk +0 lines, -7 lines 0 comments Download
D test/dart_codegen/expect/c/c.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D test/dart_codegen/expect/collection/collection View 1 chunk +0 lines, -17 lines 0 comments Download
D test/dart_codegen/expect/collection/collections.dart View 1 chunk +0 lines, -6 lines 0 comments Download
D test/dart_codegen/expect/collection/hash_map.dart View 1 chunk +0 lines, -30 lines 0 comments Download
D test/dart_codegen/expect/collection/hash_set.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D test/dart_codegen/expect/collection/iterable.dart View 1 chunk +0 lines, -434 lines 0 comments Download
D test/dart_codegen/expect/collection/iterator.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D test/dart_codegen/expect/collection/linked_hash_map.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D test/dart_codegen/expect/collection/linked_hash_set.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D test/dart_codegen/expect/collection/linked_list.dart View 1 chunk +0 lines, -135 lines 0 comments Download
D test/dart_codegen/expect/collection/list.dart View 1 chunk +0 lines, -394 lines 0 comments Download
D test/dart_codegen/expect/collection/maps.dart View 1 chunk +0 lines, -193 lines 0 comments Download
D test/dart_codegen/expect/collection/queue.dart View 1 chunk +0 lines, -501 lines 0 comments Download
D test/dart_codegen/expect/collection/set.dart View 1 chunk +0 lines, -213 lines 0 comments Download
D test/dart_codegen/expect/collection/splay_tree.dart View 1 chunk +0 lines, -540 lines 0 comments Download
D test/dart_codegen/expect/convert/ascii.dart View 1 chunk +0 lines, -175 lines 0 comments Download
D test/dart_codegen/expect/convert/byte_conversion.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D test/dart_codegen/expect/convert/chunked_conversion.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D test/dart_codegen/expect/convert/codec.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D test/dart_codegen/expect/convert/convert View 1 chunk +0 lines, -17 lines 0 comments Download
D test/dart_codegen/expect/convert/converter.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D test/dart_codegen/expect/convert/encoding.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D test/dart_codegen/expect/convert/html_escape.dart View 1 chunk +0 lines, -73 lines 0 comments Download
D test/dart_codegen/expect/convert/json.dart View 1 chunk +0 lines, -540 lines 0 comments Download
D test/dart_codegen/expect/convert/latin1.dart View 1 chunk +0 lines, -86 lines 0 comments Download
D test/dart_codegen/expect/convert/line_splitter.dart View 1 chunk +0 lines, -77 lines 0 comments Download
D test/dart_codegen/expect/convert/string_conversion.dart View 1 chunk +0 lines, -169 lines 0 comments Download
D test/dart_codegen/expect/convert/utf.dart View 1 chunk +0 lines, -316 lines 0 comments Download
D test/dart_codegen/expect/core/annotations.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D test/dart_codegen/expect/core/bool.dart View 1 chunk +0 lines, -8 lines 0 comments Download
D test/dart_codegen/expect/core/comparable.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D test/dart_codegen/expect/core/core View 1 chunk +0 lines, -40 lines 0 comments Download
D test/dart_codegen/expect/core/date_time.dart View 1 chunk +0 lines, -187 lines 0 comments Download
D test/dart_codegen/expect/core/double.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D test/dart_codegen/expect/core/duration.dart View 1 chunk +0 lines, -76 lines 0 comments Download
D test/dart_codegen/expect/core/errors.dart View 1 chunk +0 lines, -158 lines 0 comments Download
D test/dart_codegen/expect/core/exceptions.dart View 1 chunk +0 lines, -97 lines 0 comments Download
D test/dart_codegen/expect/core/expando.dart View 1 chunk +0 lines, -7 lines 0 comments Download
D test/dart_codegen/expect/core/function.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D test/dart_codegen/expect/core/identical.dart View 1 chunk +0 lines, -3 lines 0 comments Download
D test/dart_codegen/expect/core/int.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D test/dart_codegen/expect/core/invocation.dart View 1 chunk +0 lines, -9 lines 0 comments Download
D test/dart_codegen/expect/core/iterable.dart View 1 chunk +0 lines, -90 lines 0 comments Download
D test/dart_codegen/expect/core/iterator.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D test/dart_codegen/expect/core/list.dart View 1 chunk +0 lines, -256 lines 0 comments Download
D test/dart_codegen/expect/core/map.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D test/dart_codegen/expect/core/null.dart View 1 chunk +0 lines, -6 lines 0 comments Download
D test/dart_codegen/expect/core/num.dart View 1 chunk +0 lines, -58 lines 0 comments Download
D test/dart_codegen/expect/core/object.dart View 1 chunk +0 lines, -8 lines 0 comments Download
D test/dart_codegen/expect/core/pattern.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D test/dart_codegen/expect/core/print.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D test/dart_codegen/expect/core/regexp.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D test/dart_codegen/expect/core/set.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D test/dart_codegen/expect/core/sink.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D test/dart_codegen/expect/core/stacktrace.dart View 1 chunk +0 lines, -3 lines 0 comments Download
D test/dart_codegen/expect/core/stopwatch.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D test/dart_codegen/expect/core/string.dart View 1 chunk +0 lines, -135 lines 0 comments Download
D test/dart_codegen/expect/core/string_buffer.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D test/dart_codegen/expect/core/string_sink.dart View 1 chunk +0 lines, -6 lines 0 comments Download
D test/dart_codegen/expect/core/symbol.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D test/dart_codegen/expect/core/type.dart View 1 chunk +0 lines, -2 lines 0 comments Download
D test/dart_codegen/expect/core/uri.dart View 1 chunk +0 lines, -1277 lines 0 comments Download
D test/dart_codegen/expect/d/d.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D test/dart_codegen/expect/math/jenkins_smi_hash.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D test/dart_codegen/expect/math/math View 1 chunk +0 lines, -58 lines 0 comments Download
D test/dart_codegen/expect/math/point.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D test/dart_codegen/expect/math/random.dart View 1 chunk +0 lines, -6 lines 0 comments Download
D test/dart_codegen/expect/math/rectangle.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D test/dart_codegen/expect/typed_data/typed_data View 1 chunk +0 lines, -752 lines 0 comments Download
D test/dart_codegen/expect/types.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D test/dart_codegen/expect/types/types.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D test/dart_codegen/types.dart View 1 chunk +0 lines, -8 lines 0 comments Download
D test/dart_codegen/types/a.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D test/dart_codegen/types/b.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D test/dart_codegen/types/c.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D test/dart_codegen/types/d.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D test/runtime/dart_logging_runtime_test.dart View 1 chunk +0 lines, -57 lines 0 comments Download
D test/runtime/dart_runtime_test.dart View 1 chunk +0 lines, -335 lines 0 comments Download
M tool/test.sh View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
vsm
5 years, 6 months ago (2015-06-03 19:39:53 UTC) #2
Leaf
lgtm
5 years, 6 months ago (2015-06-03 20:06:24 UTC) #3
Jennifer Messerly
lgtm too
5 years, 6 months ago (2015-06-03 20:20:50 UTC) #4
vsm
5 years, 6 months ago (2015-06-03 21:01:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6e49f34dca202dd4e2bedae07b32c8dc3345d121 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698