]> git.proxmox.com Git - rustc.git/blobdiff - src/bootstrap/CHANGELOG.md
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / bootstrap / CHANGELOG.md
index 8437a10426b71dd8a0c8c1e2c99df5e1cb0b460c..2f99e36aef219c99c4f57da1cf3b1150c417d50e 100644 (file)
@@ -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