About the language design category
|
|
1
|
2139
|
March 25, 2019
|
On DebugTuple and {:#?}
|
|
14
|
408
|
April 24, 2025
|
FR: Making `extern "C-unwind"` work with `-fno-exceptions`
|
|
4
|
254
|
April 23, 2025
|
Idea: #[zst] on enums with no-data variants?
|
|
3
|
137
|
April 23, 2025
|
How does inline assembly and the physical machine fit into the abstract machine model, or exist outside of it?
|
|
30
|
805
|
April 23, 2025
|
Explicit bindings in patterns
|
|
5
|
212
|
April 22, 2025
|
Highlight Differences In `assert_eq!()`
|
|
10
|
1180
|
April 22, 2025
|
Giving generics traits via unsafe code
|
|
23
|
710
|
April 21, 2025
|
Optimize `loop {}`
|
|
15
|
927
|
April 18, 2025
|
Slight relaxation of the orphan rules
|
|
6
|
534
|
April 14, 2025
|
Discussion: Allowing Unsafe to Bypass Visibility
|
|
36
|
1747
|
April 14, 2025
|
Pre-RFC: Allow mut keyword on struct fields
|
|
2
|
393
|
April 13, 2025
|
Discussion: The magic pin! macro
|
|
4
|
492
|
April 13, 2025
|
Pre-RFC: trait class for single inheritance
|
|
20
|
1128
|
April 13, 2025
|
Treat unit-like structs and variants like constant items in array repeat operands
|
|
3
|
318
|
April 11, 2025
|
Limited unsized values for boxing futures with AFIDT
|
|
4
|
301
|
April 11, 2025
|
Pre-RFC: #[align] attribute
|
|
26
|
1074
|
April 10, 2025
|
`fail` keyword
|
|
19
|
853
|
April 9, 2025
|
Idea: partial impls
|
|
6
|
337
|
April 8, 2025
|
What if the transition to Rust 2.0 can be fully machine applicable? (with `cargo fix`)
|
|
11
|
637
|
April 8, 2025
|
Pre-RFC: Limited-Value Types
|
|
3
|
354
|
April 8, 2025
|
Why are Fn types not contravariant in their argument types?
|
|
4
|
370
|
April 7, 2025
|
Idea: include `TypeId` in all trait object vtables
|
|
5
|
527
|
April 7, 2025
|
Conditional function parameters dependent on trait bound
|
|
3
|
174
|
April 4, 2025
|
Field immutable reference limited by mutable loop
|
|
4
|
278
|
April 3, 2025
|
Pointers to the heap can have unbounded provenance
|
|
3
|
614
|
April 3, 2025
|
[IDEA] Postfix `.catch` (revisited)
|
|
4
|
463
|
April 2, 2025
|
Idea: `mut` block
|
|
9
|
623
|
April 2, 2025
|
State of postfix borrow/deref
|
|
30
|
1280
|
March 31, 2025
|
[Pre-RFC] Allow private fields to be set during struct initialization
|
|
7
|
349
|
March 29, 2025
|