Find a file
2013-01-04 10:55:49 +00:00
client Fix javahome for pub bots 2012-12-13 15:29:32 +00:00
compiler Fix for renaming named constructor reference in 'super' invocation. 2012-12-23 02:35:10 +00:00
pkg Convert pkg/http to use "package:" imports. 2013-01-04 00:10:47 +00:00
runtime - Consolidate verbose-gc output to be a single line which can be imported easily into spreadsheets. 2013-01-04 02:15:36 +00:00
sdk Refactor location computation in dart2js mirrors. 2013-01-04 10:55:49 +00:00
tests Refactor location computation in dart2js mirrors. 2013-01-04 10:55:49 +00:00
tools Removed all the deprecated attributes. 2013-01-03 22:52:59 +00:00
utils Add a validator for top-level directory names. 2013-01-04 00:25:22 +00:00
.gitignore Add tools/out to .gitignore. 2012-12-29 11:09:22 +00:00
codereview.settings
dart.gyp Re-commit adding dart-analyzer to the SDK for Windows. 2012-12-13 23:38:16 +00:00
PRESUBMIT.py
README
README.dart-sdk

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/      Dart static analyzer.
editor/        Eclipse-based standalone Dart IDE.
lib/           Libraries that ship with the Dart runtime (core, html, etc.).
pkg/           Packages that are not shipped with the core runtime.
runtime/       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.
utils/         Utilities for Dart applications.