Find a file
2013-08-20 10:38:55 +00:00
client First CL for removing our dependency on the checked-in binary for building 2013-08-06 10:52:57 +00:00
pkg rollback problem blink merge cl 2013-08-20 06:22:24 +00:00
runtime Remove int.pow and double.pow from VM library. 2013-08-20 08:13:13 +00:00
sdk Refine the type of a local after it has been used as the receiver of a call. 2013-08-20 09:36:32 +00:00
tests Refine the type of a local after it has been used as the receiver of a call. 2013-08-20 09:36:32 +00:00
tools Support testing the dart2js compiler on the 64 bit vm 2013-08-20 10:25:27 +00:00
utils starting to work on unit test config interface 2013-08-15 20:48:32 +00:00
.gitignore Missed a change that handled this in third_party/.gitignore 2013-08-16 16:09:32 +00:00
codereview.settings
dart.gyp Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
PRESUBMIT.py Disable status tree check until we figure out what is wrong with dart-status.appspot.com 2013-08-16 07:38:19 +00:00
README Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
README.dart-sdk Fix spelling mistake Dark -> Dart 2013-08-20 10:38:55 +00:00
WATCHLISTS Add WATCHLISTS file. 2013-08-15 09:25:23 +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 http://dartlang.org or
http://code.google.com/p/dart.

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

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.