X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2FCHANGELOG.md;h=2f99e36aef219c99c4f57da1cf3b1150c417d50e;hb=48b5d110ae8b0917d09b71cdcfa6e5107a4fc224;hp=8437a10426b71dd8a0c8c1e2c99df5e1cb0b460c;hpb=722bebf1635709453e507a257688f5e85d80528a;p=rust.git diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md index 8437a10426b..2f99e36aef2 100644 --- a/src/bootstrap/CHANGELOG.md +++ b/src/bootstrap/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `llvm-libunwind` now accepts `in-tree` (formerly true), `system` or `no` (formerly false) [#77703](https://github.com/rust-lang/rust/pull/77703) - The options `infodir`, `localstatedir`, and `gpg-password-file` are no longer allowed in config.toml. Previously, they were ignored without warning. Note that `infodir` and `localstatedir` are still accepted by `./configure`, with a warning. [#82451](https://github.com/rust-lang/rust/pull/82451) +- Add options for enabling overflow checks, one for std (`overflow-checks-std`) and one for everything else (`overflow-checks`). Both default to false. ### Non-breaking changes