About the language design category
|
|
1
|
1149
|
March 25, 2019
|
Making struct construction unsafe, or warn in safe context
|
|
1
|
60
|
January 27, 2021
|
Pre-RFC: Forwarding
|
|
25
|
1070
|
January 27, 2021
|
Placeholder Syntax
|
|
9
|
414
|
January 27, 2021
|
Proc macros allowed to modify error information as well as source code
|
|
3
|
168
|
January 27, 2021
|
Thoughts about enums
|
|
10
|
385
|
January 26, 2021
|
Builder syntax
|
|
7
|
197
|
January 26, 2021
|
Using `impl Trait` for monomorphized heterogenous collections
|
|
22
|
1193
|
January 25, 2021
|
Pre-RFC: Leave auto-trait for reliable destruction
|
|
33
|
1290
|
January 24, 2021
|
pre-RFC: "field" as an item and "borrows"
|
|
8
|
414
|
January 23, 2021
|
Pre-RFC: Extending where clauses with limited formal verification
|
|
28
|
1218
|
January 22, 2021
|
Uh, what ever happened to subslice patterns?
|
|
8
|
477
|
January 22, 2021
|
Pre-RFC: Implementation-defined Lints
|
|
14
|
434
|
January 21, 2021
|
Loop-match, for-match
|
|
18
|
750
|
January 21, 2021
|
An idea: "partial slice constants" to generalize testcase discovery
|
|
10
|
379
|
January 19, 2021
|
Allow constructing non_exhaustive structs using ..Default::default()
|
|
6
|
229
|
January 19, 2021
|
Allow `for` to follow path fragment in macro_rules
|
|
2
|
232
|
January 19, 2021
|
Support for transparent async function inlining
|
|
4
|
345
|
January 19, 2021
|
Protection against exposing private types has negative effect on macro writing
|
|
2
|
307
|
January 18, 2021
|
No warning on duplicate function outside trait implementation
|
|
5
|
234
|
January 17, 2021
|
Allow omitting commas in enum variant structs
|
|
1
|
306
|
January 15, 2021
|
Feature idea: Defining custom variants of unsafe
|
|
27
|
945
|
January 16, 2021
|
Blog post: Future::join and const-eval
|
|
0
|
187
|
January 16, 2021
|
Potential RFC: Delegation
|
|
3
|
360
|
January 15, 2021
|
?Uninit types?
|
|
4
|
288
|
January 14, 2021
|
Private derive(Default) ergonomics [PDDE], vs blanket impls, vs other alternatives
|
|
6
|
242
|
January 14, 2021
|
Const fn using iterators - a possible track to more powerful const functions
|
|
17
|
677
|
January 12, 2021
|
Support for comparison operators between different integer types
|
|
8
|
339
|
January 12, 2021
|
Should Rust programs unwind on SIGINT?
|
|
10
|
567
|
January 12, 2021
|
The Fall-Through Proposal
|
|
11
|
468
|
January 10, 2021
|