|
[Pre-RFC] Hash for ZST slices Hash not to iterate
|
|
2
|
247
|
August 24, 2025
|
|
[Pre-ACP] Add methods to `VecDeque` to get spare capacity
|
|
5
|
285
|
August 19, 2025
|
|
Async-std deprecation
|
|
5
|
882
|
August 16, 2025
|
|
Add some methods for std::borrow::Cow
|
|
3
|
336
|
August 12, 2025
|
|
[Idea] Faster derive(Hash) for types without padding
|
|
26
|
1483
|
August 12, 2025
|
|
&mut [u8] and core::fmt::Write
|
|
2
|
287
|
August 12, 2025
|
|
Support comparison policies in HashMap
|
|
7
|
1224
|
August 9, 2025
|
|
Proposal to add 'sandboxed' compile-time enforcement for element access
|
|
7
|
445
|
August 4, 2025
|
|
Safe narrowing casts in some cases
|
|
0
|
201
|
August 2, 2025
|
|
Pre-RFC: Safety Property System
|
|
36
|
1720
|
July 31, 2025
|
|
Should there be Arc::ptr_hash to compliment Arc::ptr_eq?
|
|
6
|
433
|
July 23, 2025
|
|
Should stdlib error type use Box<str|[u8]> instead of String|Vec<u8>?
|
|
2
|
414
|
July 23, 2025
|
|
Request to make `rustc_interface::passes::configure_and_expand` public
|
|
4
|
258
|
July 16, 2025
|
|
Dynamically-linked stable shared subset of the Rust standard library — using the C ABI?
|
|
18
|
1008
|
July 14, 2025
|
|
Performance of isqrt
|
|
7
|
619
|
July 14, 2025
|
|
CStr API extensions
|
|
1
|
492
|
July 11, 2025
|
|
Hooks for obtaining debug symbols for backtraces
|
|
12
|
629
|
July 8, 2025
|
|
Could `Mutex<T>` have been `Mutex<Poison<T>>`?
|
|
6
|
595
|
July 7, 2025
|
|
Feature Request: Integer Trait
|
|
2
|
625
|
June 23, 2025
|
|
Add `map` for `NonZero` types?
|
|
1
|
371
|
June 14, 2025
|
|
#[derive(Display("({x}, {y})"))]
|
|
5
|
568
|
June 2, 2025
|
|
Allow detecting if Instant::now is actually supported by the platform
|
|
11
|
794
|
May 25, 2025
|
|
BijectionMap (Pre-RFC)
|
|
15
|
1207
|
May 24, 2025
|
|
std::io::ErrorKind::NotFound error message: add filename
|
|
7
|
682
|
May 21, 2025
|
|
Div&mod for `NonZero<T>` - is it worth ACP?
|
|
2
|
360
|
May 13, 2025
|
|
Array::map annotate with #[must_use]
|
|
25
|
1423
|
May 12, 2025
|
|
An alternative to Rc::new_cyclic
|
|
9
|
920
|
May 6, 2025
|
|
(Read-only) access to crate code in proc-macro
|
|
6
|
359
|
April 8, 2025
|
|
Redoing hashing traits
|
|
3
|
442
|
April 8, 2025
|
|
Would it ever be possible to add a blanket implementations like this to stdlib?
|
|
3
|
506
|
April 7, 2025
|