https://boringssl.googlesource.com/boringssl.git/+log/657052c5d909..2382739958b6 2026-04-21 davidben@google.com Disable check_imported_libraries check on CI 2026-04-21 dimitri.ledkov@surgut.co.uk Link to CMVP certificate for 20240805 2026-04-21 rpolzer@google.com ML-KEM benchmarks: add per-operation microbenchmarks. 2026-04-21 davidben@google.com Add a value barrier to EVP_sha256_final_with_secret_suffix too 2026-04-21 davidben@google.com Add unit tests for EVP_aead_aes_128_cbc_sha256_tls 2026-04-21 davidben@google.com docs/references: Use the newer RFC for ChaCha20-Poly1305 2026-04-20 chlily@google.com Add some missing #includes 2026-04-20 davidben@google.com Remove an unused label and dead code from chacha20_poly1305_armv8.pl 2026-04-20 chlily@google.com Rust: fix a missing import 2026-04-20 Ladsgroup@gmail.com anyExtendeKeyUsage -> anyExtendedKeyUsage 2026-04-20 Ladsgroup@gmail.com Fix typos 2026-04-20 rrangel@google.com rust: bssl-macros: Add Apache-2.0 license 2026-04-18 davidben@google.com Clear unused bits in ASN1_STRING_set/set0 2026-04-18 davidben@google.com delocate: Support three-argument .prefalign 2026-04-18 davidben@google.com Add ASN1_BIT_STRING_set1 2026-04-18 davidben@google.com Add ASN1_BIT_STRING_unused_bits and deprecate ASN1_BIT_STRING_num_bytes 2026-04-18 davidben@google.com Remove ASN1_BIT_STRING implicit truncation 2026-04-17 davidben@google.com Explicitly trim strings in ASN1_BIT_STRING_set_bit 2026-04-17 chlily@google.com Correct a comment in serializing a CBS_ASN1_BITSTRING 2026-04-17 rrangel@google.com rust: bssl-crypto: fix clippy errors 2026-04-17 xfding@google.com rust: bssl-tls: Give an option to disable session controls 2026-04-17 xfding@google.com rust: bssl-tls: More TLS context protocol controls 2026-04-17 xfding@google.com Drop the irrelevant tests from other CLs 2026-04-17 xfding@google.com rust: bssl-tls: Split TlsMode 2026-04-17 xfding@google.com rust: bssl-tls: Introduce preshared key support 2026-04-17 xfding@google.com rust: bssl-tls: Introduce connection builder 2026-04-17 davidben@google.com Update SSL_CTX_set0_buffer_pool reflecting CRYPTO_BUFFER_POOL changes 2026-04-17 davidben@google.com Run the GeneralNames parser through trailing data tests 2026-04-17 minhalemail@gmail.com Fix wrong parser variable in directoryName trailing data check 2026-04-17 davidben@google.com bio->method cannot be null 2026-04-17 davidben@google.com Don't use both bio and impl in the same function 2026-04-17 davidben@google.com Remove some stray OPENSSL_EXPORTS in a .cc file 2026-04-17 xfding@google.com rust: bssl-tls: adopt Linux kernel Rust import style 2026-04-17 davidben@google.com Fix BIO_find_type with BIO chains 2026-04-17 rpolzer@google.com Minor optimizations to MLKEM: marking some internal functions inline. 2026-04-17 davidben@google.com Remove OPENSSL_EXPORT from some internal libssl functions If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/boringssl-dart-sdk Please CC dart-engprod@google.com,dart-vm-gardener@rotations.google.com,dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in BoringSSL: https://crbug.com/boringssl/new To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: dart-vm-gardener@rotations.google.com Change-Id: I9c8ebcabc9e695b5d3b516334caacd268a98dcd2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/497127 Commit-Queue: Brian Quinlan <bquinlan@google.com> Reviewed-by: Liam Appelbe <liama@google.com> Reviewed-by: Brian Quinlan <bquinlan@google.com>
Dart
An approachable, portable, and productive language for high-quality apps on any platform
Dart is:
-
Approachable: Develop with a strongly typed programming language that is consistent, concise, and offers modern language features like null safety and patterns.
-
Portable: Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend. Compile to JavaScript or WebAssembly for the web.
-
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app. Diagnose app issues using DevTools.
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).
License & patents
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Using Dart
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).
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 in our repo at docs.
Contributing to Dart
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.
Roadmap
Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.