Self-borrowing data would allow erganomic generativity
|
|
5
|
531
|
November 18, 2024
|
Haskell style data constructors (GADTs) for rust enums
|
|
4
|
631
|
November 9, 2024
|
Rust let is a point of failure
|
|
9
|
911
|
November 11, 2024
|
Comparison of wirhoutboats' and Niko Matsakis' recent blog series on improving pinning?
|
|
11
|
1407
|
November 11, 2024
|
Making "borrow wrappers" more like borrows
|
|
6
|
343
|
November 9, 2024
|
We can have nice AsyncIterator::map now!
|
|
0
|
351
|
November 6, 2024
|
Why not borrow check raw pointers’ pointee places?
|
|
18
|
583
|
November 5, 2024
|
State of postfix borrow/deref
|
|
22
|
797
|
November 5, 2024
|
Pre-(Pre-)RFC: niche types
|
|
10
|
492
|
November 4, 2024
|
A `Simple` Trait
|
|
2
|
288
|
November 2, 2024
|
A More Perfect Derive
|
|
1
|
327
|
November 1, 2024
|
Idea: Initializer Closure
|
|
1
|
241
|
October 31, 2024
|
Generalized Base Syntax upto 36 or 64
|
|
27
|
739
|
October 31, 2024
|
Pre-RFC v2 - Static Function Argument Unpacking
|
|
9
|
694
|
October 30, 2024
|
Adding a way of getting the value of Result<T, T> without match statement
|
|
10
|
671
|
October 28, 2024
|
Aliasing of raw pointers
|
|
6
|
581
|
October 25, 2024
|
Should the tail recursion expression be called `become`, or something else?
|
|
119
|
2429
|
October 25, 2024
|
Rest patterns (`Foo { .. }`) should match non-struct types
|
|
17
|
793
|
October 24, 2024
|
Another argument for `&out` references: safe union usage
|
|
5
|
330
|
October 24, 2024
|
A backward compatible `Move` trait to fix `Pin`
|
|
4
|
441
|
October 22, 2024
|
An immutable loop structure `loop let`
|
|
13
|
903
|
October 23, 2024
|
Layout of DST `Box`
|
|
11
|
459
|
October 22, 2024
|
Better diagnostic informations for match an `Option<String>` with `Option<&str>`
|
|
0
|
170
|
October 22, 2024
|
Property-like Macro Syntax
|
|
1
|
174
|
October 21, 2024
|
Stabilizing `non_exhaustive_omitted_patterns` or a better alternative
|
|
22
|
653
|
October 21, 2024
|
Unsafe Impl Copy and Freeze
|
|
11
|
381
|
October 21, 2024
|
Temporary intrinsics::trait_vtable
|
|
11
|
416
|
October 16, 2024
|
TaintedCell - interior mutability with shared mutable access
|
|
8
|
460
|
October 16, 2024
|
Why are trait brackets required?
|
|
2
|
335
|
October 13, 2024
|
Pre-pre-RFC/Working Prototype: Borrow-Aware Automated Context Passing
|
|
99
|
1637
|
October 12, 2024
|