|
#[warn(unreachable_code)] warning on unreachable!()
|
|
8
|
365
|
November 10, 2025
|
|
Idea: allow methods with provided `self` to be used as closures
|
|
18
|
647
|
November 10, 2025
|
|
Proposal: Syntactic Sugar for Disambiguating Conflicting Trait Methods
|
|
14
|
454
|
November 10, 2025
|
|
Distributing x86-64 tier 1 with host tools v1–3 each
|
|
19
|
551
|
November 9, 2025
|
|
Discussion: Enhanced License Compliance for crates.io
|
|
21
|
634
|
November 9, 2025
|
|
Rust 1.91.1 pre-release testing
|
|
0
|
243
|
November 7, 2025
|
|
Bots are spamming users forum right now
|
|
1
|
305
|
November 7, 2025
|
|
A plan to move most of `std::io` to `alloc`
|
|
7
|
744
|
November 7, 2025
|
|
[Pre-RFC]: IntoOwned trait that harmonizes Cow and ToOwned
|
|
15
|
871
|
November 6, 2025
|
|
Bit interleaving in std
|
|
6
|
420
|
November 4, 2025
|
|
Changing the default x86-64 compilation target to v2 or v3
|
|
70
|
3259
|
November 4, 2025
|
|
Is there a preparation for default lifetimes?
|
|
7
|
462
|
November 4, 2025
|
|
Case: A lazily evaluated self-referential type for the standard library
|
|
7
|
510
|
November 3, 2025
|
|
Support symbol versioning with #[export_name]
|
|
9
|
399
|
November 3, 2025
|
|
Making profiles more flexible and useful?
|
|
7
|
388
|
November 3, 2025
|
|
Implicit numeric widening/coercion proposal
|
|
42
|
991
|
November 3, 2025
|
|
FnPin and FnPinMut: closures that return borrows of their captures
|
|
2
|
245
|
November 2, 2025
|
|
Can irrefutable_let_pattern change to allow bindings that are used later in the if-let chain?
|
|
2
|
244
|
November 1, 2025
|
|
`impl Default` for generically sized arrays? (`[T; N]`)
|
|
38
|
2177
|
October 31, 2025
|
|
[algorithm] new float/double to string algorithm
|
|
7
|
281
|
October 31, 2025
|
|
[idea] vec macro expand
|
|
9
|
406
|
October 31, 2025
|
|
Rust 1.91.0 pre-release testing
|
|
0
|
344
|
October 28, 2025
|
|
Pre-RFC: `std::fmt::FormattingOptions.indentation`
|
|
20
|
749
|
October 27, 2025
|
|
Unexpected panic
|
|
3
|
339
|
October 27, 2025
|
|
Possibility of making &str FFI safe
|
|
14
|
757
|
October 27, 2025
|
|
Conversions to dyn Trait are too implicit -- we need syntax
|
|
8
|
607
|
October 25, 2025
|
|
Warning users when lacking a Clone impl due to imperfect derive
|
|
2
|
386
|
October 24, 2025
|
|
`must_use` when matching on a `Result<MustUse, _>`
|
|
0
|
227
|
October 23, 2025
|
|
Conditional compilation during monomorphisation
|
|
2
|
261
|
October 23, 2025
|
|
Optimize `std::env::args_os().collect::<Vec<_>>()`
|
|
7
|
388
|
October 22, 2025
|