Find a file
2015-07-16 09:51:56 -07:00
client
docs/language Ensure null aware ops on statics are unsurprising. 2015-06-29 15:33:06 -07:00
pkg Add hook for listening to implicitly analyzed files 2015-07-16 08:10:38 -07:00
runtime Add errorsAreFatal, onExit and onError parameters to the spawn functions. 2015-07-16 16:52:43 +02:00
samples dart2js cps: Support JS_CURRENT_ISOLATE. 2015-07-07 15:55:13 +02:00
samples-dev
sdk Add errorsAreFatal, onExit and onError parameters to the spawn functions. 2015-07-16 16:52:43 +02:00
site/try Fix try/web/end_to_end_test 2015-07-13 22:30:13 +02:00
tests Fix a WebSocket crash. 2015-07-15 13:30:06 -07:00
third_party
tools "The "now" option forces the linker to resolve all dynamic symbols at program start time and the "relro" option marks the Global Offset Table (GOT) as read-only. Together, these options prevent attacks that try to overwrite libc function pointers in the GOT." 2015-07-16 09:39:45 -07:00
utils keep old location of libraries.dart in the generated SDK (fixes 23755) 2015-06-30 17:08:21 -07:00
.gitattributes js_ast test is now line-ending agnostic 2015-07-01 08:26:36 -07:00
.gitignore
.mailmap
AUTHORS Add Cristian Almstrand to AUTHORS 2015-07-16 09:51:56 -07:00
CHANGELOG.md Fix a WebSocket crash. 2015-07-15 13:30:06 -07:00
codereview.settings
create_sdk.gyp sdk files reorganization to make dart2js a proper package 2015-06-29 10:21:14 -07:00
dart.gyp
DEPS DEP bump for analyzer_cli. 2015-07-15 14:51:39 -07:00
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md
WATCHLISTS Add more Observatory related paths to WATCHLISTS and add rmacnak@ 2015-07-06 15:33:58 -07: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.

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.