How does Rust implicitly include the `core` and `std` libraries for compilation?
|
|
5
|
440
|
March 16, 2022
|
Making `OsStr` less opaque on Windows
|
|
14
|
903
|
March 5, 2022
|
Rc uses visibly behavior-changing specialization: is that okay?
|
|
17
|
1148
|
March 2, 2022
|
`size_hint` for `std::io::Read`
|
|
16
|
510
|
March 1, 2022
|
Pre-pre-RFC: Support `write_uppercase(&self, &mut String)`
|
|
13
|
939
|
February 28, 2022
|
impl<A> Sum<A> for A where A: Default + Add<A, Output = A>?
|
|
12
|
629
|
February 28, 2022
|
Improved cross platform std::fs
|
|
9
|
665
|
February 27, 2022
|
Allows trait values that are no larger than the specified size to be assigned on the stack
|
|
1
|
280
|
February 26, 2022
|
Idea: trait-based initialization
|
|
8
|
576
|
May 23, 2022
|
Idea aboute BufReaderWriter
|
|
8
|
729
|
May 23, 2022
|
Constify atomics
|
|
1
|
287
|
May 22, 2022
|
Bounds when deriving on PhantomData
|
|
7
|
364
|
May 17, 2022
|
Is signal catching appropriate when we implement macro `std::is_xxx_feature_detected`?
|
|
3
|
336
|
May 10, 2022
|
Rename Box::into_raw_with_allocator to Box::into_raw_out?
|
|
9
|
461
|
May 9, 2022
|
Std::process::abort should be implemented through exit(3) on Win32 mode
|
|
12
|
844
|
May 4, 2022
|
Arc and Pin?
|
|
11
|
739
|
April 29, 2022
|
Add Path to `std::env::VarError::NotPresent`
|
|
5
|
380
|
April 25, 2022
|
Windows `File::delete`
|
|
7
|
543
|
April 23, 2022
|
Should `Vec` have a `try_remove(&mut self, usize) -> Option<T>` function
|
|
10
|
685
|
April 16, 2022
|
Pre-RFC: Add comparator-api for ordered collections
|
|
25
|
1278
|
April 11, 2022
|
Pre-RFC: Provide ignore message when the test ignored
|
|
5
|
577
|
April 10, 2022
|
Pre-RFC: `{BTreeMap, BTreeSet}::drain` with a range
|
|
17
|
720
|
April 8, 2022
|
Custom `catch_unwind`
|
|
9
|
841
|
April 5, 2022
|
Stack allocated BufWriter (and maybe BufReader)
|
|
6
|
535
|
April 4, 2022
|
BTree{Map,Set} range removal
|
|
2
|
484
|
April 1, 2022
|
Should &str implement IntoIterator as equivalent to .chars()?
|
|
12
|
688
|
April 1, 2022
|
Could the bound on Weak: Debug be relaxed?
|
|
13
|
752
|
March 30, 2022
|
Should we add `map_none` method for `Option` type?
|
|
14
|
695
|
March 28, 2022
|
How standard libraries compiled for distribution?
|
|
9
|
590
|
March 25, 2022
|
Unallocating stable sort
|
|
11
|
750
|
March 23, 2022
|