|
Help: removing `-lregex` when calling linker for custom target
|
|
3
|
236
|
October 16, 2024
|
|
Why does rustc implement SSA?
|
|
2
|
558
|
October 12, 2024
|
|
TBAA Absence Causes LICM Optimization Failures
|
|
8
|
413
|
October 10, 2024
|
|
Potential Compiler Optimization Issue with &Vec<*const T> vs &[*const T]
|
|
5
|
677
|
October 9, 2024
|
|
Custom MIR -- howto add a PlaceAlias instruction
|
|
3
|
374
|
October 7, 2024
|
|
Downcast a Box<dyn Any> to a concrete type
|
|
3
|
400
|
July 8, 2024
|
|
Globalization optimizations
|
|
29
|
1288
|
September 29, 2024
|
|
Faster PartialEq for small arrays of non 2^n length
|
|
25
|
848
|
September 14, 2024
|
|
Linker misbehaviour in 1.81.0-nightly-2024-06-09
|
|
3
|
387
|
September 9, 2024
|
|
Possible parser defect
|
|
8
|
627
|
September 3, 2024
|
|
[Solved] `mir_borrowck` returns dummy value
|
|
1
|
251
|
September 3, 2024
|
|
Pre-RFC: New built-in attributes that map to new LLVM attributes useful on specific targets
|
|
4
|
387
|
August 27, 2024
|
|
How can we improve the rust-specific optimization?
|
|
2
|
377
|
August 22, 2024
|
|
Dozens of Kilobytes of Cruft in Compilate
|
|
2
|
349
|
August 16, 2024
|
|
How to skip/disable unit test cases while rustc testing using the package Cargo.toml file
|
|
6
|
2129
|
November 8, 2025
|
|
Fixed r9 in arm
|
|
3
|
398
|
August 14, 2024
|
|
Testing w/qemu?
|
|
6
|
567
|
August 2, 2024
|
|
Compiler complain about conflicting implementations but code is not
|
|
2
|
362
|
October 23, 2025
|
|
Check if target features are available at start
|
|
19
|
1849
|
July 21, 2024
|
|
Idea: Compiler errors should suggest features which contain missing symbols
|
|
5
|
476
|
July 13, 2024
|
|
`todo!()` should prevent "unused_variables" warning
|
|
48
|
2545
|
July 12, 2024
|
|
Request: Default non-unit variants
|
|
17
|
836
|
July 10, 2024
|
|
Crate for outputting Rust compiler style errors
|
|
5
|
1416
|
June 30, 2024
|
|
Interaction between incremental compilation and --emit
|
|
1
|
325
|
June 26, 2024
|
|
Shared library for faster builds (research)
|
|
11
|
756
|
June 25, 2024
|
|
Stack aligment in a callback function
|
|
15
|
860
|
June 24, 2024
|
|
Easier access to files generated by `--emit foo`
|
|
4
|
507
|
June 13, 2024
|
|
Suspected unsound of borrowing checks in `impl Trait<'a> + 'static`
|
|
1
|
387
|
May 29, 2024
|
|
What additional performance overhead does the use of iterators and closures cause?
|
|
19
|
1734
|
May 11, 2024
|
|
How unstable is the ABI in practice?
|
|
12
|
2149
|
May 9, 2024
|