|
Pre-RFC v2 - Static Function Argument Unpacking
|
|
9
|
864
|
October 30, 2024
|
|
Adding a way of getting the value of Result<T, T> without match statement
|
|
10
|
818
|
October 28, 2024
|
|
Infallible `div_ceil` for `NonZero<unsigned>`
|
|
3
|
414
|
October 28, 2024
|
|
`iter().all()` that does not return `true` for empty iterators
|
|
10
|
894
|
October 26, 2024
|
|
How to collect code coverage for the rustc compiler itself?
|
|
4
|
481
|
October 26, 2024
|
|
Optimization for `std::vec::Drain` to directly access an indexed element
|
|
6
|
388
|
October 25, 2024
|
|
Aliasing of raw pointers
|
|
6
|
1011
|
October 25, 2024
|
|
Enabling types that can be `?` argument but not target
|
|
2
|
291
|
October 25, 2024
|
|
Another argument for `&out` references: safe union usage
|
|
5
|
401
|
October 24, 2024
|
|
A backward compatible `Move` trait to fix `Pin`
|
|
4
|
555
|
October 22, 2024
|
|
An immutable loop structure `loop let`
|
|
13
|
1105
|
October 23, 2024
|
|
Discussion: Mis-documentation of `.append` method in `OpenOption`
|
|
4
|
291
|
October 22, 2024
|
|
Layout of DST `Box`
|
|
11
|
583
|
October 22, 2024
|
|
Better diagnostic informations for match an `Option<String>` with `Option<&str>`
|
|
0
|
212
|
October 22, 2024
|
|
Property-like Macro Syntax
|
|
1
|
207
|
October 21, 2024
|
|
Stabilizing `non_exhaustive_omitted_patterns` or a better alternative
|
|
22
|
1028
|
October 21, 2024
|
|
Unsafe Impl Copy and Freeze
|
|
11
|
567
|
October 21, 2024
|
|
AssertUnwindSafe interacts poorly with 2021 capture rules
|
|
5
|
408
|
October 19, 2024
|
|
Rust 1.82.0 pre-release testing
|
|
9
|
821
|
October 18, 2024
|
|
Release note process question
|
|
2
|
217
|
October 18, 2024
|
|
Compile rustc for a custom target
|
|
8
|
856
|
October 18, 2024
|
|
Generic `Atomic<T>`
|
|
40
|
2273
|
October 18, 2024
|
|
Provide analog of `std::remainder` in standard library?
|
|
9
|
662
|
October 17, 2024
|
|
Temporary intrinsics::trait_vtable
|
|
11
|
498
|
October 16, 2024
|
|
Unstable feature for adding restricted_std to all crates?
|
|
3
|
274
|
October 16, 2024
|
|
TaintedCell - interior mutability with shared mutable access
|
|
8
|
534
|
October 16, 2024
|
|
`reduce_with` for Iterators
|
|
5
|
490
|
October 16, 2024
|
|
Core: Add cfg `no_128bits_fmt_parse`
|
|
2
|
232
|
October 14, 2024
|
|
Suggestion: add attributes to instruct Rust Analyzer how to import items
|
|
10
|
547
|
October 13, 2024
|
|
Why are trait brackets required?
|
|
2
|
367
|
October 13, 2024
|