|
Add some methods for std::borrow::Cow
|
|
3
|
277
|
August 12, 2025
|
|
[Idea] Faster derive(Hash) for types without padding
|
|
26
|
1136
|
August 12, 2025
|
|
&mut [u8] and core::fmt::Write
|
|
2
|
202
|
August 12, 2025
|
|
Support comparison policies in HashMap
|
|
7
|
1068
|
August 9, 2025
|
|
Proposal to add 'sandboxed' compile-time enforcement for element access
|
|
7
|
372
|
August 4, 2025
|
|
Safe narrowing casts in some cases
|
|
0
|
178
|
August 2, 2025
|
|
Matches-index (July 2025) -- reviving the left-pad index
|
|
15
|
934
|
August 1, 2025
|
|
Pre-RFC: Safety Property System
|
|
36
|
1150
|
July 31, 2025
|
|
Should there be Arc::ptr_hash to compliment Arc::ptr_eq?
|
|
6
|
335
|
July 23, 2025
|
|
Should stdlib error type use Box<str|[u8]> instead of String|Vec<u8>?
|
|
2
|
376
|
July 23, 2025
|
|
Request to make `rustc_interface::passes::configure_and_expand` public
|
|
4
|
190
|
July 16, 2025
|
|
Dynamically-linked stable shared subset of the Rust standard library — using the C ABI?
|
|
18
|
720
|
July 14, 2025
|
|
Performance of isqrt
|
|
7
|
475
|
July 14, 2025
|
|
CStr API extensions
|
|
1
|
431
|
July 11, 2025
|
|
Hooks for obtaining debug symbols for backtraces
|
|
12
|
370
|
July 8, 2025
|
|
Could `Mutex<T>` have been `Mutex<Poison<T>>`?
|
|
6
|
515
|
July 7, 2025
|
|
Feature Request: Integer Trait
|
|
2
|
573
|
June 23, 2025
|
|
Add `map` for `NonZero` types?
|
|
1
|
343
|
June 14, 2025
|
|
#[derive(Display("({x}, {y})"))]
|
|
5
|
459
|
June 2, 2025
|
|
Allow detecting if Instant::now is actually supported by the platform
|
|
11
|
641
|
May 25, 2025
|
|
BijectionMap (Pre-RFC)
|
|
15
|
810
|
May 24, 2025
|
|
std::io::ErrorKind::NotFound error message: add filename
|
|
7
|
430
|
May 21, 2025
|
|
Div&mod for `NonZero<T>` - is it worth ACP?
|
|
2
|
321
|
May 13, 2025
|
|
Array::map annotate with #[must_use]
|
|
25
|
1170
|
May 12, 2025
|
|
An alternative to Rc::new_cyclic
|
|
9
|
760
|
May 6, 2025
|
|
(Read-only) access to crate code in proc-macro
|
|
6
|
260
|
April 8, 2025
|
|
Redoing hashing traits
|
|
3
|
390
|
April 8, 2025
|
|
Would it ever be possible to add a blanket implementations like this to stdlib?
|
|
3
|
438
|
April 7, 2025
|
|
Discussion: Distinct Phantom types for different traits
|
|
9
|
613
|
April 1, 2025
|
|
`GlobalAlloc::dealloc` is too restrictive, provide additional method with weaker requirements
|
|
6
|
541
|
March 25, 2025
|