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

Issue 692513002: Remove old dart2js code. (Closed)

Created:
6 years, 1 month ago by Johnni Winther
Modified:
6 years, 1 month ago
Reviewers:
ahe, floitsch, Paul Berry, Rico
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove old dart2js code. This is part 3/3: Part 1: https://codereview.chromium.org/687973002/ Part 2: https://codereview.chromium.org/686113002/ Part 3: https://codereview.chromium.org/692513002/ These CLs are based on r41258. Committed through https://codereview.chromium.org/694353007/

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -115077 lines) Patch
D sdk/lib/_internal/compiler/compiler.dart View 1 chunk +0 lines, -187 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/README.txt View 1 chunk +0 lines, -12 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/apiimpl.dart View 1 chunk +0 lines, -358 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cache_strategy.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/closure.dart View 1 chunk +0 lines, -1031 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/code_buffer.dart View 1 chunk +0 lines, -129 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/colors.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/common.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/compile_time_constants.dart View 1 chunk +0 lines, -1101 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/compiler.dart View 1 chunk +0 lines, -2172 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/constant_system.dart View 1 chunk +0 lines, -108 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/constant_system_dart.dart View 1 chunk +0 lines, -376 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/constants/expressions.dart View 1 chunk +0 lines, -412 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/constants/values.dart View 1 chunk +0 lines, -834 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/constant_propagation.dart View 1 chunk +0 lines, -666 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_builder.dart View 1 chunk +0 lines, -865 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_builder_visitor.dart View 1 chunk +0 lines, -1259 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_nodes.dart View 1 chunk +0 lines, -945 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_nodes_sexpr.dart View 1 chunk +0 lines, -197 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_tracer.dart View 1 chunk +0 lines, -392 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/optimizers.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/redundant_phi.dart View 1 chunk +0 lines, -180 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/shrinking_reductions.dart View 1 chunk +0 lines, -437 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 chunk +0 lines, -679 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart2js_profile_many.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart2js_stress.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart2jslib.dart View 1 chunk +0 lines, -78 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart View 1 chunk +0 lines, -450 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/backend_ast_emitter.dart View 1 chunk +0 lines, -899 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/backend_ast_nodes.dart View 1 chunk +0 lines, -1544 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/backend_ast_to_frontend_ast.dart View 1 chunk +0 lines, -1211 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/copy_propagator.dart View 1 chunk +0 lines, -199 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/dart_backend.dart View 1 chunk +0 lines, -40 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/logical_rewriter.dart View 1 chunk +0 lines, -451 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/loop_rewriter.dart View 1 chunk +0 lines, -134 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/outputter.dart View 1 chunk +0 lines, -562 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/placeholder_collector.dart View 1 chunk +0 lines, -701 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/renamer.dart View 1 chunk +0 lines, -362 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/statement_rewriter.dart View 1 chunk +0 lines, -553 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/tree_ir_builder.dart View 1 chunk +0 lines, -472 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/tree_ir_nodes.dart View 1 chunk +0 lines, -656 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/tree_ir_tracer.dart View 1 chunk +0 lines, -420 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_types.dart View 1 chunk +0 lines, -1808 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/deferred_load.dart View 1 chunk +0 lines, -767 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dump_info.dart View 1 chunk +0 lines, -667 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 chunk +0 lines, -1578 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 chunk +0 lines, -2725 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/elements/names.dart View 1 chunk +0 lines, -103 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/elements/visitor.dart View 1 chunk +0 lines, -43 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 chunk +0 lines, -905 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/filenames.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/hash/sha1.dart View 1 chunk +0 lines, -377 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/helpers/debug_collection.dart View 1 chunk +0 lines, -329 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/helpers/expensive_map.dart View 1 chunk +0 lines, -73 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/helpers/expensive_set.dart View 1 chunk +0 lines, -132 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/helpers/helpers.dart View 1 chunk +0 lines, -95 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/helpers/stats.dart View 1 chunk +0 lines, -788 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/helpers/trace.dart View 1 chunk +0 lines, -333 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/helpers/track_map.dart View 1 chunk +0 lines, -113 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/closure_tracer.dart View 1 chunk +0 lines, -122 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/concrete_types_inferrer.dart View 1 chunk +0 lines, -2375 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/inferrer_visitor.dart View 1 chunk +0 lines, -1267 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/list_tracer.dart View 1 chunk +0 lines, -209 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart View 1 chunk +0 lines, -124 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/node_tracer.dart View 1 chunk +0 lines, -387 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.dart View 1 chunk +0 lines, -1338 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart View 1 chunk +0 lines, -1306 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart View 1 chunk +0 lines, -1537 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js/builder.dart View 1 chunk +0 lines, -1199 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js/js.dart View 1 chunk +0 lines, -22 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js/nodes.dart View 1 chunk +0 lines, -1123 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js/precedence.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js/printer.dart View 1 chunk +0 lines, -1177 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js/template.dart View 1 chunk +0 lines, -680 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 chunk +0 lines, -2450 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/checked_mode_helpers.dart View 1 chunk +0 lines, -122 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart View 1 chunk +0 lines, -393 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/constant_handler_javascript.dart View 1 chunk +0 lines, -263 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/constant_system_javascript.dart View 1 chunk +0 lines, -344 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/custom_elements_analysis.dart View 1 chunk +0 lines, -207 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart View 1 chunk +0 lines, -225 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/namer.dart View 1 chunk +0 lines, -1396 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 1 chunk +0 lines, -480 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart View 1 chunk +0 lines, -909 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_backend/type_variable_handler.dart View 1 chunk +0 lines, -180 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/class_stub_generator.dart View 1 chunk +0 lines, -43 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart View 1 chunk +0 lines, -362 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/helpers.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/interceptor_stub_generator.dart View 1 chunk +0 lines, -318 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart View 1 chunk +0 lines, -105 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/model.dart View 1 chunk +0 lines, -187 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/new_emitter/emitter.dart View 1 chunk +0 lines, -76 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/new_emitter/model_emitter.dart View 1 chunk +0 lines, -498 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/class_builder.dart View 1 chunk +0 lines, -62 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/class_emitter.dart View 1 chunk +0 lines, -609 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/code_emitter_helper.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/container_builder.dart View 1 chunk +0 lines, -642 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/declarations.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/emitter.dart View 1 chunk +0 lines, -1998 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/interceptor_emitter.dart View 1 chunk +0 lines, -159 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/metadata_emitter.dart View 1 chunk +0 lines, -137 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/nsm_emitter.dart View 1 chunk +0 lines, -388 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/reflection_data_parser.dart View 1 chunk +0 lines, -409 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/old_emitter/type_test_emitter.dart View 1 chunk +0 lines, -448 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/program_builder.dart View 1 chunk +0 lines, -405 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/js_emitter/registry.dart View 1 chunk +0 lines, -97 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/library_loader.dart View 1 chunk +0 lines, -1034 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirror_renamer/renamer.dart View 1 chunk +0 lines, -118 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart View 1 chunk +0 lines, -66 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/dart2js_instance_mirrors.dart View 1 chunk +0 lines, -302 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/dart2js_library_mirror.dart View 1 chunk +0 lines, -236 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/dart2js_member_mirrors.dart View 1 chunk +0 lines, -239 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart View 1 chunk +0 lines, -501 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart View 1 chunk +0 lines, -504 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/mirrors_util.dart View 1 chunk +0 lines, -429 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors/source_mirrors.dart View 1 chunk +0 lines, -251 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/mirrors_used.dart View 1 chunk +0 lines, -595 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/native/behavior.dart View 1 chunk +0 lines, -438 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/native/enqueue.dart View 1 chunk +0 lines, -641 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/native/js.dart View 1 chunk +0 lines, -83 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/native/native.dart View 1 chunk +0 lines, -62 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/native/scanner.dart View 1 chunk +0 lines, -43 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/native/ssa.dart View 1 chunk +0 lines, -111 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ordered_typeset.dart View 1 chunk +0 lines, -221 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/patch_parser.dart View 1 chunk +0 lines, -513 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/class_members.dart View 1 chunk +0 lines, -898 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/member_impl.dart View 1 chunk +0 lines, -256 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 chunk +0 lines, -4977 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/registry.dart View 1 chunk +0 lines, -374 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/resolution.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/scope.dart View 1 chunk +0 lines, -174 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/secret_tree_element.dart View 1 chunk +0 lines, -67 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolution/signatures.dart View 1 chunk +0 lines, -378 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/resolved_visitor.dart View 1 chunk +0 lines, -79 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/array_based_scanner.dart View 1 chunk +0 lines, -220 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/class_element_parser.dart View 1 chunk +0 lines, -222 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/keyword.dart View 1 chunk +0 lines, -205 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/listener.dart View 1 chunk +0 lines, -2450 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/parser.dart View 1 chunk +0 lines, -2455 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/parser_task.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/partial_parser.dart View 1 chunk +0 lines, -145 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/scanner.dart View 1 chunk +0 lines, -1156 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/scanner_task.dart View 1 chunk +0 lines, -67 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/string_scanner.dart View 1 chunk +0 lines, -56 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/token.dart View 1 chunk +0 lines, -722 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/utf8_bytes_scanner.dart View 1 chunk +0 lines, -213 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/script.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/source_file.dart View 1 chunk +0 lines, -222 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/source_file_provider.dart View 1 chunk +0 lines, -323 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/source_map_builder.dart View 1 chunk +0 lines, -267 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 chunk +0 lines, -6567 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 chunk +0 lines, -2722 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/codegen_helpers.dart View 1 chunk +0 lines, -703 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart View 1 chunk +0 lines, -305 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart View 1 chunk +0 lines, -728 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 chunk +0 lines, -3087 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 chunk +0 lines, -2151 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/ssa.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/ssa_tracer.dart View 1 chunk +0 lines, -522 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/types.dart View 1 chunk +0 lines, -70 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart View 1 chunk +0 lines, -363 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/validate.dart View 1 chunk +0 lines, -200 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/value_range_analyzer.dart View 1 chunk +0 lines, -1075 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/value_set.dart View 1 chunk +0 lines, -157 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart View 1 chunk +0 lines, -716 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/string_validator.dart View 1 chunk +0 lines, -235 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/tracer.dart View 1 chunk +0 lines, -119 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/tree/dartstring.dart View 1 chunk +0 lines, -251 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/tree/nodes.dart View 1 chunk +0 lines, -2187 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart View 1 chunk +0 lines, -515 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/tree/tree.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/tree/unparser.dart View 1 chunk +0 lines, -803 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/typechecker.dart View 1 chunk +0 lines, -1752 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/container_type_mask.dart View 1 chunk +0 lines, -105 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/dictionary_type_mask.dart View 1 chunk +0 lines, -118 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart View 1 chunk +0 lines, -702 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/forwarding_type_mask.dart View 1 chunk +0 lines, -117 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/map_type_mask.dart View 1 chunk +0 lines, -120 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/type_mask.dart View 1 chunk +0 lines, -264 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/types.dart View 1 chunk +0 lines, -336 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart View 1 chunk +0 lines, -347 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/types/value_type_mask.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/universe/function_set.dart View 1 chunk +0 lines, -236 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/universe/side_effects.dart View 1 chunk +0 lines, -107 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/universe/universe.dart View 1 chunk +0 lines, -805 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/use_unused_api.dart View 1 chunk +0 lines, -253 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/characters.dart View 1 chunk +0 lines, -143 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/command_line.dart View 1 chunk +0 lines, -78 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/emptyset.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/indentation.dart View 1 chunk +0 lines, -53 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/link.dart View 1 chunk +0 lines, -147 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/link_implementation.dart View 1 chunk +0 lines, -184 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/maplet.dart View 1 chunk +0 lines, -280 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/setlet.dart View 1 chunk +0 lines, -312 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/uri_extras.dart View 1 chunk +0 lines, -68 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/util.dart View 1 chunk +0 lines, -217 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/util/util_implementation.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/warnings.dart View 1 chunk +0 lines, -2138 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/world.dart View 1 chunk +0 lines, -524 lines 0 comments Download
D sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart View 1 chunk +0 lines, -76 lines 0 comments Download
D sdk/lib/_internal/compiler/samples/darttags/darttags.dart View 1 chunk +0 lines, -179 lines 0 comments Download
D sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart View 1 chunk +0 lines, -101 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Johnni Winther
6 years, 1 month ago (2014-10-29 13:08:07 UTC) #2
Johnni Winther
6 years, 1 month ago (2014-10-29 13:08:10 UTC) #3
Paul Berry
lgtm
6 years, 1 month ago (2014-10-29 14:17:15 UTC) #4
floitsch
6 years, 1 month ago (2014-10-29 14:24:07 UTC) #5
LGTM.
this CL must be committed at the same time as the first one.
Otherwise git won't detect the move.

Powered by Google App Engine
This is Rietveld 408576698