Replace array bounds checking with modulo?
|
|
20
|
5348
|
March 25, 2019
|
Add possibility of annotating types in `for`, `while let` and `if let`
|
|
3
|
2774
|
March 25, 2019
|
Trait implementation priority
|
|
10
|
2669
|
March 25, 2019
|
Add a matrix multiplication operator like Python?
|
|
8
|
3300
|
March 25, 2019
|
Generalize `box` keyword to Rc and Arc and possibly other pointers
|
|
3
|
1436
|
March 25, 2019
|
Another OOP-like inheritance scheme: explicit vtable bindings
|
|
2
|
2791
|
March 25, 2019
|
Anonymous trait use
|
|
3
|
1732
|
March 25, 2019
|
Pre-RFC: Macro input future-proofing
|
|
4
|
1586
|
March 25, 2019
|
An Old Idea With The Thousand'th New Name Prolly (Syntax Factorys)
|
|
2
|
1052
|
March 25, 2019
|
Make FromStr composable
|
|
7
|
2199
|
March 25, 2019
|
Paths should not be "global by default"
|
|
10
|
3919
|
March 25, 2019
|
Redundancy on template constraints between struct and traits implementations
|
|
5
|
2531
|
March 25, 2019
|
(maybe) Better/Nicer Error handling
|
|
8
|
2357
|
March 25, 2019
|
Change &'a T to Borrow<'a,T> and &'a mut T to BorrowMut<'a,T>
|
|
2
|
1294
|
March 25, 2019
|
Pre-RFC: make self less special
|
|
13
|
2298
|
March 25, 2019
|
Let's talk about incremental compilation, linking, and tradition
|
|
12
|
5690
|
March 25, 2019
|
Bigint as a default fallback for integer type?
|
|
15
|
2778
|
March 25, 2019
|
Remove the angle brackets for lifetime
|
|
3
|
1327
|
March 25, 2019
|
New type kind: RawData
|
|
7
|
2169
|
March 25, 2019
|
Type exclusion in trait implementation?
|
|
8
|
2508
|
March 25, 2019
|
Repr formatter with ShowRepr trait
|
|
8
|
2785
|
March 25, 2019
|
Is it worth putting an attribute on `unwrap()` family of functions?
|
|
7
|
3662
|
March 25, 2019
|
Pre-RFC: loop/for/else match
|
|
5
|
2609
|
March 25, 2019
|
Idea about Pointer type syntax
|
|
3
|
1590
|
March 25, 2019
|
Alternatives to nested angle brackets
|
|
51
|
7631
|
March 25, 2019
|
Pre-RFC: placement box with Placer trait
|
|
10
|
5543
|
March 25, 2019
|
Make size_of available at compile time
|
|
3
|
1819
|
March 25, 2019
|
Allow a trailing `..` in a struct literal, meaning `.. Default::default()`
|
|
6
|
3077
|
March 25, 2019
|
Preventing lifetime shadowing
|
|
12
|
2975
|
March 25, 2019
|
Traits + ML modules
|
|
9
|
4078
|
March 25, 2019
|