about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2023-12-21 13:26:15 +0100
committerPietro Albini <pietro@pietroalbini.org>2023-12-21 13:26:15 +0100
commit73cd2df422c08e2d659e38b4b7494fffb05228c2 (patch)
treec69401cd2f629d9ebc3cb14e06989c03dc00a668
parentc274a350df499bb9f6e35240169a0c37c5b8d3e9 (diff)
downloadrust-73cd2df422c08e2d659e38b4b7494fffb05228c2.tar.gz
rust-73cd2df422c08e2d659e38b4b7494fffb05228c2.zip
apply last suggestions from code review
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index ba1824da08c..3fb74b52292 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -24,6 +24,7 @@ Compiler
 - [Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny, and warn in dependencies.](https://github.com/rust-lang/rust/pull/116493/)
 - [Consider alias bounds when computing liveness in NLL.](https://github.com/rust-lang/rust/pull/116733/)
 - [Add the V (vector) extension to the `riscv64-linux-android` target spec.](https://github.com/rust-lang/rust/pull/116618/)
+- [Automatically enable cross-crate inlining for small functions](https://github.com/rust-lang/rust/pull/116505)
 - Add several new tier 3 targets:
     - [`csky-unknown-linux-gnuabiv2hf`](https://github.com/rust-lang/rust/pull/117049/)
     - [`i586-unknown-netbsd`](https://github.com/rust-lang/rust/pull/117170/)
@@ -43,7 +44,6 @@ Libraries
 - [Implement `Not, Bit{And,Or}{,Assign}` for IP addresses.](https://github.com/rust-lang/rust/pull/113747/)
 - [Implement `Default` for `ExitCode`.](https://github.com/rust-lang/rust/pull/114589/)
 - [Guarantee representation of None in NPO](https://github.com/rust-lang/rust/pull/115333/)
-- [Don't panic in `<BorrowedCursor as io::Write>::write`](https://github.com/rust-lang/rust/pull/115460/)
 - [Document when atomic loads are guaranteed read-only.](https://github.com/rust-lang/rust/pull/115577/)
 - [Broaden the consequences of recursive TLS initialization.](https://github.com/rust-lang/rust/pull/116172/)
 - [Windows: Support sub-millisecond sleep.](https://github.com/rust-lang/rust/pull/116461/)