Implement Index<usize> for String and &str
|
|
47
|
1924
|
December 19, 2020
|
Pre²-RFC: Get an array's type/length at a type level
|
|
4
|
387
|
December 18, 2020
|
Representing difference between unsigned integers
|
|
11
|
583
|
December 15, 2020
|
Maybe we should have a stable sum of floats
|
|
14
|
1003
|
December 15, 2020
|
Safe-to-use macro-free self-referential structs in stable Rust?
|
|
3
|
456
|
December 14, 2020
|
Expose a way to create an Arc fallibly
|
|
4
|
350
|
December 11, 2020
|
iter::Fuse::empty()
|
|
1
|
244
|
December 8, 2020
|
Pre-RFC: std::cmp::WellOrdering
|
|
13
|
742
|
December 8, 2020
|
`TryFromIntError` should include the original value
|
|
4
|
357
|
December 2, 2020
|
What's the usage .rustc section in dylib
|
|
1
|
267
|
November 30, 2020
|
Implement From<char> for u64
|
|
24
|
1073
|
November 29, 2020
|
Pre-RFC: Simple way to convert Result<T, T> -> T (unwrap_either?)
|
|
7
|
471
|
November 21, 2020
|
Implementing From<Infallible> for io::Error
|
|
1
|
272
|
November 20, 2020
|
Shouldn't simple from() implementations be marked const?
|
|
4
|
468
|
November 17, 2020
|
Where is std::num::Saturating? (Going to pre-RFC!)
|
|
50
|
2164
|
November 16, 2020
|
Backtrace libstd runtime enable/disable
|
|
8
|
569
|
November 15, 2020
|
OpenOption show have a method to create full path
|
|
1
|
249
|
November 13, 2020
|
A new crypto library
|
|
6
|
529
|
November 11, 2020
|
Why are SocketAddrV4/SocketAddrV6 based on low level sockaddr_in[6]?
|
|
14
|
913
|
November 6, 2020
|
Is cfg-if going to be pulled into std?
|
|
8
|
719
|
November 5, 2020
|
Should std::time::Instant implement Display?
|
|
15
|
1069
|
October 30, 2020
|
Trying to understand correctness of synchronization primitives
|
|
4
|
363
|
January 25, 2021
|
Pre-RFC: Expressive Standard Library Paths
|
|
37
|
1180
|
October 27, 2020
|
Pre-Pre-RFC: Unsafe Futures
|
|
7
|
723
|
January 24, 2021
|
[Pre-RFC] Option::for_some
|
|
26
|
1839
|
January 17, 2021
|
Question: closing resources (like std::io::Write)
|
|
10
|
732
|
January 4, 2021
|
Too many words on a `from_utf8_lossy` variant that takes a `Vec<u8>`
|
|
4
|
762
|
January 3, 2021
|
PathBuf to CString
|
|
21
|
1842
|
January 2, 2021
|
Vec::resize_left API
|
|
6
|
438
|
January 2, 2021
|
"macro-local" names, with name mangling as DRM
|
|
18
|
873
|
January 2, 2021
|