internals
ideas (deprecated)
Replace array bounds checking with modulo?
(
2
)
(21)
Add possibility of annotating types in `for`, `while let` and `if let`
(4)
Trait implementation priority
(11)
Add a matrix multiplication operator like Python?
(9)
Generalize `box` keyword to Rc and Arc and possibly other pointers
(4)
Another OOP-like inheritance scheme: explicit vtable bindings
(3)
Anonymous trait use
(4)
Pre-RFC: Macro input future-proofing
(5)
An Old Idea With The Thousand'th New Name Prolly (Syntax Factorys)
(3)
Make FromStr composable
(8)
Paths should not be "global by default"
(11)
Redundancy on template constraints between struct and traits implementations
(6)
(maybe) Better/Nicer Error handling
(9)
Change &'a T to Borrow<'a,T> and &'a mut T to BorrowMut<'a,T>
(3)
Pre-RFC: make self less special
(14)
Let's talk about incremental compilation, linking, and tradition
(13)
Bigint as a default fallback for integer type?
(16)
Remove the angle brackets for lifetime
(4)
New type kind: RawData
(8)
Type exclusion in trait implementation?
(9)
Repr formatter with ShowRepr trait
(9)
Is it worth putting an attribute on `unwrap()` family of functions?
(8)
Pre-RFC: loop/for/else match
(6)
Idea about Pointer type syntax
(4)
Alternatives to nested angle brackets
(
2
3
)
(52)
Pre-RFC: placement box with Placer trait
(11)
Make size_of available at compile time
(4)
Allow a trailing `..` in a struct literal, meaning `.. Default::default()`
(7)
Preventing lifetime shadowing
(13)
Traits + ML modules
(10)
← previous page
next page →