| commit | 21a9b007029e0067df9e29d83b03389c468145b0 | [log] [tgz] | 
|---|---|---|
| author | DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com> | Mon Aug 04 09:13:58 2025 -0700 | 
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 04 09:13:58 2025 -0700 | 
| tree | 032b4da75fa27fe422ffa27b7885a52caceaf0b3 | |
| parent | 3fac7c56ebeb9a3bd7df99a741e02d97e946cc74 [diff] | 
Roll BoringSSL from be5be0a4f5eb to 739613d2e62b (38 revisions) https://boringssl.googlesource.com/boringssl.git/+log/be5be0a4f5eb..739613d2e62b 2025-07-28 chlily@google.com Make checkout_rust in util/bot/DEPS also run hooks for clang 2025-07-25 davidben@google.com Work around a Rust problem tripped by working around a Rust problem, which in turn was tripped by working around a Rust problem 2025-07-25 perlarsen@google.com rust: Gate new lint on Rust version 2025-07-25 chlily@google.com Revert "Add a try builder to run boringssl presubmits" 2025-07-24 chlily@google.com Add a try builder to run boringssl presubmits 2025-07-24 chlily@google.com Add PRESUBMIT.py for infra/config 2025-07-24 chlily@google.com Specify ACL for CQ new patchset runs 2025-07-24 chlily@google.com rust: add includable CQ builder for testing 2025-07-22 mpolzer@google.com Add a comment about ct and gcc builtins 2025-07-21 chlily@google.com Pull in Rust toolchain via util/bot/DEPS 2025-07-21 chlily@google.com Add a Rust workspace 2025-07-18 zlukas@google.com Add X-Wing KEM option for HPKE. 2025-07-17 chlily@google.com rust: Suppress unnecessary_transmutes warnings in bssl-sys 2025-07-15 chlily@google.com Update .gitignore to check in Cargo.lock files 2025-07-15 flowerhack@google.com [clang-tidy] First stab at making clang-tidy bot work 2025-07-10 davidben@google.com Fix some tabs in build.json 2025-07-10 davidben@google.com Fix some more IWYU issues 2025-07-10 agl@chromium.org Keep SHA-1 in crypto.h 2025-07-09 davidben@google.com Fix Rust build 2025-07-09 agl@chromium.org Add sha2.h 2025-07-09 bas@westerbaan.name Add ML-DSA-44 2025-07-09 davidben@google.com Rename bn_mul_mont to bn_mul_mont_words 2025-07-08 davidben@google.com Remove Lw and Hw macros from BN internals 2025-07-07 davidben@google.com bssl-crypto: Test that we don't accidentally accept RSA-PSS keys 2025-07-07 davidben@google.com Test that libssl rejects id-RSASSA-PSS certificates 2025-07-07 davidben@google.com runner: write a new test certificate library 2025-07-07 davidben@google.com Drop the RSA, DSA, and DH DoS limits to 8,192 bits 2025-07-03 davidben@google.com Make BN_MONT_CTX opaque 2025-07-02 davidben@google.com Shave 8 bytes off BN_MONT_CTX in 64-bit 2025-07-02 davidben@google.com Inline a small single-use variable 2025-07-02 davidben@google.com Supress the run_tests target when we're a subdirectory 2025-07-02 davidben@google.com Don't look for libunwind when BUILD_TESTING is off 2025-07-01 davidben@google.com Update tools and prep for 0.20250701.0 2025-06-30 davidben@google.com More clearly suggest passing NULL for EC and EC_KEY APIs 2025-06-30 davidben@google.com Add EVP_PKEY_get_ec_curve_nid and EVP_PKEY_get_ec_point_conv_form 2025-06-30 davidben@google.com Remove the SHA-1 default for PSS with EVP_PKEY 2025-06-30 davidben@google.com Document the default use of SHA-1 with OAEP 2025-06-30 davidben@google.com Change the RSA-PSS salt length default to RSA_PSS_SALTLEN_DIGEST 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@grotations.appspotmail.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@grotations.appspotmail.com Change-Id: I24576e745ef78fe42bf1348005e5d12d79b662b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442500 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Alexander Aprelev <aam@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>
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).
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 in our repo at docs.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.
Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.