Find a file
Alexander Aprelev e7d71bedf5 [toolchain] Update Windows VS toolchain to current Chromium one.
Changes to the canonical are only addition of a comment header and path-setting lines:
```
chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))

SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

sys.path.insert(0, os.path.join(chrome_src, 'tools'))
```

Change-Id: I403c1d7dd56cc45fcddd93142e8929e8cd5ae75f
Reviewed-on: https://dart-review.googlesource.com/76705
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2018-09-26 17:09:36 +00:00
.github Update the move metadata file. 2018-07-12 17:34:43 +00:00
build [toolchain] Update Windows VS toolchain to current Chromium one. 2018-09-26 17:09:36 +00:00
client
docs Update spec of potentially constant and compile-time constant expressions. 2018-09-26 14:17:39 +00:00
pkg Clarify code that checks for analyzer/FE differences. 2018-09-26 17:05:25 +00:00
runtime [vm] Add a reload test that checks that types are finalized. 2018-09-26 14:10:53 +00:00
samples [VM] Remove support for option --no-preview-dart-2 2018-09-24 20:38:08 +00:00
samples-dev Clean up super calls in swarm. 2018-08-21 17:56:13 +00:00
sdk Make Uri.parse accept [ and ] in path, query and fragment. 2018-09-26 14:09:37 +00:00
tests Fix copyright date in new test 2018-09-26 16:55:54 +00:00
third_party Remove remaining traces of content_shell and DumpRenderTree 2018-08-30 08:15:30 +00:00
tools [benchmark] Add gen_kernel_bytecode.dill to try_benchmarks.sh 2018-09-26 17:01:34 +00:00
utils [VM] Remove support for option --no-preview-dart-2 2018-09-24 20:38:08 +00:00
.clang-format
.gitattributes
.gitconfig
.gitignore
.gn
.mailmap fix my name in .mailmap 2018-09-11 01:45:52 +00:00
.packages Remove pkg/dart_messages 2018-09-11 16:20:06 +00:00
AUTHORS
BUILD.gn Cleanup some of the build rules to not use Dart 1 mode. 2018-09-19 22:23:33 +00:00
CHANGELOG.md Make Uri.parse accept [ and ] in path, query and fragment. 2018-09-26 14:09:37 +00:00
codereview.settings
CONTRIBUTING.md Add CONTRIBUTING.md 2018-08-15 18:02:17 +00:00
dartdoc_options.yaml
DEPS bump to linter 0.1.64 2018-09-25 22:52:52 +00:00
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md
WATCHLISTS CC sra also in changes to compiler files and tests 2018-07-31 18:27:19 +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.