dart-sdk/compiler
mmendez@google.com 115fc3df08 Revert "Revert "Eliminate retarded constructors.""
This reverts r66 which was a revert of r64.  The original commit failed because "optimized" mode builds won't generate NoSuchMethodErrors and that is why the release mode test won't pass.  So for that issue, I updated the language.status file.

The client failure appears to be test infrastructure flakiness because my rollback failed but the subsequent build succeeded and I'm unable to reproduce the failure at my desk.

Review URL: https://chromereviews.googleplex.com/3508025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@88 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-06 02:46:31 +00:00
..
eclipse.workspace Initial checkin. 2011-10-05 05:00:35 +00:00
java/com/google/dart Revert "Revert "Eliminate retarded constructors."" 2011-10-06 02:46:31 +00:00
javatests/com/google/dart Revert "Revert "Eliminate retarded constructors."" 2011-10-06 02:46:31 +00:00
lib Reduce swarm's optimized code size by 10% (480 to 433K) by replace class names with short ids. 2011-10-05 19:49:41 +00:00
scripts Initial checkin. 2011-10-05 05:00:35 +00:00
tests Create a directory for python package, move 'testing' in there 2011-10-05 14:01:12 +00:00
api.dart Initial checkin. 2011-10-05 05:00:35 +00:00
build.xml Initial checkin. 2011-10-05 05:00:35 +00:00
dart-compiler.gyp Initial checkin. 2011-10-05 05:00:35 +00:00
dartc.mf Initial checkin. 2011-10-05 05:00:35 +00:00
dartc.xml Initial checkin. 2011-10-05 05:00:35 +00:00
dartium.gyp Initial checkin. 2011-10-05 05:00:35 +00:00
generate_source_list.py Initial checkin. 2011-10-05 05:00:35 +00:00
README Initial checkin. 2011-10-05 05:00:35 +00:00

This directory is a placeholder for the eventual Dart compiler.
The Dart compiler consists of among others a Dart front-end, a Dart->JS backend, a Dart->Dart backend, tree-shaking tools, minification tools.