|
Using cranelift to compile rustc
|
|
3
|
737
|
January 10, 2025
|
|
Rust should warn on impl Trait returning unit
|
|
13
|
1061
|
January 5, 2025
|
|
Missing layout optimization for types containing Infallible /!
|
|
12
|
653
|
December 23, 2024
|
|
Build-Only Package
|
|
1
|
262
|
December 20, 2024
|
|
Testing and mocking based on name conversion
|
|
27
|
993
|
December 20, 2024
|
|
Why isn't trait specialization a higher priority for Rust development?
|
|
13
|
1578
|
December 20, 2024
|
|
Inline assembly constant zero optimizations
|
|
0
|
287
|
December 3, 2024
|
|
The order of basic block in MIR
|
|
4
|
383
|
December 3, 2024
|
|
Hope to achieve second-level compilation in the development stage
|
|
1
|
211
|
November 22, 2024
|
|
Pre-RFC: Contextual paramaters
|
|
30
|
1712
|
November 22, 2024
|
|
Clippy lint for `a.iter().zip(b.iter()).all()` => `a.iter().eq(b.iter())` => `a.eq(&b)`
|
|
3
|
484
|
November 18, 2024
|
|
Rustc: mangle symbols without compiling
|
|
9
|
832
|
November 16, 2024
|
|
Why is String's equality comparison slower than `&[u8]`
|
|
3
|
783
|
November 15, 2024
|
|
How to collect code coverage for the rustc compiler itself?
|
|
4
|
534
|
October 26, 2024
|
|
Optimization for `std::vec::Drain` to directly access an indexed element
|
|
6
|
439
|
October 25, 2024
|
|
Rustc --run flag To run binary once it is built
|
|
3
|
391
|
October 12, 2024
|
|
Curious bororow checker problem getting image buffers from two camera streams
|
|
2
|
246
|
October 8, 2024
|
|
Statistics of and Ideas for Lazy compilation
|
|
1
|
292
|
October 7, 2024
|
|
Potential Bug in borrow checker
|
|
1
|
313
|
October 1, 2024
|
|
Consider running crater for a one-year-old snapshot of crates.io
|
|
12
|
703
|
October 1, 2024
|
|
`extern "none"` ABI
|
|
2
|
332
|
September 29, 2024
|
|
Should const calls with small finite inputs become a lookup table?
|
|
4
|
408
|
September 28, 2024
|
|
Is it possible to isolate internal changes on transitive dependency with rmeta
|
|
3
|
226
|
September 27, 2024
|
|
Pre-RFC: Build Tool Support Policy (aka Tool Tier Policy)
|
|
4
|
329
|
September 26, 2024
|
|
Can compiler’s optimizer eliminate trivial heap allocation?
|
|
13
|
877
|
September 18, 2024
|
|
`let _ = vec![const { 1 }; 0];` failed to compile, is it a regression?
|
|
6
|
745
|
September 16, 2024
|
|
More useful errors when no_std crate depends on std
|
|
2
|
401
|
September 12, 2024
|
|
Parser expected tokens
|
|
2
|
221
|
September 7, 2024
|
|
Specialization of `impl ToString for Box<str>`?
|
|
6
|
411
|
August 25, 2024
|
|
Add compiler option for removing all panic messages
|
|
2
|
477
|
August 22, 2024
|