Find a file
2014-11-04 15:00:00 +00:00
client Add support for running comparison of dart2js and dart2js with --dump-info output to the bots. 2014-08-26 11:05:58 +00:00
docs/language Introduced hash valued location markers in the spec 2014-10-20 14:02:23 +00:00
pkg Support for-in in analyzer2dart. 2014-11-04 14:53:18 +00:00
runtime Make JSON.fuse(UTF8) be more efficient by not creating intermediate string. 2014-11-04 10:25:41 +00:00
sdk Support for-in in analyzer2dart. 2014-11-04 14:53:18 +00:00
site/try Compute an incremental patch to JavaScript code. 2014-10-09 12:57:08 +00:00
tests Improve handling of intentionally broken links in test scripts. 2014-11-04 15:00:00 +00:00
tools Improve handling of intentionally broken links in test scripts. 2014-11-04 15:00:00 +00:00
utils Depend on sdk/lib and runtime dart files through the dart vm implicitly 2014-11-03 15:26:26 +00:00
.gitignore ignore local pub cache 2014-09-02 18:23:44 +00:00
AUTHORS
codereview.settings
create_sdk.gyp Do not include pub tests (and generated_pub tests) in the input for creating the sdk. 2014-09-11 12:49:50 +00:00
dart.gyp
LICENSE Add third_party NSS, SQLite, and zlib to Dart LICENSE file 2014-10-23 15:32:16 +00:00
PATENTS
PRESUBMIT.py
README Update Dartium android co19 status. 2014-08-27 08:52:38 +00:00
README.dart-sdk Remove lying line from sdk README 2014-10-15 11:04:00 +00:00
WATCHLISTS

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.