Is it possible to isolate internal changes on transitive dependency with rmeta
|
|
3
|
158
|
September 27, 2024
|
Pre-RFC: Build Tool Support Policy (aka Tool Tier Policy)
|
|
4
|
200
|
September 26, 2024
|
Can compiler’s optimizer eliminate trivial heap allocation?
|
|
13
|
654
|
September 18, 2024
|
`let _ = vec![const { 1 }; 0];` failed to compile, is it a regression?
|
|
6
|
623
|
September 16, 2024
|
More useful errors when no_std crate depends on std
|
|
2
|
324
|
September 12, 2024
|
Parser expected tokens
|
|
2
|
170
|
September 7, 2024
|
Store Option discriminant in Containing type (optimization)
|
|
4
|
405
|
September 3, 2024
|
Specialization of `impl ToString for Box<str>`?
|
|
6
|
236
|
August 25, 2024
|
Add compiler option for removing all panic messages
|
|
2
|
295
|
August 22, 2024
|
Retrieving path to item that is visible from outside the crate
|
|
0
|
179
|
August 22, 2024
|
`Result` optimization for two types with matching invalid patterns
|
|
6
|
336
|
August 21, 2024
|
Function attributes for optimization outside source files
|
|
4
|
372
|
August 20, 2024
|
Decide if for-loop iterator is empty given a literal/const iterator
|
|
6
|
275
|
August 20, 2024
|
Can I implement optimization rules with typed-HIR?
|
|
4
|
221
|
August 18, 2024
|
Request: enhance confusing link error
|
|
5
|
234
|
November 10, 2024
|
How to construct hir::ConstBlock in ast lowering
|
|
1
|
93
|
November 4, 2024
|
Allow controlling rustc stacker segment sizes via the environment?
|
|
3
|
518
|
October 31, 2024
|
Idea: Change trait implied bounds to use a fix-point algorithm to support cycles
|
|
1
|
164
|
July 29, 2024
|
How to build rustc for windows using mingw linker?
|
|
2
|
161
|
October 26, 2024
|
How to get predicates bound to their types in ImplHeader?
|
|
1
|
97
|
July 24, 2024
|
Niche optimization makes use of niches, but padding bytes are neglected
|
|
15
|
511
|
October 22, 2024
|
`evex512` in Rust
|
|
1
|
228
|
October 22, 2024
|
Help: removing `-lregex` when calling linker for custom target
|
|
3
|
178
|
October 16, 2024
|
Why does rustc implement SSA?
|
|
2
|
404
|
October 12, 2024
|
TBAA Absence Causes LICM Optimization Failures
|
|
8
|
343
|
October 10, 2024
|
Potential Compiler Optimization Issue with &Vec<*const T> vs &[*const T]
|
|
5
|
634
|
October 9, 2024
|
Custom MIR -- howto add a PlaceAlias instruction
|
|
3
|
324
|
October 7, 2024
|
Downcast a Box<dyn Any> to a concrete type
|
|
3
|
295
|
July 8, 2024
|
Globalization optimizations
|
|
29
|
1056
|
September 29, 2024
|
Faster PartialEq for small arrays of non 2^n length
|
|
25
|
714
|
September 14, 2024
|