|
About the libs category
|
|
1
|
2081
|
March 25, 2019
|
|
Implement FusedIterator for core::iter::StepBy
|
|
5
|
388
|
March 16, 2026
|
|
`alloc`-only `HashMap`?
|
|
5
|
294
|
March 12, 2026
|
|
Get `&mut Map` back from entry API
|
|
8
|
432
|
February 16, 2026
|
|
FFI-proof slice::from_raw_parts
|
|
13
|
551
|
February 10, 2026
|
|
Offset_of_val!
|
|
19
|
696
|
February 9, 2026
|
|
Impl From<&Cow<[T]>> for &[T]
|
|
4
|
278
|
January 22, 2026
|
|
`leading_zeros()` has UB ... again?
|
|
5
|
571
|
January 2, 2026
|
|
No simple and basic std threadpool processpool
|
|
2
|
277
|
December 28, 2025
|
|
Adding functions to temporarily take ownership of a mutable reference to std::mem
|
|
28
|
844
|
December 23, 2025
|
|
Why isn't there a `std::fs::read<T>()` function?
|
|
7
|
420
|
December 8, 2025
|
|
Bit interleaving in std
|
|
7
|
723
|
December 6, 2025
|
|
Skip poison logic for abort on panic
|
|
5
|
370
|
December 6, 2025
|
|
💡 Proposal: Add `include_c_str!` Macro to Rust
|
|
5
|
450
|
November 29, 2025
|
|
The memory order of the `store` to `weak` in `is_unique` is over-strict #149376
|
|
3
|
355
|
November 27, 2025
|
|
A plan to move most of `std::io` to `alloc`
|
|
11
|
1167
|
November 27, 2025
|
|
`lock_api::RawMutex` implementation based on `std`
|
|
5
|
214
|
November 25, 2025
|
|
Two very different String methods for the same job?
|
|
1
|
283
|
November 23, 2025
|
|
Unsized `MaybeUninit`
|
|
2
|
285
|
November 17, 2025
|
|
Marker trait for value types
|
|
2
|
205
|
November 15, 2025
|
|
Is `File::lock` really unsupported on Android?
|
|
2
|
417
|
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
|
997
|
November 6, 2025
|
|
Pre-RFC: `std::fmt::FormattingOptions.indentation`
|
|
20
|
865
|
October 27, 2025
|
|
Optimize `std::env::args_os().collect::<Vec<_>>()`
|
|
7
|
429
|
October 22, 2025
|
|
Immutable equivalent of IntoIterator
|
|
5
|
436
|
October 17, 2025
|
|
Pre-ACP: floor halve with remainder
|
|
10
|
446
|
October 14, 2025
|
|
`is_...` functions on char should have a unifed API
|
|
4
|
410
|
October 2, 2025
|
|
Constant-time selection intrinsics
|
|
6
|
743
|
October 1, 2025
|
|
Implement ExactSizeIterator for `Zip<A, Repeat<B>> where A: ExactSizeIterator, B: Clone`
|
|
10
|
500
|
September 23, 2025
|