No description
Find a file
Lasse R.H. Nielsen 76db06cc24 Fix assert in Future code to allow a Future<Future<int>>.
Fix the `lib_2/async/future_test` test which was otherwise failing everywhere.
Updated status files.

Change-Id: I4e277dd7d47692b92b3303bfdd7cfbde120a8f87
Reviewed-on: https://dart-review.googlesource.com/65080
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2018-07-16 11:27:36 +00:00
.github Update the move metadata file. 2018-07-12 17:34:43 +00:00
build [build] Copy Observatory assets with GN rather than observatory_tool.py 2018-07-10 19:08:47 +00:00
client
docs Added new feature spec generic-function-instantiation.md. 2018-07-11 14:49:58 +00:00
pkg Fix assert in Future code to allow a Future<Future<int>>. 2018-07-16 11:27:36 +00:00
runtime [vm/compiler] Improved type analysis for check class. 2018-07-15 03:51:36 +00:00
samples Remove some broad dart2analyzer status file exclusions. 2018-07-13 04:20:21 +00:00
samples-dev Remove the retype method. 2018-06-12 14:36:09 +00:00
sdk Fix assert in Future code to allow a Future<Future<int>>. 2018-07-16 11:27:36 +00:00
tests Fix assert in Future code to allow a Future<Future<int>>. 2018-07-16 11:27:36 +00:00
third_party Roll http_io forward 2018-06-28 21:42:38 +00:00
tools Dummy commit to investigate CQ and CI failures. 2018-07-13 14:06:22 +00:00
utils [build] Move dart2js run for Observatory from python to GN 2018-07-03 22:50:16 +00:00
.clang-format
.gitattributes
.gitconfig
.gitignore
.gn
.mailmap
.packages First stab at a parsing library for named configurations. 2018-06-26 22:17:08 +00:00
AUTHORS
BUILD.gn [fuchsia] Mark runtime_kernel testonly 2018-07-10 17:32:43 +00:00
CHANGELOG.md Reenable the Iterable.whereType method. 2018-07-10 18:05:15 +00:00
codereview.settings
dartdoc_options.yaml
DEPS Update the checked-in sdk to version 2.0.0-dev.68.0 2018-07-12 09:01:12 +00:00
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md
WATCHLISTS Update WATCHLISTS to get notifications about changes in kernel and pkg/vm 2018-06-11 18:29:29 +00:00

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

If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.

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 & patents

See LICENSE and PATENTS.