|
About the libs category
|
|
1
|
2081
|
March 25, 2019
|
|
Get `&mut Map` back from entry API
|
|
8
|
378
|
February 16, 2026
|
|
FFI-proof slice::from_raw_parts
|
|
13
|
517
|
February 10, 2026
|
|
Offset_of_val!
|
|
19
|
663
|
February 9, 2026
|
|
Impl From<&Cow<[T]>> for &[T]
|
|
4
|
264
|
January 22, 2026
|
|
`leading_zeros()` has UB ... again?
|
|
5
|
558
|
January 2, 2026
|
|
No simple and basic std threadpool processpool
|
|
2
|
271
|
December 28, 2025
|
|
Adding functions to temporarily take ownership of a mutable reference to std::mem
|
|
28
|
821
|
December 23, 2025
|
|
Why isn't there a `std::fs::read<T>()` function?
|
|
7
|
415
|
December 8, 2025
|
|
Bit interleaving in std
|
|
7
|
699
|
December 6, 2025
|
|
Skip poison logic for abort on panic
|
|
5
|
363
|
December 6, 2025
|
|
💡 Proposal: Add `include_c_str!` Macro to Rust
|
|
5
|
443
|
November 29, 2025
|
|
The memory order of the `store` to `weak` in `is_unique` is over-strict #149376
|
|
3
|
352
|
November 27, 2025
|
|
A plan to move most of `std::io` to `alloc`
|
|
11
|
1129
|
November 27, 2025
|
|
`lock_api::RawMutex` implementation based on `std`
|
|
5
|
209
|
November 25, 2025
|
|
Two very different String methods for the same job?
|
|
1
|
280
|
November 23, 2025
|
|
Unsized `MaybeUninit`
|
|
2
|
277
|
November 17, 2025
|
|
Marker trait for value types
|
|
2
|
203
|
November 15, 2025
|
|
Is `File::lock` really unsupported on Android?
|
|
2
|
409
|
November 13, 2025
|
|
Is it correct to relax the variances of lifetimes of `thread::Scope` to contravariant?
|
|
2
|
393
|
November 11, 2025
|
|
[Pre-RFC]: IntoOwned trait that harmonizes Cow and ToOwned
|
|
15
|
984
|
November 6, 2025
|
|
Pre-RFC: `std::fmt::FormattingOptions.indentation`
|
|
20
|
842
|
October 27, 2025
|
|
Optimize `std::env::args_os().collect::<Vec<_>>()`
|
|
7
|
420
|
October 22, 2025
|
|
Immutable equivalent of IntoIterator
|
|
5
|
434
|
October 17, 2025
|
|
Pre-ACP: floor halve with remainder
|
|
10
|
440
|
October 14, 2025
|
|
`is_...` functions on char should have a unifed API
|
|
4
|
407
|
October 2, 2025
|
|
Constant-time selection intrinsics
|
|
6
|
706
|
October 1, 2025
|
|
Implement ExactSizeIterator for `Zip<A, Repeat<B>> where A: ExactSizeIterator, B: Clone`
|
|
10
|
489
|
September 23, 2025
|
|
Add float types with niche
|
|
16
|
900
|
September 13, 2025
|
|
Why are Drain types not #[must_use]?
|
|
11
|
553
|
September 11, 2025
|