Named Returns
|
|
6
|
679
|
May 6, 2023
|
Expose Mutex in core for targets that don't need OS support
|
|
6
|
489
|
May 5, 2023
|
Another specialization discussion: what about add a `or` clause
|
|
18
|
558
|
May 5, 2023
|
Infered fields for partial borrowing
|
|
1
|
378
|
May 1, 2023
|
Instead of specializing via "default" impls, why not reverse it to specialize by "specialized" impls?
|
|
3
|
361
|
May 2, 2023
|
Blog post: A formulation for scoped tasks
|
|
19
|
1936
|
May 2, 2023
|
A `Match` trait that allows types like String or Vec to be used in match clauses
|
|
6
|
581
|
April 30, 2023
|
Allocator parameter in `dyn Trait`
|
|
7
|
515
|
April 26, 2023
|
Impl Range and RangeInclusive for NonZeroU<*>
|
|
5
|
341
|
April 24, 2023
|
The semantic of `Clone` and `Copy`
|
|
9
|
491
|
April 24, 2023
|
It is hoped that the community can further optimize the performance of track_caller in Result and Option
|
|
8
|
848
|
April 21, 2023
|
Idea: Inline supertrait implementations
|
|
6
|
545
|
April 21, 2023
|
Idea: Discontinuous lifetime and its borrowing
|
|
36
|
638
|
April 19, 2023
|
Make `#[may_dangle]` more functional
|
|
0
|
282
|
April 19, 2023
|
`pin!` macro and return value optimization
|
|
1
|
510
|
April 17, 2023
|
Macro metavariables matching an empty fragment?
|
|
10
|
456
|
April 14, 2023
|
A sketch for `&move` semantics
|
|
23
|
1327
|
April 11, 2023
|
`core` and `std` types for input?
|
|
5
|
586
|
April 9, 2023
|
Are `mem::{replace, swap, take}` unsound?
|
|
25
|
1762
|
April 5, 2023
|
Why mutation of captured by move variable is considered mutation?
|
|
8
|
549
|
April 5, 2023
|
Towards may_dangle stabilization*
|
|
2
|
605
|
April 5, 2023
|
Dropck doesn't have to exist, and it would make learning the language easier
|
|
2
|
535
|
April 4, 2023
|
Indirect borrows in generators
|
|
13
|
770
|
April 3, 2023
|
Should `eval()` be marked as `unsafe fn`?
|
|
35
|
1483
|
April 1, 2023
|
Idea: diagnostics::fickle
|
|
3
|
495
|
March 27, 2023
|
Idea: Suggesting Trait impls guarded by feature flags
|
|
6
|
274
|
March 27, 2023
|
Why non_lifetime_binders trait cant work with auto trait
|
|
0
|
183
|
March 25, 2023
|
Structural types again -- desugar to named struct in std
|
|
21
|
935
|
March 24, 2023
|
Init keyword: even safer API around MaybeUninit
|
|
5
|
421
|
March 23, 2023
|
[Concept / Pre-RFC] Self Correcting Compiler
|
|
5
|
430
|
March 22, 2023
|