About the language design category
|
|
1
|
2090
|
March 25, 2019
|
Exhaustive pattern in let else
|
|
4
|
153
|
September 15, 2024
|
#[cfg(none)] for disabling code
|
|
16
|
687
|
September 15, 2024
|
Structured Exception Handling (SEH) in core
|
|
12
|
484
|
September 13, 2024
|
Feature Idea: Allow reducing the alignment
|
|
11
|
515
|
September 9, 2024
|
Explanation of the Error handling
|
|
5
|
316
|
September 9, 2024
|
Syntax Sugar and derive-redirection for Newtypes, to work around the Orphan Rule
|
|
10
|
483
|
September 7, 2024
|
Attribute for consecutive test running
|
|
18
|
390
|
September 6, 2024
|
SIMD in `const` easily
|
|
24
|
1138
|
September 4, 2024
|
Rust lacks Enumerated::position() to get the current count
|
|
9
|
744
|
September 3, 2024
|
Can `Box<T, Noop<'a>>` be a replacement for `&'a move T`?
|
|
2
|
282
|
September 1, 2024
|
Safe code relied upon by unsafe is effectively unsafe
|
|
21
|
1267
|
August 29, 2024
|
Lifetime bug in safe part (String - ptr)?
|
|
14
|
680
|
August 28, 2024
|
Unify async+sync into pure async
|
|
39
|
1362
|
August 28, 2024
|
.iter() could be skipped when performing a combinator on Vector
|
|
12
|
696
|
August 28, 2024
|
Reading and erasing bits outside of an allocation in inline asm
|
|
2
|
260
|
August 27, 2024
|
Feature request: Implement OR for Option and possibly Result
|
|
14
|
682
|
August 27, 2024
|
Mutating the contents of `Vec::as_ptr()`
|
|
8
|
370
|
August 25, 2024
|
Repeated `return type` could be removed from function body
|
|
4
|
331
|
August 23, 2024
|
Support for macros in suffix / postfix position?
|
|
11
|
428
|
August 22, 2024
|
Optional .collect() when combinator is last operation
|
|
5
|
437
|
August 22, 2024
|
Precise generator capturing and how it interacts with a future possibility
|
|
7
|
348
|
August 21, 2024
|
Visibility Trilemma. Solvable by new visibility keyword?
|
|
13
|
574
|
August 20, 2024
|
`move` operator for ergonomic captures
|
|
43
|
1666
|
August 20, 2024
|
Impl TryFrom<&str> for CString
|
|
7
|
169
|
August 20, 2024
|
Discussion: better derive for trait Eq
|
|
7
|
533
|
August 19, 2024
|
Pre-RFC: 'self lifetime
|
|
12
|
639
|
August 18, 2024
|
Why isn't an array repeat operand subject to constant evaluation in a const context?
|
|
6
|
267
|
August 17, 2024
|
Inconsistancy between builtin pointer types and user-defined pointer types
|
|
3
|
236
|
August 16, 2024
|
Color the `dbg!()` macro
|
|
7
|
625
|
August 15, 2024
|