No description
Find a file
Zachary Anderson 02447e5b80 Revert "GN: Make GN the default"
This reverts commit ca864e93a1.

Reverting for unforseen failures in dart2js testing.

Review-Url: https://codereview.chromium.org/2599673004 .
2016-12-22 13:43:01 -08:00
build
client
docs/language Add README for informal specs directory. 2016-12-21 15:52:54 -08:00
pkg Kernel-ify buildIsNode logic and add generics type variable checking in buildIsNode. 2016-12-22 11:53:30 -08:00
runtime Added entry for thread information in the isolate view of the observatory. Current information shown is: -List of active threads w/ their associated ID and task kinds -All zones active under a given thread, including their allocated capacity and current usage. 2016-12-22 10:25:54 -08:00
samples
samples-dev
sdk dart2js rti fix: functions are subtypes of Object 2016-12-22 11:16:13 -08:00
tests dart2js rti fix: functions are subtypes of Object 2016-12-22 11:16:13 -08:00
third_party
tools Revert "GN: Make GN the default" 2016-12-22 13:43:01 -08:00
utils
.clang-format
.gitattributes
.gitignore
.gn
.mailmap
.packages
.travis.yml
AUTHORS
BUILD.gn
CHANGELOG.md
codereview.settings
create_sdk.gyp
dart.gyp
DEPS Update pub to revision d7649be15213c43669a40c33af516d8eb210e876 2016-12-21 11:20:20 +01:00
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md
WATCHLISTS

Dart

Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.

Using Dart

Visit the dartlang.org to learn more about the language, tools, getting started, and more.

Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.

Building Dart

Learn how to get the source and prepare your machine to build the SDK.

There are more documents on our wiki.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.

License

See LICENSE.