Skip to content

Commit 73cd2df

Browse files
committed
apply last suggestions from code review
1 parent c274a35 commit 73cd2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Compiler
2424
- [Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny, and warn in dependencies.](https://github.com/rust-lang/rust/pull/116493/)
2525
- [Consider alias bounds when computing liveness in NLL.](https://github.com/rust-lang/rust/pull/116733/)
2626
- [Add the V (vector) extension to the `riscv64-linux-android` target spec.](https://github.com/rust-lang/rust/pull/116618/)
27+
- [Automatically enable cross-crate inlining for small functions](https://github.com/rust-lang/rust/pull/116505)
2728
- Add several new tier 3 targets:
2829
- [`csky-unknown-linux-gnuabiv2hf`](https://github.com/rust-lang/rust/pull/117049/)
2930
- [`i586-unknown-netbsd`](https://github.com/rust-lang/rust/pull/117170/)
@@ -43,7 +44,6 @@ Libraries
4344
- [Implement `Not, Bit{And,Or}{,Assign}` for IP addresses.](https://github.com/rust-lang/rust/pull/113747/)
4445
- [Implement `Default` for `ExitCode`.](https://github.com/rust-lang/rust/pull/114589/)
4546
- [Guarantee representation of None in NPO](https://github.com/rust-lang/rust/pull/115333/)
46-
- [Don't panic in `<BorrowedCursor as io::Write>::write`](https://github.com/rust-lang/rust/pull/115460/)
4747
- [Document when atomic loads are guaranteed read-only.](https://github.com/rust-lang/rust/pull/115577/)
4848
- [Broaden the consequences of recursive TLS initialization.](https://github.com/rust-lang/rust/pull/116172/)
4949
- [Windows: Support sub-millisecond sleep.](https://github.com/rust-lang/rust/pull/116461/)

0 commit comments

Comments
 (0)