Find a file
2013-08-16 16:09:32 +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 Mark pkg/crypto/test/sha256_test as flaky on safari. 2013-08-16 09:07:26 +00:00
runtime Changed names of parameters of double.parse in patches to match change in external signature. 2013-08-16 12:41:07 +00:00
sdk Modify custom elements to inherit from HtmlElement 2013-08-16 15:24:32 +00:00
tests Modify custom elements to inherit from HtmlElement 2013-08-16 15:24:32 +00:00
tools Modify custom elements to inherit from HtmlElement 2013-08-16 15:24:32 +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 Removed compiler/ directory from repository 2013-08-02 08:31:15 +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.