|
F64::midpoint
|
|
3
|
453
|
September 5, 2025
|
|
`fmt::Arguments` expose `pieces`. Maybe add `write_static_str` to `Write`?
|
|
2
|
275
|
September 4, 2025
|
|
[Pre-RFC] Add implementation impl<T, U> Borrow<T> for Arc<U: Deref<Target=T>> and similar for Rc
|
|
2
|
235
|
August 28, 2025
|
|
Generic impl Write for Arc<T> where &T: Write
|
|
1
|
208
|
August 25, 2025
|
|
IDEA: unify lifetime in function signature
|
|
1
|
248
|
August 24, 2025
|
|
[Pre-RFC] Hash for ZST slices Hash not to iterate
|
|
2
|
216
|
August 24, 2025
|
|
[Pre-ACP] Add methods to `VecDeque` to get spare capacity
|
|
5
|
226
|
August 19, 2025
|
|
Async-std deprecation
|
|
5
|
778
|
August 16, 2025
|
|
Add some methods for std::borrow::Cow
|
|
3
|
291
|
August 12, 2025
|
|
[Idea] Faster derive(Hash) for types without padding
|
|
26
|
1213
|
August 12, 2025
|
|
&mut [u8] and core::fmt::Write
|
|
2
|
224
|
August 12, 2025
|
|
Support comparison policies in HashMap
|
|
7
|
1115
|
August 9, 2025
|
|
Proposal to add 'sandboxed' compile-time enforcement for element access
|
|
7
|
392
|
August 4, 2025
|
|
Safe narrowing casts in some cases
|
|
0
|
185
|
August 2, 2025
|
|
Matches-index (July 2025) -- reviving the left-pad index
|
|
15
|
996
|
August 1, 2025
|
|
Pre-RFC: Safety Property System
|
|
36
|
1330
|
July 31, 2025
|
|
Should there be Arc::ptr_hash to compliment Arc::ptr_eq?
|
|
6
|
363
|
July 23, 2025
|
|
Should stdlib error type use Box<str|[u8]> instead of String|Vec<u8>?
|
|
2
|
387
|
July 23, 2025
|
|
Request to make `rustc_interface::passes::configure_and_expand` public
|
|
4
|
223
|
July 16, 2025
|
|
Dynamically-linked stable shared subset of the Rust standard library — using the C ABI?
|
|
18
|
809
|
July 14, 2025
|
|
Performance of isqrt
|
|
7
|
525
|
July 14, 2025
|
|
CStr API extensions
|
|
1
|
447
|
July 11, 2025
|
|
Hooks for obtaining debug symbols for backtraces
|
|
12
|
464
|
July 8, 2025
|
|
Could `Mutex<T>` have been `Mutex<Poison<T>>`?
|
|
6
|
532
|
July 7, 2025
|
|
Feature Request: Integer Trait
|
|
2
|
581
|
June 23, 2025
|
|
Add `map` for `NonZero` types?
|
|
1
|
347
|
June 14, 2025
|
|
#[derive(Display("({x}, {y})"))]
|
|
5
|
482
|
June 2, 2025
|
|
Allow detecting if Instant::now is actually supported by the platform
|
|
11
|
694
|
May 25, 2025
|
|
BijectionMap (Pre-RFC)
|
|
15
|
938
|
May 24, 2025
|
|
std::io::ErrorKind::NotFound error message: add filename
|
|
7
|
522
|
May 21, 2025
|