|
Redoing hashing traits
|
|
3
|
395
|
April 8, 2025
|
|
Would it ever be possible to add a blanket implementations like this to stdlib?
|
|
3
|
443
|
April 7, 2025
|
|
Discussion: Distinct Phantom types for different traits
|
|
9
|
618
|
April 1, 2025
|
|
`GlobalAlloc::dealloc` is too restrictive, provide additional method with weaker requirements
|
|
6
|
553
|
March 25, 2025
|
|
Naming `bigint_helper_methods` (bike-shedding)
|
|
15
|
1002
|
March 23, 2025
|
|
Idea: new read method on std::io::Read trait that continues when interrupted
|
|
5
|
302
|
March 22, 2025
|
|
From/Into arrays for core::arch SIMD types?
|
|
1
|
242
|
March 14, 2025
|
|
Idea: Per edition reclaiming of crates.io crate names
|
|
10
|
547
|
March 17, 2025
|
|
Pre-RFC: Trait for Coercion of untyped numeric literals
|
|
8
|
463
|
March 13, 2025
|
|
Pre-RFC: std::cmp::NoOrder
|
|
21
|
1019
|
March 12, 2025
|
|
`Vec::rdedup(_by(_key))`?
|
|
7
|
308
|
March 11, 2025
|
|
IPv6 Zone ID Comparison
|
|
2
|
303
|
March 1, 2025
|
|
Vec is asymmetric with memory handling
|
|
38
|
1129
|
February 25, 2025
|
|
Implement `NonZero::from_str_radix`
|
|
0
|
180
|
February 25, 2025
|
|
Bit-set as part of standard library
|
|
8
|
390
|
February 22, 2025
|
|
OS-Specific Extensions for creating Instant
|
|
20
|
555
|
February 21, 2025
|
|
Vec::grow_to
|
|
4
|
387
|
February 21, 2025
|
|
Missing String->CString without copy
|
|
12
|
670
|
February 17, 2025
|
|
Cross compile libcore
|
|
2
|
279
|
February 12, 2025
|
|
Planned CStr changes seem inefficient
|
|
38
|
1668
|
February 10, 2025
|
|
LazyCell for any arbitrary lazy evaluation
|
|
5
|
430
|
February 9, 2025
|
|
Two flavors of NonNull (again)
|
|
20
|
1235
|
February 8, 2025
|
|
statistical libraries in rust
|
|
1
|
276
|
February 3, 2025
|
|
Improving NonZero type ergonomics
|
|
6
|
455
|
February 3, 2025
|
|
[idea] JoinSend: A Scheme for Accessing Rc Structures Across Multiple Threads Using Mutex
|
|
4
|
204
|
February 2, 2025
|
|
Importing only safe features from 3rd party crates
|
|
4
|
354
|
January 27, 2025
|
|
Unwrap a `Vec` if it contains exactly 1 element
|
|
12
|
997
|
January 23, 2025
|
|
Idea: `shift_move` to efficiently move elements in a `Vec`
|
|
6
|
534
|
January 21, 2025
|
|
Cell should provide a method to clone out the value
|
|
13
|
595
|
January 17, 2025
|
|
time::Duration format should include hours and minutes
|
|
4
|
492
|
January 17, 2025
|