|
Add some methods for std::borrow::Cow
|
|
3
|
310
|
August 12, 2025
|
|
[Idea] Faster derive(Hash) for types without padding
|
|
26
|
1339
|
August 12, 2025
|
|
&mut [u8] and core::fmt::Write
|
|
2
|
259
|
August 12, 2025
|
|
Support comparison policies in HashMap
|
|
7
|
1181
|
August 9, 2025
|
|
Proposal to add 'sandboxed' compile-time enforcement for element access
|
|
7
|
420
|
August 4, 2025
|
|
Safe narrowing casts in some cases
|
|
0
|
190
|
August 2, 2025
|
|
Pre-RFC: Safety Property System
|
|
36
|
1561
|
July 31, 2025
|
|
Should there be Arc::ptr_hash to compliment Arc::ptr_eq?
|
|
6
|
397
|
July 23, 2025
|
|
Should stdlib error type use Box<str|[u8]> instead of String|Vec<u8>?
|
|
2
|
396
|
July 23, 2025
|
|
Request to make `rustc_interface::passes::configure_and_expand` public
|
|
4
|
241
|
July 16, 2025
|
|
Dynamically-linked stable shared subset of the Rust standard library — using the C ABI?
|
|
18
|
918
|
July 14, 2025
|
|
Performance of isqrt
|
|
7
|
583
|
July 14, 2025
|
|
CStr API extensions
|
|
1
|
465
|
July 11, 2025
|
|
Hooks for obtaining debug symbols for backtraces
|
|
12
|
553
|
July 8, 2025
|
|
Could `Mutex<T>` have been `Mutex<Poison<T>>`?
|
|
6
|
559
|
July 7, 2025
|
|
Feature Request: Integer Trait
|
|
2
|
598
|
June 23, 2025
|
|
Add `map` for `NonZero` types?
|
|
1
|
358
|
June 14, 2025
|
|
#[derive(Display("({x}, {y})"))]
|
|
5
|
529
|
June 2, 2025
|
|
Allow detecting if Instant::now is actually supported by the platform
|
|
11
|
745
|
May 25, 2025
|
|
BijectionMap (Pre-RFC)
|
|
15
|
1102
|
May 24, 2025
|
|
std::io::ErrorKind::NotFound error message: add filename
|
|
7
|
624
|
May 21, 2025
|
|
Div&mod for `NonZero<T>` - is it worth ACP?
|
|
2
|
342
|
May 13, 2025
|
|
Array::map annotate with #[must_use]
|
|
25
|
1317
|
May 12, 2025
|
|
An alternative to Rc::new_cyclic
|
|
9
|
863
|
May 6, 2025
|
|
(Read-only) access to crate code in proc-macro
|
|
6
|
324
|
April 8, 2025
|
|
Redoing hashing traits
|
|
3
|
421
|
April 8, 2025
|
|
Would it ever be possible to add a blanket implementations like this to stdlib?
|
|
3
|
472
|
April 7, 2025
|
|
Discussion: Distinct Phantom types for different traits
|
|
9
|
684
|
April 1, 2025
|
|
`GlobalAlloc::dealloc` is too restrictive, provide additional method with weaker requirements
|
|
6
|
612
|
March 25, 2025
|
|
Naming `bigint_helper_methods` (bike-shedding)
|
|
15
|
1144
|
March 23, 2025
|