Inlining policy for functions in std?
|
|
9
|
491
|
March 8, 2021
|
Cautiously consolidating the standard library
|
|
9
|
783
|
March 7, 2021
|
`str::actually_strip_prefix`
|
|
10
|
674
|
March 7, 2021
|
Can we have as cast *T to unsafe fn
|
|
17
|
659
|
March 5, 2021
|
Helper macro for cloning into a closure
|
|
0
|
119
|
March 5, 2021
|
impl<T: Future> Future for Option<T>
|
|
5
|
337
|
March 5, 2021
|
`TypeId: StructuralEq` is this necessary or planned to be useful in the future?
|
|
1
|
190
|
March 4, 2021
|
Const generic array sizes as its own mini-stabilization?
|
|
4
|
280
|
March 3, 2021
|
Why do we have String::len?
|
|
11
|
866
|
March 3, 2021
|
Module local preludes
|
|
10
|
509
|
March 3, 2021
|
Add `std::mem::{swap, replace, take}` to the prelude
|
|
38
|
1609
|
February 26, 2021
|
BoxedClone
|
|
4
|
379
|
February 26, 2021
|
CharIndices should have a way to access the current offset from the beginning
|
|
2
|
262
|
February 25, 2021
|
RandomState::new_non_random
|
|
18
|
824
|
February 20, 2021
|
[pre-RFC] Adding `bool::not()` method
|
|
17
|
1333
|
February 20, 2021
|
Adding a const `B` parameter to BTreeMap?
|
|
9
|
943
|
February 16, 2021
|
Negative Duration
|
|
2
|
415
|
February 14, 2021
|
Allow &[&str] in Pattern
|
|
26
|
919
|
February 9, 2021
|
Iterators v2
|
|
8
|
659
|
February 7, 2021
|
&str.is_substr(&str) -> Option<usize>
|
|
13
|
572
|
February 4, 2021
|
Pre-RFC overhaul Command for 2021 ed
|
|
14
|
1308
|
February 3, 2021
|
OsStr::starts_with API to support clap?
|
|
4
|
341
|
February 3, 2021
|
Obtain Rc<RefCell<T>> from *const T
|
|
4
|
255
|
January 26, 2021
|
Trigger a compilation error from a macro based on const expressions
|
|
7
|
358
|
January 25, 2021
|
Crazy idea: print thousands separator in alternative debug for numbers?
|
|
7
|
438
|
January 21, 2021
|
Vec retain expose a &T but could expose a &mut T
|
|
4
|
313
|
January 21, 2021
|
SocketAddrV6 should be able to parse IPv4 addresses
|
|
2
|
322
|
January 17, 2021
|
Why does MaybeUninit not implement Default unconditionally?
|
|
10
|
476
|
April 11, 2021
|
Formatln! = format! + platform specific newline
|
|
10
|
502
|
April 11, 2021
|
A slightly more general, easier to implement alternative to the Try trait
|
|
36
|
2718
|
January 11, 2021
|