Find a file
turnidge@google.com b891e78325 Post-meetup feature extravaganza.
Remodel the top-level isolate summary page.

Add variables to stack frames in the stack trace.

Stop putting small integers and bools in the object id ring.

Rework how we pass down null references (and null-like references like
uninitialized values).

Collect all isolate timers by default.

Change the lifetime of IsolateSpawnState so that we can refer to it
later to know how an isolate started up.  Stop pretending that
IsolateSpawnState is a void*.  Clean up vestigial IsolateStartData.

R=johnmccutchan@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32128 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-29 18:40:12 +00:00
client Use userAgent instead of webkitStartDart 2013-10-30 04:08:39 +00:00
docs/language Tweak text to clarify that using atype variable in an expression in a static method is a compile time error. 2014-01-18 00:16:11 +00:00
pkg Mark pgkbuild/samples/third_party/angular_todo as failing on russian windows 2014-01-29 12:26:39 +00:00
runtime Post-meetup feature extravaganza. 2014-01-29 18:40:12 +00:00
sdk First attempt at optimizing InstanceMirror.getField. 2014-01-29 18:38:09 +00:00
site/try Exclude makefiles from git tracking. 2014-01-21 22:20:41 +00:00
tests Post-meetup feature extravaganza. 2014-01-29 18:40:12 +00:00
tools Allow copy_coredumps flag on all platforms. 2014-01-29 11:45:36 +00:00
utils Add a snapshot for docgen and use it in the build 2014-01-27 18:40:34 +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 Add GYP build rule for Try Dart! 2014-01-15 14:10:02 +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.