Find a file
2012-06-21 10:48:55 +00:00
client Don't call FixJavaHome() during dart-editor* builds 2012-06-20 22:59:09 +00:00
compiler Back out support for try-on; too early 2012-06-20 21:12:49 +00:00
corelib/src Make isUtc a getter, change some method names in Date. Weekday is now 1 based. 2012-06-20 11:43:46 +00:00
lib Revert "First shot at source maps generation in dart2js." 2012-06-21 10:47:00 +00:00
runtime - Remove a few jumps from store barrier code. 2012-06-21 00:52:49 +00:00
tests Revert "Revert "Split classes test from html/element_test"" 2012-06-21 01:01:54 +00:00
tools Revert "Enables building dart_analyzer on windows and packaging it in the SDK" 2012-06-20 19:26:27 +00:00
utils Give cached sources control over their cache directories. 2012-06-18 23:45:36 +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.