|
About the libs category
|
|
1
|
2081
|
March 25, 2019
|
|
Implement FusedIterator for core::iter::StepBy
|
|
4
|
243
|
March 13, 2026
|
|
`alloc`-only `HashMap`?
|
|
5
|
220
|
March 12, 2026
|
|
Get `&mut Map` back from entry API
|
|
8
|
422
|
February 16, 2026
|
|
FFI-proof slice::from_raw_parts
|
|
13
|
540
|
February 10, 2026
|
|
Offset_of_val!
|
|
19
|
690
|
February 9, 2026
|
|
Impl From<&Cow<[T]>> for &[T]
|
|
4
|
273
|
January 22, 2026
|
|
`leading_zeros()` has UB ... again?
|
|
5
|
567
|
January 2, 2026
|
|
No simple and basic std threadpool processpool
|
|
2
|
276
|
December 28, 2025
|
|
Adding functions to temporarily take ownership of a mutable reference to std::mem
|
|
28
|
837
|
December 23, 2025
|
|
Why isn't there a `std::fs::read<T>()` function?
|
|
7
|
420
|
December 8, 2025
|
|
Bit interleaving in std
|
|
7
|
716
|
December 6, 2025
|
|
Skip poison logic for abort on panic
|
|
5
|
367
|
December 6, 2025
|
|
💡 Proposal: Add `include_c_str!` Macro to Rust
|
|
5
|
448
|
November 29, 2025
|
|
The memory order of the `store` to `weak` in `is_unique` is over-strict #149376
|
|
3
|
354
|
November 27, 2025
|
|
A plan to move most of `std::io` to `alloc`
|
|
11
|
1153
|
November 27, 2025
|
|
`lock_api::RawMutex` implementation based on `std`
|
|
5
|
212
|
November 25, 2025
|
|
Two very different String methods for the same job?
|
|
1
|
282
|
November 23, 2025
|
|
Unsized `MaybeUninit`
|
|
2
|
282
|
November 17, 2025
|
|
Marker trait for value types
|
|
2
|
204
|
November 15, 2025
|
|
Is `File::lock` really unsupported on Android?
|
|
2
|
413
|
November 13, 2025
|
|
Is it correct to relax the variances of lifetimes of `thread::Scope` to contravariant?
|
|
2
|
395
|
November 11, 2025
|
|
[Pre-RFC]: IntoOwned trait that harmonizes Cow and ToOwned
|
|
15
|
995
|
November 6, 2025
|
|
Pre-RFC: `std::fmt::FormattingOptions.indentation`
|
|
20
|
861
|
October 27, 2025
|
|
Optimize `std::env::args_os().collect::<Vec<_>>()`
|
|
7
|
422
|
October 22, 2025
|
|
Immutable equivalent of IntoIterator
|
|
5
|
435
|
October 17, 2025
|
|
Pre-ACP: floor halve with remainder
|
|
10
|
445
|
October 14, 2025
|
|
`is_...` functions on char should have a unifed API
|
|
4
|
410
|
October 2, 2025
|
|
Constant-time selection intrinsics
|
|
6
|
725
|
October 1, 2025
|
|
Implement ExactSizeIterator for `Zip<A, Repeat<B>> where A: ExactSizeIterator, B: Clone`
|
|
10
|
497
|
September 23, 2025
|