Find a file
2014-08-05 21:46:43 +00:00
client Remove old buildbot editor building script. 2014-06-30 09:01:42 +00:00
docs/language Clarify that prefixes may not be built-in identifers 2014-07-25 00:49:05 +00:00
pkg Make Change implementation consistent with the server spec. 2014-08-05 21:39:05 +00:00
runtime Avoid redundant allocation of accessor names. 2014-08-04 23:04:52 +00:00
sdk Add Uri.replace which creates a new Uri with the same fields as the original, but with some fields replaced by the user. 2014-08-05 12:23:14 +00:00
site/try Clear old messages when reporting exception. 2014-07-14 14:36:35 +00:00
tests Fix js/null_test to run also in CSP mode 2014-08-05 21:46:43 +00:00
tools Test infrastructure: Avoid restarting browser app on Android twice simultaneously. 2014-08-05 14:01:23 +00:00
utils Build core library stubs as part of building the SDK. 2014-07-16 19:11:14 +00:00
.gitignore Added .test_outcome.log to gitignore. 2014-07-28 20:43:16 +00:00
AUTHORS Added 'Kenneth Endfinger' to AUTHORS file 2014-06-30 12:27:29 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
create_sdk.gyp Build core library stubs as part of building the SDK. 2014-07-16 19:11:14 +00:00
dart.gyp Don't build dart2js_bot on debug dart2js bots 2014-05-08 06:49:20 +00:00
LICENSE Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PATENTS Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PRESUBMIT.py Remove presubmit suppression. 2013-08-21 11:02:39 +00:00
README Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
README.dart-sdk Update SDK README 2014-07-29 20:04:48 +00:00
WATCHLISTS Update WATCHLISTS for Observatory 2014-03-12 23:09:53 +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.