|
How to collect code coverage for the rustc compiler itself?
|
|
4
|
479
|
October 26, 2024
|
|
Optimization for `std::vec::Drain` to directly access an indexed element
|
|
6
|
387
|
October 25, 2024
|
|
Rustc --run flag To run binary once it is built
|
|
3
|
344
|
October 12, 2024
|
|
Curious bororow checker problem getting image buffers from two camera streams
|
|
2
|
212
|
October 8, 2024
|
|
Statistics of and Ideas for Lazy compilation
|
|
1
|
238
|
October 7, 2024
|
|
Potential Bug in borrow checker
|
|
1
|
271
|
October 1, 2024
|
|
Consider running crater for a one-year-old snapshot of crates.io
|
|
12
|
586
|
October 1, 2024
|
|
`extern "none"` ABI
|
|
2
|
294
|
September 29, 2024
|
|
Should const calls with small finite inputs become a lookup table?
|
|
4
|
329
|
September 28, 2024
|
|
Is it possible to isolate internal changes on transitive dependency with rmeta
|
|
3
|
186
|
September 27, 2024
|
|
Pre-RFC: Build Tool Support Policy (aka Tool Tier Policy)
|
|
4
|
256
|
September 26, 2024
|
|
Can compiler’s optimizer eliminate trivial heap allocation?
|
|
13
|
765
|
September 18, 2024
|
|
`let _ = vec![const { 1 }; 0];` failed to compile, is it a regression?
|
|
7
|
678
|
March 10, 2026
|
|
More useful errors when no_std crate depends on std
|
|
3
|
368
|
March 6, 2026
|
|
Parser expected tokens
|
|
3
|
200
|
March 1, 2026
|
|
Specialization of `impl ToString for Box<str>`?
|
|
7
|
328
|
February 16, 2026
|
|
Add compiler option for removing all panic messages
|
|
3
|
417
|
February 13, 2026
|
|
Retrieving path to item that is visible from outside the crate
|
|
1
|
187
|
February 13, 2026
|
|
`Result` optimization for two types with matching invalid patterns
|
|
7
|
411
|
February 12, 2026
|
|
Function attributes for optimization outside source files
|
|
5
|
446
|
February 11, 2026
|
|
Decide if for-loop iterator is empty given a literal/const iterator
|
|
7
|
383
|
February 11, 2026
|
|
Can I implement optimization rules with typed-HIR?
|
|
5
|
269
|
February 9, 2026
|
|
Request: enhance confusing link error
|
|
5
|
285
|
November 10, 2024
|
|
How to construct hir::ConstBlock in ast lowering
|
|
1
|
108
|
November 4, 2024
|
|
Allow controlling rustc stacker segment sizes via the environment?
|
|
3
|
658
|
October 31, 2024
|
|
Idea: Change trait implied bounds to use a fix-point algorithm to support cycles
|
|
2
|
184
|
January 20, 2026
|
|
How to build rustc for windows using mingw linker?
|
|
2
|
253
|
October 26, 2024
|
|
How to get predicates bound to their types in ImplHeader?
|
|
2
|
117
|
January 15, 2026
|
|
Niche optimization makes use of niches, but padding bytes are neglected
|
|
15
|
699
|
October 22, 2024
|
|
`evex512` in Rust
|
|
1
|
425
|
October 22, 2024
|