Find a file
2013-11-25 20:48:17 +00:00
client Use userAgent instead of webkitStartDart 2013-10-30 04:08:39 +00:00
docs/language Version 1.0. Mainly formatting corrections. 2013-11-12 23:05:52 +00:00
pkg Add license info to pkgs so we can pub lish directly 2013-11-25 20:20:05 +00:00
runtime - Update documentation of Dart_NewWeakPersistentHandle. 2013-11-25 20:48:17 +00:00
sdk Add demangle utility to Dartium's dart:html. Demangle typedef names in UserVisibleName. 2013-11-25 18:31:20 +00:00
tests Add demangle utility to Dartium's dart:html. Demangle typedef names in UserVisibleName. 2013-11-25 18:31:20 +00:00
tools Fix ddbg completers 2013-11-25 19:26:34 +00:00
utils Generate docgen output along with api_docs as part of the build 2013-11-20 21:51:51 +00:00
.gitignore Changed breaking image to discrepancy (2%) and made clock into collection. Repeating click on test item in browser. Added a wait for my setup and differentiated index.html from out/index.html 2013-11-06 01:21:12 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Removed dart.gyp:upload_sdk target and tools/upload_sdk.py 2013-11-25 12:41:55 +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.