Skip to content

Commit a77460e

Browse files
committed
Add infra updates
1 parent 26c3f98 commit a77460e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ Please follow this template:
4646

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

49+
- [Stabilize `LazyCell` and `LazyLock`](https://github.com/rust-lang/rust/pull/121377)
50+
- `LazyCell` is available in `no_std`
51+
- [Stabilize `error_in_core`](https://github.com/rust-lang/rust/pull/125951)
52+
- [Add `x86_64-unknown-linux-none` target](https://github.com/rust-lang/rust/pull/125023) (freestanding linux binaries without `libc` dependency)
53+
- [Add `opt-for-size` core lib feature flag](https://github.com/rust-lang/rust/pull/125011)
54+
- [Implement feature `integer_sign_cast`](https://github.com/rust-lang/rust/pull/125884)
55+
4956
<!--
5057
Please use the following template:
5158

0 commit comments

Comments
 (0)