Skip to content

Commit 500c54f

Browse files
committed
Add infra updates
1 parent 622f6ad commit 500c54f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/this-month/2024-08/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
4949
- (optional) Some additional context
5050
-->
5151

52+
- [add Box::as_ptr and Box::as_mut_ptr methods](https://github.com/rust-lang/rust/pull/129091)
53+
- [Stabilize unsafe extern blocks (RFC 3484)](https://github.com/rust-lang/rust/pull/127921)
54+
- [Stabilize `asm_const`](https://github.com/rust-lang/rust/pull/128570)
55+
- [Stabilize `unsafe_attributes`](https://github.com/rust-lang/rust/pull/128771)
56+
- [Stabilize raw_ref_op (RFC 2582)](https://github.com/rust-lang/rust/pull/127679)
57+
- [Promote riscv64gc-unknown-linux-musl to tier 2](https://github.com/rust-lang/rust/pull/122049)
58+
- [float types: document NaN bit pattern guarantees](https://github.com/rust-lang/rust/pull/129559)
59+
- [Partially stabilize feature(new_uninit)](https://github.com/rust-lang/rust/pull/129401)
60+
5261
## `rust-osdev` Projects
5362

5463
In this section, we give an overview of notable changes to the projects hosted under the [`rust-osdev`](https://github.com/rust-osdev/about) organization.

0 commit comments

Comments
 (0)