|
Pre-RFC: Define the behavior of `repr(transparent)` when all fields are zero-sized types
|
|
21
|
1503
|
February 21, 2025
|
|
Creating 1-ZSTs guaranteed to have same extern "C" ABI as ()
|
|
19
|
1397
|
February 21, 2025
|
|
Total equality relations as `std::cmp::Eq<Rhs>`
|
|
23
|
1182
|
November 28, 2023
|
|
Auto-generate crate-agnostic anonoymous sub-traits for `dyn Foo + ...`
|
|
30
|
1190
|
November 28, 2023
|
|
Special Case Unsigned Integer Range `Iterator::sum`
|
|
18
|
935
|
November 28, 2023
|
|
Naming a method to create a "member function" closure
|
|
11
|
824
|
November 27, 2023
|
|
Allow cloning into MaybeUninit (to allow cloning boxes directly on the heap)
|
|
18
|
919
|
November 27, 2023
|
|
Manually freeing the pointer from ::into_raw?
|
|
20
|
2726
|
November 27, 2023
|
|
Blanket implementation for `impl<T, U: Into<T>> Into<Option<T>> for Option<U>`
|
|
6
|
716
|
November 27, 2023
|
|
The trait `TyEncoder` is not implemented for `FileEncoder`
|
|
1
|
352
|
November 27, 2023
|
|
How do you discover crate features when using a new crate?
|
|
6
|
996
|
November 27, 2023
|
|
Feature request: expand zip() and unzip() methods on iterator to N-tuple and N iterators
|
|
7
|
2300
|
November 26, 2023
|
|
Why not `impl<'a, T: PartialEq, I: IntoIterator<Item = &'a T>> PartialEq<I> for I`?
|
|
3
|
519
|
November 24, 2023
|
|
Weird idea: use as crate
|
|
5
|
765
|
November 24, 2023
|
|
Isolated crate compilation
|
|
5
|
717
|
February 16, 2025
|
|
`pub` on `macro_rules!`
|
|
27
|
11096
|
November 23, 2023
|
|
Pre-RFC: "Scheduled Removal" Parameter for "Deprecated" Attribute
|
|
14
|
937
|
November 23, 2023
|
|
[Discussion] Adding an `init` function that could modify static variables directly
|
|
76
|
4244
|
November 23, 2023
|
|
Pre-RFC: Easier extension-traits
|
|
14
|
1600
|
November 23, 2023
|
|
"No telemetry in the Rust compiler: metrics without betraying user privacy"
|
|
6
|
1548
|
February 15, 2025
|
|
Spread array shortcut for match branch and array destruction
|
|
8
|
1104
|
November 21, 2023
|
|
Rust 1.72.0 pre-release testing
|
|
3
|
836
|
November 19, 2023
|
|
Developer-provided compiler notes
|
|
9
|
1438
|
November 19, 2023
|
|
Clone by re-evaluation?
|
|
6
|
721
|
November 18, 2023
|
|
Add map! and set! macros to std
|
|
30
|
3209
|
November 18, 2023
|
|
Creating a vector with reserved space
|
|
7
|
1104
|
November 15, 2023
|
|
Would a transmute_lifetime() function be a good candidate for the standard library?
|
|
12
|
1418
|
November 15, 2023
|
|
`message` method for `std::io::Error`
|
|
2
|
494
|
November 14, 2023
|
|
Create a minimal project with "cargo init --unsafe"
|
|
6
|
821
|
November 14, 2023
|
|
pre-RFC: Extend Hash-sequences to all String Literals
|
|
9
|
1266
|
November 13, 2023
|