About the compiler category
|
|
1
|
1742
|
March 25, 2019
|
repr(C) AIX Struct Alignment
|
|
61
|
1711
|
June 13, 2025
|
Why are forbidden target features disallowed in cfg(target_feature)?
|
|
6
|
334
|
May 23, 2025
|
Strange useless compiler advice
|
|
14
|
796
|
May 23, 2025
|
Why is TyCtxt required for borrow checking?
|
|
4
|
404
|
May 19, 2025
|
Let crash = foo[foo.len()];
|
|
18
|
967
|
May 18, 2025
|
Add back polymorphization
|
|
16
|
876
|
May 11, 2025
|
Make THIR Pretty Printable!
|
|
2
|
217
|
May 10, 2025
|
Store Option discriminant in Containing type (optimization)
|
|
6
|
631
|
May 9, 2025
|
Access to synthetic object file of exported and used symbols
|
|
4
|
201
|
May 5, 2025
|
Where Is Type Checking?
|
|
5
|
375
|
May 4, 2025
|
Return Type Syntax Woes
|
|
3
|
406
|
April 30, 2025
|
Consider introducing a named lifetime parameter: very problematic error message that sets up novice users for failure
|
|
11
|
688
|
April 30, 2025
|
Check server and client communication
|
|
5
|
356
|
April 26, 2025
|
Why Rust compiler (1.77.0 to 1.85.0) reserves 2x extra stack for large enum?
|
|
6
|
2213
|
April 22, 2025
|
Allow running cargo check on a virtual file system like the one held by rust-analyzer
|
|
4
|
402
|
April 11, 2025
|
Pliron: MLIR, But Native Rust
|
|
3
|
878
|
April 4, 2025
|
Replace dyn object with enum dispatch
|
|
14
|
899
|
April 1, 2025
|
Distributed Slices for more erganomic diagnostic translation
|
|
1
|
249
|
March 28, 2025
|
Support VS dynamic debugging
|
|
1
|
230
|
March 24, 2025
|
How to recover MIR for analysis?
|
|
5
|
308
|
March 20, 2025
|
Support -Zremap-path-scope with different scopes
|
|
0
|
77
|
March 3, 2025
|
Trying to build rustc from scratch, missing std lib
|
|
9
|
331
|
March 1, 2025
|
Iterator performance regression 1.81 -> 1.82
|
|
12
|
551
|
February 27, 2025
|
Optimization opportunity for `<Box dyn Fn>`, which is done for `&dyn Fn` (and regression in nightly?)
|
|
5
|
451
|
February 26, 2025
|
Nightly version for a specific rust compiler version
|
|
6
|
407
|
February 26, 2025
|
Why C++ pass 128 bits via registers, while rust uses stack?
|
|
4
|
495
|
February 22, 2025
|
Miss code lines when get code coverage of rust compiler
|
|
7
|
171
|
February 19, 2025
|
Cannot call implementations of the Fn* traits on references
|
|
1
|
168
|
February 18, 2025
|
Why rustc 1.71 no longer eliminates Box allocations?
|
|
12
|
786
|
February 13, 2025
|