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

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed)

Created:
6 years, 1 month ago by Johnni Winther
Modified:
6 years, 1 month ago
Reviewers:
ahe, floitsch
CC:
reviews_dartlang.org, ricow1, vm-dev_dartlang.org
Visibility:
Public.

Description

Move dart2js from sdk/lib/_internal/compiler to pkg/compiler BUG= Committed: https://code.google.com/p/dart/source/detail?r=41514

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+372 lines, -116377 lines) Patch
M pkg/analyzer2dart/bin/analyzer2dart.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer2dart/lib/src/converted_world.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer2dart/lib/src/cps_generator.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M pkg/analyzer2dart/lib/src/dart_backend.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/analyzer2dart/lib/src/element_converter.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/analyzer2dart/lib/src/tree_shaker.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer2dart/lib/src/util.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer2dart/test/driver_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer2dart/test/sexpr_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer2dart/test/tree_shaker_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/compiler/lib/compiler.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/compiler/lib/src/README.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/apiimpl.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/compiler/lib/src/cache_strategy.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/closure.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/code_buffer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/colors.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/common.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/compile_time_constants.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/compiler.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/constant_system.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/constant_system_dart.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/constants/expressions.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/constants/values.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/constant_propagation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/cps_ir_builder_visitor.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/cps_ir_tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/optimizers.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/redundant_phi.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart2js.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/compiler/lib/src/dart2js_profile_many.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart2js_stress.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart2jslib.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/backend.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/backend_ast_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/backend_ast_nodes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/backend_ast_to_frontend_ast.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/copy_propagator.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/dart_backend.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/logical_rewriter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/loop_rewriter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/outputter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/placeholder_collector.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/renamer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/statement_rewriter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/tree_ir_builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/tree_ir_nodes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_backend/tree_ir_tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dart_types.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/deferred_load.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/diagnostic_listener.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/dump_info.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/elements/elements.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/elements/modelx.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/elements/names.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/elements/visitor.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/enqueue.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/filenames.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/hash/sha1.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/helpers/debug_collection.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/helpers/expensive_map.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/helpers/expensive_set.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/helpers/helpers.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/helpers/stats.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/helpers/trace.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/helpers/track_map.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/closure_tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/inferrer_visitor.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/list_tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/map_tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/node_tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js/builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js/js.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js/nodes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js/precedence.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js/printer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js/template.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/backend.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/checked_mode_helpers.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/constant_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/constant_handler_javascript.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/constant_system_javascript.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/custom_elements_analysis.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/js_backend.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/compiler/lib/src/js_backend/minify_namer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/namer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/native_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/runtime_types.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_backend/type_variable_handler.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/class_stub_generator.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/code_emitter_task.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/helpers.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/interceptor_stub_generator.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/js_emitter.dart View 1 chunk +3 lines, -2 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/model.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/new_emitter/emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/class_builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/code_emitter_helper.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/container_builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/declarations.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/interceptor_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/metadata_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/nsm_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/reflection_data_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/old_emitter/type_test_emitter.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/program_builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/js_emitter/registry.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/library_loader.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirror_renamer/renamer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/analyze.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/dart2js_instance_mirrors.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/dart2js_library_mirror.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/dart2js_member_mirrors.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/dart2js_mirrors.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/dart2js_type_mirrors.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/mirrors_util.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors/source_mirrors.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/mirrors_used.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/native/behavior.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/native/enqueue.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/native/js.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/native/native.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/native/scanner.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/native/ssa.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ordered_typeset.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/patch_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/class_members.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/member_impl.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/members.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/registry.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/resolution.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/scope.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/secret_tree_element.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolution/signatures.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/resolved_visitor.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/array_based_scanner.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/class_element_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/keyword.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/listener.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/parser_task.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/partial_parser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/scanner.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/scanner_task.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/scannerlib.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/string_scanner.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/token.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/scanner/utf8_bytes_scanner.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/script.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/source_file.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/source_file_provider.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/source_map_builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/builder.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/codegen.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/codegen_helpers.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/interceptor_simplifier.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/invoke_dynamic_specializers.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/nodes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/optimize.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/ssa.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/ssa_tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/types.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/types_propagation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/validate.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/value_range_analyzer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/value_set.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/ssa/variable_allocator.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/string_validator.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tracer.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tree/dartstring.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tree/nodes.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tree/prettyprint.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tree/tree.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tree/unparser.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/typechecker.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/container_type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/dictionary_type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/flat_type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/forwarding_type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/map_type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/types.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/union_type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/types/value_type_mask.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/universe/function_set.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/universe/side_effects.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/universe/universe.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/use_unused_api.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/characters.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/command_line.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/emptyset.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/indentation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/link.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/link_implementation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/maplet.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/setlet.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/uri_extras.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/util.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/util/util_implementation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/warnings.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/world.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/samples/compile_loop/compile_loop.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/compiler/samples/darttags/darttags.dart View 2 chunks +12 lines, -12 lines 0 comments Download
A + pkg/compiler/samples/jsonify/jsonify.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M pkg/compiler_unsupported/tool/create_library.py View 1 chunk +8 lines, -5 lines 0 comments Download
M pkg/dart2js_incremental/lib/dart2js_incremental.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/dart2js_incremental/lib/diff.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/dart2js_incremental/lib/library_updater.dart View 1 chunk +11 lines, -10 lines 0 comments Download
M pkg/docgen/lib/src/exports/dart2js_mirrors.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/docgen/lib/src/exports/mirrors_util.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/docgen/lib/src/exports/source_mirrors.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/docgen/lib/src/generator.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/docgen/lib/src/models/annotation.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/pkg.gyp View 2 chunks +2 lines, -4 lines 0 comments Download
M pkg/pkg.status View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/benchmark_test.cc View 3 chunks +20 lines, -3 lines 0 comments Download
M runtime/vm/unit_test.cc View 2 chunks +26 lines, -0 lines 0 comments Download
M sdk/bin/dart2js View 3 chunks +16 lines, -12 lines 0 comments Download
M sdk/bin/dart2js.bat View 3 chunks +16 lines, -11 lines 0 comments Download
A + sdk/bin/dart2js_sdk View 2 chunks +1 line, -7 lines 0 comments Download
A + sdk/bin/dart2js_sdk.bat View 2 chunks +1 line, -6 lines 0 comments Download
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, -363 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, -2184 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/constant_system.dart View 1 chunk +0 lines, -110 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/constant_system_dart.dart View 1 chunk +0 lines, -408 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, -1412 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_builder_visitor.dart View 1 chunk +0 lines, -885 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_nodes.dart View 1 chunk +0 lines, -954 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/cps_ir/cps_ir_nodes_sexpr.dart View 1 chunk +0 lines, -198 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, -439 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 chunk +0 lines, -688 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, -919 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, -1217 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, -453 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, -477 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/dart_backend/tree_ir_nodes.dart View 1 chunk +0 lines, -664 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, -1611 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 chunk +0 lines, -2721 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, -2381 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/inferrer_visitor.dart View 1 chunk +0 lines, -1277 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, -1344 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart View 1 chunk +0 lines, -1322 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, -675 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, -345 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, -359 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, -67 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, -5054 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, -49 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, -209 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/listener.dart View 1 chunk +0 lines, -2493 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/scanner/parser.dart View 1 chunk +0 lines, -2578 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, -166 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, -731 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, -6578 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, -330 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart View 1 chunk +0 lines, -749 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 chunk +0 lines, -3100 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, -2274 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart View 1 chunk +0 lines, -533 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, -830 lines 0 comments Download
D sdk/lib/_internal/compiler/implementation/typechecker.dart View 1 chunk +0 lines, -1786 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, -257 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, -2243 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
M sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/dart.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/barback/dart2js_transformer.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/dart.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M site/try/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M site/try/build_try.gyp View 2 chunks +3 lines, -2 lines 0 comments Download
M site/try/poi/Makefile View 1 chunk +9 lines, -9 lines 0 comments Download
M site/try/poi/poi.dart View 3 chunks +9 lines, -9 lines 0 comments Download
M site/try/src/compiler_isolate.dart View 1 chunk +1 line, -1 line 0 comments Download
M site/try/src/editor.dart View 1 chunk +1 line, -1 line 0 comments Download
M site/try/src/interaction_manager.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/analyze_dart2js_test.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/analyze_helper.dart View 4 chunks +12 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/analyze_only_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/analyze_unused_dart2js_test.dart View 2 chunks +8 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/async_compiler_input_provider_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/backend_dart/dart_backend_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/dart_new_backend_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/dart_printer_test.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/end2end_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/opt_constprop_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/opt_redundant_phi_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/opt_shrinking_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/sexpr2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/sexpr_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/backend_dart/test_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/bad_output_io_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/begin_end_token_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/call_site_simple_type_inferer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/check_elements_invariants_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/command_line_split_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/compiler_alt.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 2 chunks +13 lines, -13 lines 0 comments Download
M tests/compiler/dart2js/compiler_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/cpa_inference_test.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/deferred_dont_inline_deferred_constants_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/deferred_dont_inline_deferred_globals_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/deferred_emit_type_checks_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/deferred_follow_constant_dependencies_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/deferred_load_graph_segmentation_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/deferred_mirrors_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/deferred_not_in_main_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/dump_info_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/erroneous_element_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/exit_code_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/field_type_simple_inferer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/find_my_name_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/indentation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/instantiated_classes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/js_parser_statements_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/js_parser_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/js_spec_string_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/least_upper_bound_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/link_helper.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/link_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/list_tracer2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/list_tracer3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/list_tracer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/list_tracer_typed_data_length_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/lookup_member_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/map_tracer_keys_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/map_tracer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/maplet_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/members_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/memory_source_file_helper.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/message_kind_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/message_kind_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/metadata_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mirror_helper_rename_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/mirror_helper_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/mirror_helper_unique_minification_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/mirror_system_helper.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/mirror_tree_shaking_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/mirrors/mirrors_reader_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/mirrors/mirrors_test_helper.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/mirrors_exports_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mirrors_lookup_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/mirrors_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/mirrors_used_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/missing_file_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mixin_typevariable_test.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/override_inheritance_test.dart View 3 chunks +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/package_root_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/parser_helper.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/parser_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/part_of_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/patch_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/private_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/reexport_handled_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/resolution_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/scanner_offset_length_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/scanner_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/setlet_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/sha1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_callers_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_relations_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_try_catch_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/source_map_d2js_validity_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/source_map_deferred_d2js_validity_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/source_map_validator_helper.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/source_mapping_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/space_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/stats_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/strip_comment_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/subtype_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/type_checker_test.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/type_combination_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/type_equals_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_mask2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/type_mask_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_mask_test_helper.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/type_order_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/type_representation_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/type_substitution_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_test_helper.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/type_variable_occurrence_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/union_type_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/unneeded_part_js_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/unparser2_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/uri_extras_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/value_range2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/warnings_checker.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/lib/analyzer/analyze_library.status View 1 chunk +0 lines, -2 lines 0 comments Download
M tests/try/poi/apply_updates_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/try/poi/compiler_test_case.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/try/poi/diff_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/try/poi/forget_element_test.dart View 2 chunks +8 lines, -8 lines 0 comments Download
M tests/try/poi/poi_find_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/try/poi/serialize_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/utils/dart2js_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/utils/source_mirrors_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/create_sdk.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/docs/lib/docs.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/apidoc/apidoc.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M utils/apidoc/html_diff.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/apidoc/lib/metadata.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/compiler/compiler.gyp View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Johnni Winther
Reviewed in: Part 1: https://codereview.chromium.org/687973002/ Part 2: https://codereview.chromium.org/686113002/ Part 3: https://codereview.chromium.org/692513002/
6 years, 1 month ago (2014-11-05 08:38:41 UTC) #2
Johnni Winther
Committed patchset #1 (id:1) manually as 41514 (presubmit successful).
6 years, 1 month ago (2014-11-05 08:59:33 UTC) #3
ahe
6 years, 1 month ago (2014-11-05 11:02:55 UTC) #5
Message was sent while issue was closed.
LGTM!

git blame appears to be able to find the history of these files. Also, using:

  git log --follow pkg/compiler/lib/compiler.dart

I can follow the history all the way back to when I committed this file using
the name "frog/leg/api.dart"
(https://code.google.com/p/dart/source/detail?r=5168).

Powered by Google App Engine
This is Rietveld 408576698