Find a file
2013-08-22 01:37:02 +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 windows tests as failing (this time for real) 2013-08-22 01:37:02 +00:00
runtime Detect circular dependencies in compile time constants 2013-08-21 23:55:59 +00:00
sdk Add one-line description to dart:isolate, plus a start at doc comment cleanup. 2013-08-22 00:38:39 +00:00
tests WebSocket security checks changed a bit with the latest Dartium roll so the test failed with the following error when protocol 'chat' was used. failed: Error during WebSocket handshake: Sec-WebSocket-Protocol mismatch" 2013-08-22 00:33:54 +00:00
tools Use new Dart API functions 2013-08-22 01:15:58 +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 update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Removed compiler/ directory from repository 2013-08-02 08:31:15 +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 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.