Find a file
rnystrom@google.com 21963801ae Revert "Make Dart heap size bigger when running pub."
Reverts commit r29866.

BUG=

Review URL: https://codereview.chromium.org//58513005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29869 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 01:49:27 +00:00
client Use userAgent instead of webkitStartDart 2013-10-30 04:08:39 +00:00
docs/language Update spec for 0.8: Malformed types cause runtime errors for as, is and catch clauses, as well as checked mode subtype tests. Scripts main must be in exported namespace of library (can be exported, but import alone is not enough). Document effect of @proxy on typechecking. Metadata cannot include types. 2013-11-01 22:18:32 +00:00
pkg load MutationObserver polyfill for IE 2013-11-05 00:01:32 +00:00
runtime Fix http://dartbug.com/14763 2013-11-05 00:55:41 +00:00
sdk Revert "Make Dart heap size bigger when running pub." 2013-11-05 01:49:27 +00:00
tests Test for Issue 14805 - dart2js shadowed naming scheme picks wrong field 2013-11-05 01:14:58 +00:00
tools More Element method docs. 2013-11-04 21:08:05 +00:00
utils Return an absolute URI for Platform.script. 2013-11-04 07:25:57 +00:00
.gitignore Add more filters to gitignore. 2013-09-11 16:50:19 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Removed the openglui sample app. 2013-09-26 00:19:04 +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.