|
About the libs category
|
|
1
|
2073
|
March 25, 2019
|
|
`leading_zeros()` has UB ... again?
|
|
5
|
445
|
January 2, 2026
|
|
No simple and basic std threadpool processpool
|
|
2
|
241
|
December 28, 2025
|
|
Adding functions to temporarily take ownership of a mutable reference to std::mem
|
|
28
|
709
|
December 23, 2025
|
|
Why isn't there a `std::fs::read<T>()` function?
|
|
7
|
383
|
December 8, 2025
|
|
Bit interleaving in std
|
|
7
|
654
|
December 6, 2025
|
|
Skip poison logic for abort on panic
|
|
5
|
331
|
December 6, 2025
|
|
💡 Proposal: Add `include_c_str!` Macro to Rust
|
|
5
|
406
|
November 29, 2025
|
|
The memory order of the `store` to `weak` in `is_unique` is over-strict #149376
|
|
3
|
327
|
November 27, 2025
|
|
A plan to move most of `std::io` to `alloc`
|
|
11
|
1062
|
November 27, 2025
|
|
`lock_api::RawMutex` implementation based on `std`
|
|
5
|
186
|
November 25, 2025
|
|
Two very different String methods for the same job?
|
|
1
|
260
|
November 23, 2025
|
|
Unsized `MaybeUninit`
|
|
2
|
240
|
November 17, 2025
|
|
Marker trait for value types
|
|
2
|
188
|
November 15, 2025
|
|
Is `File::lock` really unsupported on Android?
|
|
2
|
385
|
November 13, 2025
|
|
Is it correct to relax the variances of lifetimes of `thread::Scope` to contravariant?
|
|
2
|
382
|
November 11, 2025
|
|
[Pre-RFC]: IntoOwned trait that harmonizes Cow and ToOwned
|
|
15
|
911
|
November 6, 2025
|
|
Pre-RFC: `std::fmt::FormattingOptions.indentation`
|
|
20
|
771
|
October 27, 2025
|
|
Optimize `std::env::args_os().collect::<Vec<_>>()`
|
|
7
|
395
|
October 22, 2025
|
|
Immutable equivalent of IntoIterator
|
|
5
|
413
|
October 17, 2025
|
|
Pre-ACP: floor halve with remainder
|
|
10
|
412
|
October 14, 2025
|
|
`is_...` functions on char should have a unifed API
|
|
4
|
384
|
October 2, 2025
|
|
Constant-time selection intrinsics
|
|
6
|
640
|
October 1, 2025
|
|
Implement ExactSizeIterator for `Zip<A, Repeat<B>> where A: ExactSizeIterator, B: Clone`
|
|
10
|
457
|
September 23, 2025
|
|
Add float types with niche
|
|
16
|
825
|
September 13, 2025
|
|
Why are Drain types not #[must_use]?
|
|
11
|
515
|
September 11, 2025
|
|
F64::midpoint
|
|
3
|
429
|
September 5, 2025
|
|
`fmt::Arguments` expose `pieces`. Maybe add `write_static_str` to `Write`?
|
|
2
|
261
|
September 4, 2025
|
|
[Pre-RFC] Add implementation impl<T, U> Borrow<T> for Arc<U: Deref<Target=T>> and similar for Rc
|
|
2
|
228
|
August 28, 2025
|
|
Generic impl Write for Arc<T> where &T: Write
|
|
1
|
200
|
August 25, 2025
|