Polonius, borrow checking performance & progressive intelligence
|
|
5
|
569
|
January 31, 2025
|
The burden of creating new compiler options and exposing them in Cargo
|
|
8
|
635
|
January 30, 2025
|
Should `---keep-stage` handle missing stages?
|
|
2
|
121
|
January 26, 2025
|
Compiler-Hint to assign to a mutably borrowed value
|
|
3
|
281
|
January 24, 2025
|
Better compiler error message for types implementing trait when multiple types are effectively the same
|
|
1
|
163
|
January 21, 2025
|
Syntax sugar makes macros inconvenient. Possible to de-sugar all the way back to everything looking like functions?
|
|
2
|
300
|
January 19, 2025
|
Distributed ThinLTO support in Rustc
|
|
3
|
344
|
January 15, 2025
|
Using cranelift to compile rustc
|
|
3
|
448
|
January 10, 2025
|
Rust should warn on impl Trait returning unit
|
|
13
|
860
|
January 5, 2025
|
Missing layout optimization for types containing Infallible /!
|
|
12
|
440
|
December 23, 2024
|
Build-Only Package
|
|
1
|
171
|
December 20, 2024
|
Testing and mocking based on name conversion
|
|
27
|
556
|
December 20, 2024
|
Why isn't trait specialization a higher priority for Rust development?
|
|
13
|
1173
|
December 20, 2024
|
Inline assembly constant zero optimizations
|
|
0
|
256
|
December 3, 2024
|
The order of basic block in MIR
|
|
4
|
292
|
December 3, 2024
|
Changing the default x86-64 compilation target to v2 or v3
|
|
26
|
1046
|
November 22, 2024
|
Hope to achieve second-level compilation in the development stage
|
|
1
|
170
|
November 22, 2024
|
Pre-RFC: Contextual paramaters
|
|
30
|
1179
|
November 22, 2024
|
Clippy lint for `a.iter().zip(b.iter()).all()` => `a.iter().eq(b.iter())` => `a.eq(&b)`
|
|
3
|
411
|
November 18, 2024
|
Rustc: mangle symbols without compiling
|
|
9
|
583
|
November 16, 2024
|
Why is String's equality comparison slower than `&[u8]`
|
|
3
|
622
|
November 15, 2024
|
How to collect code coverage for the rustc compiler itself?
|
|
4
|
368
|
October 26, 2024
|
Optimization for `std::vec::Drain` to directly access an indexed element
|
|
6
|
346
|
October 25, 2024
|
Rustc --run flag To run binary once it is built
|
|
3
|
285
|
October 12, 2024
|
Curious bororow checker problem getting image buffers from two camera streams
|
|
2
|
174
|
October 8, 2024
|
Statistics of and Ideas for Lazy compilation
|
|
1
|
201
|
October 7, 2024
|
Potential Bug in borrow checker
|
|
1
|
254
|
October 1, 2024
|
Consider running crater for a one-year-old snapshot of crates.io
|
|
12
|
497
|
October 1, 2024
|
`extern "none"` ABI
|
|
2
|
241
|
September 29, 2024
|
Should const calls with small finite inputs become a lookup table?
|
|
4
|
262
|
September 28, 2024
|