| commit | 480c8a86e50d1fbac7f77c743e5a765abe522714 | [log] [tgz] |
|---|---|---|
| author | Alexander Thomas <athom@google.com> | Mon Feb 14 12:13:23 2022 +0000 |
| committer | Alexander Thomas <athom@google.com> | Mon Feb 14 12:13:23 2022 +0000 |
| tree | 25bfe0c4eba1d1093bbf91bcc3f747502b68fb0f | |
| parent | 74a355c54472aee4e0f4ac892f1da962c6714b05 [diff] |
[co19] Roll co19 to 310e789d81336ba2b6141788f200e643aa8f0ef7 2022-02-11 sgrekhov@unipro.ru dart-lang/co19#1260. WeakReference.target test added 2022-02-11 sgrekhov@unipro.ru dart-lang/co19#1260. Test that use ffi moved to a separate directory 2022-02-11 sgrekhov@unipro.ru dart-lang/co19#1260. Optional parameters added to triggerGcWithDelay() 2022-02-10 irina.arkhipets@gmail.com dart-lang/co19#1260: Added tests for Finalizer.attach method. 2022-02-10 sgrekhov@unipro.ru dart-lang/co19#1260. Unnecessary delays removed form WeakReference tests 2022-02-10 sgrekhov@unipro.ru dart-lang/co19#1292. Compile error in Enhanced enums example fixed 2022-02-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1297. User-written 'index' is not allowed 2022-02-10 sgrekhov@unipro.ru Fixes dart-lang/co19#1293. Change expected error location in analyzer 2022-02-09 irina.arkhipets@gmail.com dart-lang/co19#1260: Added tests for Finalizer. 2022-02-09 sgrekhov@unipro.ru dart-lang/co19#1258. Enhanced enums test fixed, issue numbers added 2022-02-09 irina.arkhipets@gmail.com dart-lang/co19#1260: Added tests for Finalizer. 2022-02-08 irina.arkhipets@gmail.com dart-lang/co19#1260: Added tests for Finalizer. 2022-02-08 sgrekhov@unipro.ru dart-lang/co19#1258. Add more tests on user-written 'index' and 'values' 2022-02-08 sgrekhov@unipro.ru dart-lang/co19#1289. More roll failures fixed 2022-02-08 sgrekhov@unipro.ru dart-lang/co19#1289. Roll failures fixed 2022-02-08 sgrekhov@unipro.ru Fixes dart-lang/co19#1290. Constant constructors can't have a body 2022-02-08 irina.arkhipets@gmail.com dart-lang/co19#1260: Updated LanguageFeatures/FinalizationRegistry/Finalizer tests. 2022-02-07 sgrekhov@unipro.ru dart-lang/co19#1258. Update Enhanced Enums test. Now user-written 'values' and 'index' are not allowed 2022-02-07 sgrekhov@unipro.ru Fixes dart-lang/co19#1288. Remove 'index' declaration Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-debug-x64-try,vm-kernel-nnbd-linux-release-simarm-try,vm-kernel-nnbd-linux-release-simarm64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-debug-x64-try,vm-kernel-precomp-nnbd-linux-release-simarm64-try,vm-kernel-precomp-nnbd-linux-release-x64-try,vm-kernel-precomp-nnbd-mac-release-simarm64-try,vm-kernel-precomp-nnbd-win-release-x64-try Change-Id: I67d2028c58733088b5e46ea83092af1fa41c3c53 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/232600 Reviewed-by: William Hesse <whesse@google.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
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.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.