|
Replace array bounds checking with modulo?
|
|
20
|
5550
|
March 25, 2019
|
|
Add possibility of annotating types in `for`, `while let` and `if let`
|
|
3
|
2825
|
March 25, 2019
|
|
Trait implementation priority
|
|
10
|
2762
|
March 25, 2019
|
|
Add a matrix multiplication operator like Python?
|
|
8
|
3394
|
March 25, 2019
|
|
Generalize `box` keyword to Rc and Arc and possibly other pointers
|
|
3
|
1482
|
March 25, 2019
|
|
Another OOP-like inheritance scheme: explicit vtable bindings
|
|
2
|
2809
|
March 25, 2019
|
|
Anonymous trait use
|
|
3
|
1774
|
March 25, 2019
|
|
Pre-RFC: Macro input future-proofing
|
|
4
|
1619
|
March 25, 2019
|
|
An Old Idea With The Thousand'th New Name Prolly (Syntax Factorys)
|
|
2
|
1071
|
March 25, 2019
|
|
Make FromStr composable
|
|
7
|
2278
|
March 25, 2019
|
|
Paths should not be "global by default"
|
|
10
|
3983
|
March 25, 2019
|
|
Redundancy on template constraints between struct and traits implementations
|
|
5
|
2588
|
March 25, 2019
|
|
(maybe) Better/Nicer Error handling
|
|
8
|
2412
|
March 25, 2019
|
|
Change &'a T to Borrow<'a,T> and &'a mut T to BorrowMut<'a,T>
|
|
2
|
1318
|
March 25, 2019
|
|
Pre-RFC: make self less special
|
|
13
|
2384
|
March 25, 2019
|
|
Let's talk about incremental compilation, linking, and tradition
|
|
12
|
5821
|
March 25, 2019
|
|
Bigint as a default fallback for integer type?
|
|
15
|
2903
|
March 25, 2019
|
|
Remove the angle brackets for lifetime
|
|
3
|
1359
|
March 25, 2019
|
|
New type kind: RawData
|
|
7
|
2216
|
March 25, 2019
|
|
Type exclusion in trait implementation?
|
|
8
|
2571
|
March 25, 2019
|
|
Repr formatter with ShowRepr trait
|
|
8
|
2836
|
March 25, 2019
|
|
Is it worth putting an attribute on `unwrap()` family of functions?
|
|
7
|
3748
|
March 25, 2019
|
|
Pre-RFC: loop/for/else match
|
|
5
|
2690
|
March 25, 2019
|
|
Idea about Pointer type syntax
|
|
3
|
1615
|
March 25, 2019
|
|
Alternatives to nested angle brackets
|
|
51
|
7964
|
March 25, 2019
|
|
Pre-RFC: placement box with Placer trait
|
|
10
|
5637
|
March 25, 2019
|
|
Make size_of available at compile time
|
|
3
|
1851
|
March 25, 2019
|
|
Allow a trailing `..` in a struct literal, meaning `.. Default::default()`
|
|
6
|
3133
|
March 25, 2019
|
|
Preventing lifetime shadowing
|
|
12
|
3054
|
March 25, 2019
|
|
Traits + ML modules
|
|
9
|
4182
|
March 25, 2019
|