Find a file
2012-06-25 17:07:16 +00:00
client Don't call FixJavaHome() during dart-editor* builds 2012-06-20 22:59:09 +00:00
compiler Fix NPE when DartC analyze library fails 2012-06-25 16:51:19 +00:00
corelib/src Fix some warnings in the core library identified by the static analyzer. 2012-06-22 04:27:57 +00:00
lib Don't transform interceptors into dynamic invocations for null. 2012-06-25 14:01:55 +00:00
runtime Simple iterative liveness analysis over SSA. 2012-06-25 17:07:16 +00:00
tests Don't transform interceptors into dynamic invocations for null. 2012-06-25 14:01:55 +00:00
tools Revert "Added the ability to filter which tests are run by name, using a --filter argument passed to test.dart." 2012-06-22 09:14:54 +00:00
utils Update pub.status file to fix build. 2012-06-21 16:48:21 +00:00
.gitignore Update .gitignore for Windows 2012-06-21 10:48:55 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Revert "Enables building dart_analyzer on windows and packaging it in the SDK" 2012-06-20 19:26:27 +00:00
README Reapply r8017. 2012-05-25 22:58:10 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at dartlang.org or code.google.com/p/dart.

Here's a brief guide to what's in here:

compiler/      dartc static analyzer
corelib/       core libraries (collections, built-ins...)
editor/        the Eclipse-based standalone Dart IDE
language/      language specification
lib/           libraries (dart2js compiler, html, isolate, json, math, ...)
runtime/       the Dart VM and code for running it as a standalone app
samples/       sample Dart programs 
tests/         automated tests
third_party/   external dependencies
tools/         build scripts, text editor support files, etc.