Find a file
Paul Berry 7d314c99bb Always pass "allocate: true" when converting URIs to paths.
There's no need to special case the handling of "dart:" URIs.
Eventually we will need the "allocate:" behavior for all URIs anyhow,
because we won't have a pre-traversal of the import graph to populate
the FileRepository.

R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2651193002 .
2017-01-25 09:21:59 -08:00
build Add support for configurable -OX optimization levels for debug builds 2017-01-24 17:36:37 +01:00
client
docs/language Add changelog to dart spec file. 2017-01-23 14:00:28 +01:00
pkg Always pass "allocate: true" when converting URIs to paths. 2017-01-25 09:21:59 -08:00
runtime Revert "Optimizations to IC stub for unoptimized code performance on x64." 2017-01-25 12:09:19 +01:00
samples Update status file after "Fix race in deletion of native message handlers" 2017-01-24 10:01:29 +01:00
samples-dev
sdk Revert "Make HTTP headers use a growing buffer, not a fixed-size 8K one." 2017-01-23 14:57:27 -08:00
tests Remove package:unittest from some tests 2017-01-25 08:50:02 -08:00
third_party Update jsshell to 50.0 2016-12-06 16:58:15 -08:00
tools Fix tools/create_pkg_manifest.py to generate valid XML. (#28501) 2017-01-24 12:29:03 -08:00
utils Support spawnUri in app snapshots. 2017-01-17 15:59:41 -08:00
.clang-format
.gitattributes Restore line endings of files that should be CRLF. 2016-12-09 11:09:55 -08:00
.gitignore Fuchsia: Adds a script to download the prebuild SDK 2016-12-02 13:18:54 -08:00
.gn
.mailmap
.packages Merge kernel closure conversion into the Dart SDK 2016-12-15 10:16:22 +01:00
.travis.yml Allow clang travis build to fail 2017-01-24 15:56:41 -08:00
AUTHORS
BUILD.gn Fuchsia: Copy libraries to SDK bin directory 2017-01-20 13:06:34 -08:00
CHANGELOG.md Update changelog for GN change 2017-01-20 11:00:51 -08:00
codereview.settings
create_sdk.gyp Make list_files.py and list_dart_files.py return absolute paths for GN 2016-12-13 10:01:28 -08:00
dart.gyp Remove dart_noopt and related parts from the VM. 2017-01-11 16:55:55 -08:00
DEPS Bring dart_style 0.2.15 into the repo. 2017-01-23 14:24:16 -08:00
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md Update README.md (#28472) 2017-01-23 11:53:45 +01:00
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

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.