Consider running crater for a one-year-old snapshot of crates.io
|
|
12
|
498
|
October 1, 2024
|
`extern "none"` ABI
|
|
2
|
244
|
September 29, 2024
|
Should const calls with small finite inputs become a lookup table?
|
|
4
|
264
|
September 28, 2024
|
Is it possible to isolate internal changes on transitive dependency with rmeta
|
|
3
|
163
|
September 27, 2024
|
Pre-RFC: Build Tool Support Policy (aka Tool Tier Policy)
|
|
4
|
212
|
September 26, 2024
|
Can compiler’s optimizer eliminate trivial heap allocation?
|
|
13
|
688
|
September 18, 2024
|
`let _ = vec![const { 1 }; 0];` failed to compile, is it a regression?
|
|
6
|
641
|
September 16, 2024
|
More useful errors when no_std crate depends on std
|
|
2
|
336
|
September 12, 2024
|
Parser expected tokens
|
|
2
|
175
|
September 7, 2024
|
Specialization of `impl ToString for Box<str>`?
|
|
6
|
255
|
August 25, 2024
|
Add compiler option for removing all panic messages
|
|
2
|
341
|
August 22, 2024
|
Retrieving path to item that is visible from outside the crate
|
|
0
|
180
|
August 22, 2024
|
`Result` optimization for two types with matching invalid patterns
|
|
6
|
349
|
August 21, 2024
|
Function attributes for optimization outside source files
|
|
4
|
396
|
August 20, 2024
|
Decide if for-loop iterator is empty given a literal/const iterator
|
|
6
|
308
|
August 20, 2024
|
Can I implement optimization rules with typed-HIR?
|
|
4
|
224
|
August 18, 2024
|
Request: enhance confusing link error
|
|
5
|
242
|
November 10, 2024
|
How to construct hir::ConstBlock in ast lowering
|
|
1
|
94
|
November 4, 2024
|
Allow controlling rustc stacker segment sizes via the environment?
|
|
3
|
561
|
October 31, 2024
|
Idea: Change trait implied bounds to use a fix-point algorithm to support cycles
|
|
1
|
166
|
July 29, 2024
|
How to build rustc for windows using mingw linker?
|
|
2
|
181
|
October 26, 2024
|
How to get predicates bound to their types in ImplHeader?
|
|
1
|
98
|
July 24, 2024
|
Niche optimization makes use of niches, but padding bytes are neglected
|
|
15
|
555
|
October 22, 2024
|
`evex512` in Rust
|
|
1
|
308
|
October 22, 2024
|
Help: removing `-lregex` when calling linker for custom target
|
|
3
|
190
|
October 16, 2024
|
Why does rustc implement SSA?
|
|
2
|
484
|
October 12, 2024
|
TBAA Absence Causes LICM Optimization Failures
|
|
8
|
367
|
October 10, 2024
|
Potential Compiler Optimization Issue with &Vec<*const T> vs &[*const T]
|
|
5
|
640
|
October 9, 2024
|
Custom MIR -- howto add a PlaceAlias instruction
|
|
3
|
341
|
October 7, 2024
|
Downcast a Box<dyn Any> to a concrete type
|
|
3
|
318
|
July 8, 2024
|