]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
miri
[rust.git] / RELEASES.md
index 987431a2dbfd951852d25c9e849feaa70d8470e3..d6f5909a2ebc016eaf1fb4c354468843207fb3a3 100644 (file)
@@ -12,7 +12,7 @@ Compiler
 --------
 
 - [Add LLVM CFI support to the Rust compiler][89652]
-- [Stabilize -Z strip as -C strip][90058]. Note that while release builds already don't add debug symbols for the code you compile, the compiled standard library that ships with Rust includes debug symbols, so you may want to use the `strip` option to remove these symbols to produce smaller release binaries.
+- [Stabilize -Z strip as -C strip][90058]. Note that while release builds already don't add debug symbols for the code you compile, the compiled standard library that ships with Rust includes debug symbols, so you may want to use the `strip` option to remove these symbols to produce smaller release binaries. Note that this release only includes support in rustc, not directly in cargo.
 - [Add support for LLVM coverage mapping format versions 5 and 6][91207]
 - [Emit LLVM optimization remarks when enabled with `-Cremark`][90833]
 - [Update the minimum external LLVM to 12][90175]
@@ -53,16 +53,6 @@ These APIs are now usable in const contexts:
 - [`Duration::checked_mul`]
 - [`Duration::saturating_mul`]
 - [`Duration::checked_div`]
-- [`Duration::as_secs_f64`]
-- [`Duration::as_secs_f32`]
-- [`Duration::from_secs_f64`]
-- [`Duration::from_secs_f32`]
-- [`Duration::mul_f64`]
-- [`Duration::mul_f32`]
-- [`Duration::div_f64`]
-- [`Duration::div_f32`]
-- [`Duration::div_duration_f64`]
-- [`Duration::div_duration_f32`]
 - [`MaybeUninit::as_ptr`]
 - [`MaybeUninit::as_mut_ptr`]
 - [`MaybeUninit::assume_init`]
@@ -120,6 +110,7 @@ and related tools.
 [89652]: https://github.com/rust-lang/rust/pull/89652/
 [89677]: https://github.com/rust-lang/rust/pull/89677/
 [89951]: https://github.com/rust-lang/rust/pull/89951/
+[90041]: https://github.com/rust-lang/rust/pull/90041/
 [90058]: https://github.com/rust-lang/rust/pull/90058/
 [90104]: https://github.com/rust-lang/rust/pull/90104/
 [90117]: https://github.com/rust-lang/rust/pull/90117/