|
Hope to achieve second-level compilation in the development stage
|
|
1
|
196
|
November 22, 2024
|
|
Pre-RFC: Contextual paramaters
|
|
30
|
1433
|
November 22, 2024
|
|
Clippy lint for `a.iter().zip(b.iter()).all()` => `a.iter().eq(b.iter())` => `a.eq(&b)`
|
|
3
|
441
|
November 18, 2024
|
|
Rustc: mangle symbols without compiling
|
|
9
|
739
|
November 16, 2024
|
|
Why is String's equality comparison slower than `&[u8]`
|
|
3
|
727
|
November 15, 2024
|
|
How to collect code coverage for the rustc compiler itself?
|
|
5
|
484
|
April 19, 2026
|
|
Optimization for `std::vec::Drain` to directly access an indexed element
|
|
7
|
388
|
April 18, 2026
|
|
Rustc --run flag To run binary once it is built
|
|
4
|
346
|
April 5, 2026
|
|
Curious bororow checker problem getting image buffers from two camera streams
|
|
3
|
212
|
April 1, 2026
|
|
Statistics of and Ideas for Lazy compilation
|
|
2
|
241
|
March 31, 2026
|
|
Potential Bug in borrow checker
|
|
2
|
275
|
March 25, 2026
|
|
Consider running crater for a one-year-old snapshot of crates.io
|
|
13
|
593
|
March 25, 2026
|
|
`extern "none"` ABI
|
|
3
|
297
|
March 23, 2026
|
|
Should const calls with small finite inputs become a lookup table?
|
|
5
|
335
|
March 22, 2026
|
|
Is it possible to isolate internal changes on transitive dependency with rmeta
|
|
4
|
188
|
March 21, 2026
|
|
Pre-RFC: Build Tool Support Policy (aka Tool Tier Policy)
|
|
5
|
268
|
March 20, 2026
|
|
Can compiler’s optimizer eliminate trivial heap allocation?
|
|
14
|
773
|
March 12, 2026
|
|
`let _ = vec![const { 1 }; 0];` failed to compile, is it a regression?
|
|
7
|
685
|
March 10, 2026
|
|
More useful errors when no_std crate depends on std
|
|
3
|
370
|
March 6, 2026
|
|
Parser expected tokens
|
|
3
|
201
|
March 1, 2026
|
|
Specialization of `impl ToString for Box<str>`?
|
|
7
|
331
|
February 16, 2026
|
|
Add compiler option for removing all panic messages
|
|
3
|
431
|
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
|
418
|
February 12, 2026
|
|
Function attributes for optimization outside source files
|
|
5
|
450
|
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
|
271
|
February 9, 2026
|
|
Request: enhance confusing link error
|
|
5
|
287
|
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
|
669
|
October 31, 2024
|