About the compiler category
|
|
1
|
1735
|
March 25, 2019
|
Nightly version for a specific rust compiler version
|
|
1
|
11
|
February 22, 2025
|
Optimization opportunity for `<Box dyn Fn>`, which is done for `&dyn Fn` (and regression in nightly?)
|
|
2
|
272
|
February 19, 2025
|
Miss code lines when get code coverage of rust compiler
|
|
7
|
144
|
February 19, 2025
|
Cannot call implementations of the Fn* traits on references
|
|
1
|
141
|
February 18, 2025
|
Why rustc 1.71 no longer eliminates Box allocations?
|
|
12
|
698
|
February 13, 2025
|
Polonius, borrow checking performance & progressive intelligence
|
|
5
|
447
|
January 31, 2025
|
The burden of creating new compiler options and exposing them in Cargo
|
|
8
|
592
|
January 30, 2025
|
Should `---keep-stage` handle missing stages?
|
|
2
|
113
|
January 26, 2025
|
Compiler-Hint to assign to a mutably borrowed value
|
|
3
|
261
|
January 24, 2025
|
Better compiler error message for types implementing trait when multiple types are effectively the same
|
|
1
|
146
|
January 21, 2025
|
Syntax sugar makes macros inconvenient. Possible to de-sugar all the way back to everything looking like functions?
|
|
2
|
280
|
January 19, 2025
|
Distributed ThinLTO support in Rustc
|
|
3
|
298
|
January 15, 2025
|
Using cranelift to compile rustc
|
|
3
|
398
|
January 10, 2025
|
Rust should warn on impl Trait returning unit
|
|
13
|
835
|
January 5, 2025
|
Missing layout optimization for types containing Infallible /!
|
|
12
|
416
|
December 23, 2024
|
Build-Only Package
|
|
1
|
154
|
December 20, 2024
|
Testing and mocking based on name conversion
|
|
27
|
510
|
December 20, 2024
|
Why isn't trait specialization a higher priority for Rust development?
|
|
13
|
1066
|
December 20, 2024
|
Inline assembly constant zero optimizations
|
|
0
|
249
|
December 3, 2024
|
The order of basic block in MIR
|
|
4
|
284
|
December 3, 2024
|
Changing the default x86-64 compilation target to v2 or v3
|
|
26
|
742
|
November 22, 2024
|
Hope to achieve second-level compilation in the development stage
|
|
1
|
168
|
November 22, 2024
|
Pre-RFC: Contextual paramaters
|
|
30
|
1133
|
November 22, 2024
|
Clippy lint for `a.iter().zip(b.iter()).all()` => `a.iter().eq(b.iter())` => `a.eq(&b)`
|
|
3
|
407
|
November 18, 2024
|
Rustc: mangle symbols without compiling
|
|
9
|
522
|
November 16, 2024
|
Why is String's equality comparison slower than `&[u8]`
|
|
3
|
602
|
November 15, 2024
|
How to collect code coverage for the rustc compiler itself?
|
|
4
|
311
|
October 26, 2024
|
Optimization for `std::vec::Drain` to directly access an indexed element
|
|
6
|
334
|
October 25, 2024
|
repr(C) AIX Struct Alignment
|
|
35
|
700
|
October 13, 2024
|