|
Pre-RFC: `std::fmt::FormattingOptions.indentation`
|
|
20
|
870
|
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
|
448
|
October 14, 2025
|
|
`is_...` functions on char should have a unifed API
|
|
4
|
411
|
October 2, 2025
|
|
Constant-time selection intrinsics
|
|
6
|
755
|
October 1, 2025
|
|
Implement ExactSizeIterator for `Zip<A, Repeat<B>> where A: ExactSizeIterator, B: Clone`
|
|
10
|
501
|
September 23, 2025
|
|
Add float types with niche
|
|
16
|
965
|
September 13, 2025
|
|
Why are Drain types not #[must_use]?
|
|
11
|
568
|
September 11, 2025
|
|
F64::midpoint
|
|
3
|
468
|
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
|
253
|
August 24, 2025
|
|
[Pre-RFC] Hash for ZST slices Hash not to iterate
|
|
2
|
218
|
August 24, 2025
|
|
[Pre-ACP] Add methods to `VecDeque` to get spare capacity
|
|
5
|
236
|
August 19, 2025
|
|
Async-std deprecation
|
|
5
|
798
|
August 16, 2025
|
|
Add some methods for std::borrow::Cow
|
|
3
|
297
|
August 12, 2025
|
|
[Idea] Faster derive(Hash) for types without padding
|
|
26
|
1258
|
August 12, 2025
|
|
&mut [u8] and core::fmt::Write
|
|
2
|
240
|
August 12, 2025
|
|
Support comparison policies in HashMap
|
|
7
|
1134
|
August 9, 2025
|
|
Proposal to add 'sandboxed' compile-time enforcement for element access
|
|
7
|
397
|
August 4, 2025
|
|
Safe narrowing casts in some cases
|
|
0
|
187
|
August 2, 2025
|
|
Pre-RFC: Safety Property System
|
|
36
|
1422
|
July 31, 2025
|
|
Should there be Arc::ptr_hash to compliment Arc::ptr_eq?
|
|
6
|
379
|
July 23, 2025
|
|
Should stdlib error type use Box<str|[u8]> instead of String|Vec<u8>?
|
|
2
|
390
|
July 23, 2025
|
|
Request to make `rustc_interface::passes::configure_and_expand` public
|
|
4
|
231
|
July 16, 2025
|
|
Dynamically-linked stable shared subset of the Rust standard library — using the C ABI?
|
|
18
|
853
|
July 14, 2025
|
|
Performance of isqrt
|
|
7
|
551
|
July 14, 2025
|
|
CStr API extensions
|
|
1
|
453
|
July 11, 2025
|