|
Bit interleaving in std
|
|
7
|
766
|
December 6, 2025
|
|
Skip poison logic for abort on panic
|
|
5
|
371
|
December 6, 2025
|
|
💡 Proposal: Add `include_c_str!` Macro to Rust
|
|
5
|
454
|
November 29, 2025
|
|
The memory order of the `store` to `weak` in `is_unique` is over-strict #149376
|
|
3
|
358
|
November 27, 2025
|
|
A plan to move most of `std::io` to `alloc`
|
|
11
|
1189
|
November 27, 2025
|
|
`lock_api::RawMutex` implementation based on `std`
|
|
5
|
231
|
November 25, 2025
|
|
Two very different String methods for the same job?
|
|
1
|
286
|
November 23, 2025
|
|
Unsized `MaybeUninit`
|
|
2
|
298
|
November 17, 2025
|
|
Marker trait for value types
|
|
2
|
205
|
November 15, 2025
|
|
Is `File::lock` really unsupported on Android?
|
|
2
|
445
|
November 13, 2025
|
|
Is it correct to relax the variances of lifetimes of `thread::Scope` to contravariant?
|
|
2
|
399
|
November 11, 2025
|
|
[Pre-RFC]: IntoOwned trait that harmonizes Cow and ToOwned
|
|
15
|
1017
|
November 6, 2025
|
|
Pre-RFC: `std::fmt::FormattingOptions.indentation`
|
|
20
|
877
|
October 27, 2025
|
|
Optimize `std::env::args_os().collect::<Vec<_>>()`
|
|
7
|
430
|
October 22, 2025
|
|
Immutable equivalent of IntoIterator
|
|
5
|
438
|
October 17, 2025
|
|
Pre-ACP: floor halve with remainder
|
|
10
|
449
|
October 14, 2025
|
|
`is_...` functions on char should have a unifed API
|
|
4
|
412
|
October 2, 2025
|
|
Constant-time selection intrinsics
|
|
6
|
776
|
October 1, 2025
|
|
Implement ExactSizeIterator for `Zip<A, Repeat<B>> where A: ExactSizeIterator, B: Clone`
|
|
10
|
505
|
September 23, 2025
|
|
Add float types with niche
|
|
16
|
989
|
September 13, 2025
|
|
Why are Drain types not #[must_use]?
|
|
11
|
574
|
September 11, 2025
|
|
F64::midpoint
|
|
3
|
487
|
September 5, 2025
|
|
`fmt::Arguments` expose `pieces`. Maybe add `write_static_str` to `Write`?
|
|
2
|
283
|
September 4, 2025
|
|
[Pre-RFC] Add implementation impl<T, U> Borrow<T> for Arc<U: Deref<Target=T>> and similar for Rc
|
|
2
|
235
|
August 28, 2025
|
|
Generic impl Write for Arc<T> where &T: Write
|
|
1
|
212
|
August 25, 2025
|
|
IDEA: unify lifetime in function signature
|
|
1
|
255
|
August 24, 2025
|
|
[Pre-RFC] Hash for ZST slices Hash not to iterate
|
|
2
|
221
|
August 24, 2025
|
|
[Pre-ACP] Add methods to `VecDeque` to get spare capacity
|
|
5
|
243
|
August 19, 2025
|
|
Async-std deprecation
|
|
5
|
812
|
August 16, 2025
|
|
Add some methods for std::borrow::Cow
|
|
3
|
303
|
August 12, 2025
|