Skip to content

Commit 9903fd0

Browse files
committed
Add infra updates
1 parent 90e7122 commit 9903fd0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ Please follow this template:
4242

4343
In this section, we collect recent updates to `rustc`, `cargo`, and other tooling that are relevant to Rust OS development.
4444

45+
- [Stabilize unsafe extern blocks (RFC 3484)](https://github.com/rust-lang/rust/pull/127921)
46+
- [Stabilize `offset_of_nested`](https://github.com/rust-lang/rust/pull/128284)
47+
- [Add `#[must_use]` to some `into_raw*` functions](https://github.com/rust-lang/rust/pull/127586)
48+
- [treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safe](https://github.com/rust-lang/rust/pull/125834)
49+
- [Add NuttX based targets for RISC-V and ARM](https://github.com/rust-lang/rust/pull/127755)
50+
- [`#[naked]`: report incompatible attributes](https://github.com/rust-lang/rust/pull/127853)
51+
- [Fill out target-spec metadata for all targets](https://github.com/rust-lang/rust/pull/127265)
52+
4553
<!--
4654
Please use the following template:
4755

0 commit comments

Comments
 (0)