dart-sdk/compiler
scheglov@google.com c6d61ca3d0 Add Analyzer commment line option '--type-checks-for-inferred-types'.
So, users can get same warnings was in Editor, if they want to.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//11308256

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15484 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 00:39:52 +00:00
..
eclipse.workspace dartc Eclipse projects no longer need these two source dirs. 2012-04-01 18:34:51 +00:00
java/com/google/dart/compiler Add Analyzer commment line option '--type-checks-for-inferred-types'. 2012-11-29 00:39:52 +00:00
javatests/com/google/dart Don't warn if inferred type is too generic - such as Object or Collection. 2012-11-28 20:51:57 +00:00
scripts Removed a -d32 flag to dart_analyzer (fix for http://code.google.com/p/dart/issues/detail?id=5836) 2012-10-24 16:53:46 +00:00
tests/dartc Remove references to 'frog' 2012-08-22 15:34:17 +00:00
.gitignore Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. 2012-11-27 14:07:53 +00:00
api.dart Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. 2012-11-13 10:41:37 +00:00
build.xml Fixed dartc test/build setup, so test can run on Windows. Might be related to dart:2623 2012-08-31 04:19:09 +00:00
dart-compiler.gyp Fixed dartc test/build setup, so test can run on Windows. Might be related to dart:2623 2012-08-31 04:19:09 +00:00
dart_analyzer.mf Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk 2012-06-07 12:39:38 +00:00
dart_analyzer.xml Fixed dartc test/build setup, so test can run on Windows. Might be related to dart:2623 2012-08-31 04:19:09 +00:00
dartium.gyp Remove dartc optimizing backend. 2012-02-08 10:22:07 +00:00
generate_source_list.py Fix paths in build process so we can build dartc (and then frog) on Windows. 2011-12-16 19:36:40 +00:00
generate_systemlibrary_list.py Import with keyword for 2.5 python as well as backport os.path.relpath() from python unittest2 2011-10-25 18:45:22 +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.