|
Async-std deprecation
|
|
5
|
846
|
August 16, 2025
|
|
Add some methods for std::borrow::Cow
|
|
3
|
318
|
August 12, 2025
|
|
[Idea] Faster derive(Hash) for types without padding
|
|
26
|
1382
|
August 12, 2025
|
|
&mut [u8] and core::fmt::Write
|
|
2
|
267
|
August 12, 2025
|
|
Support comparison policies in HashMap
|
|
7
|
1198
|
August 9, 2025
|
|
Proposal to add 'sandboxed' compile-time enforcement for element access
|
|
7
|
433
|
August 4, 2025
|
|
Safe narrowing casts in some cases
|
|
0
|
194
|
August 2, 2025
|
|
Pre-RFC: Safety Property System
|
|
36
|
1624
|
July 31, 2025
|
|
Should there be Arc::ptr_hash to compliment Arc::ptr_eq?
|
|
6
|
411
|
July 23, 2025
|
|
Should stdlib error type use Box<str|[u8]> instead of String|Vec<u8>?
|
|
2
|
400
|
July 23, 2025
|
|
Request to make `rustc_interface::passes::configure_and_expand` public
|
|
4
|
247
|
July 16, 2025
|
|
Dynamically-linked stable shared subset of the Rust standard library — using the C ABI?
|
|
18
|
956
|
July 14, 2025
|
|
Performance of isqrt
|
|
7
|
597
|
July 14, 2025
|
|
CStr API extensions
|
|
1
|
475
|
July 11, 2025
|
|
Hooks for obtaining debug symbols for backtraces
|
|
12
|
579
|
July 8, 2025
|
|
Could `Mutex<T>` have been `Mutex<Poison<T>>`?
|
|
6
|
570
|
July 7, 2025
|
|
Feature Request: Integer Trait
|
|
2
|
607
|
June 23, 2025
|
|
Add `map` for `NonZero` types?
|
|
1
|
363
|
June 14, 2025
|
|
#[derive(Display("({x}, {y})"))]
|
|
5
|
543
|
June 2, 2025
|
|
Allow detecting if Instant::now is actually supported by the platform
|
|
11
|
761
|
May 25, 2025
|
|
BijectionMap (Pre-RFC)
|
|
15
|
1135
|
May 24, 2025
|
|
std::io::ErrorKind::NotFound error message: add filename
|
|
7
|
642
|
May 21, 2025
|
|
Div&mod for `NonZero<T>` - is it worth ACP?
|
|
2
|
347
|
May 13, 2025
|
|
Array::map annotate with #[must_use]
|
|
25
|
1350
|
May 12, 2025
|
|
An alternative to Rc::new_cyclic
|
|
9
|
888
|
May 6, 2025
|
|
(Read-only) access to crate code in proc-macro
|
|
6
|
334
|
April 8, 2025
|
|
Redoing hashing traits
|
|
3
|
427
|
April 8, 2025
|
|
Would it ever be possible to add a blanket implementations like this to stdlib?
|
|
3
|
483
|
April 7, 2025
|
|
Discussion: Distinct Phantom types for different traits
|
|
9
|
700
|
April 1, 2025
|
|
`GlobalAlloc::dealloc` is too restrictive, provide additional method with weaker requirements
|
|
6
|
630
|
March 25, 2025
|