Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/2025-12-17-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
* [simplify how inline asm handles `MaybeUninit`](https://github.com/rust-lang/rust/pull/149950)

#### Library
* [add `SystemTime::{MIN,` MAX}](https://github.com/rust-lang/rust/pull/148825)
* [add `SystemTime::{MIN, MAX}`](https://github.com/rust-lang/rust/pull/148825)
* [add `core::hint::prefetch_{read, write}_{data, instruction}`](https://github.com/rust-lang/rust/pull/146948)
* [constify `DropGuard::dismiss` and trait impls](https://github.com/rust-lang/rust/pull/148755)
* [fix vec iter zst alignment](https://github.com/rust-lang/rust/pull/149272)
Expand Down