|
Why are forbidden target features disallowed in cfg(target_feature)?
|
|
6
|
540
|
May 23, 2025
|
|
Strange useless compiler advice
|
|
14
|
1037
|
May 23, 2025
|
|
Why is TyCtxt required for borrow checking?
|
|
4
|
496
|
May 19, 2025
|
|
Add back polymorphization
|
|
16
|
1356
|
May 11, 2025
|
|
Make THIR Pretty Printable!
|
|
2
|
307
|
May 10, 2025
|
|
Store Option discriminant in Containing type (optimization)
|
|
6
|
807
|
May 9, 2025
|
|
Access to synthetic object file of exported and used symbols
|
|
4
|
353
|
May 5, 2025
|
|
Where Is Type Checking?
|
|
5
|
513
|
May 4, 2025
|
|
Return Type Syntax Woes
|
|
3
|
491
|
April 30, 2025
|
|
Consider introducing a named lifetime parameter: very problematic error message that sets up novice users for failure
|
|
11
|
862
|
April 30, 2025
|
|
Check server and client communication
|
|
5
|
438
|
April 26, 2025
|
|
Why Rust compiler (1.77.0 to 1.85.0) reserves 2x extra stack for large enum?
|
|
6
|
2330
|
April 22, 2025
|
|
Allow running cargo check on a virtual file system like the one held by rust-analyzer
|
|
4
|
677
|
April 11, 2025
|
|
Replace dyn object with enum dispatch
|
|
14
|
1624
|
April 1, 2025
|
|
Distributed Slices for more erganomic diagnostic translation
|
|
1
|
307
|
March 28, 2025
|
|
Support VS dynamic debugging
|
|
1
|
267
|
March 24, 2025
|
|
How to recover MIR for analysis?
|
|
5
|
495
|
March 20, 2025
|
|
Support -Zremap-path-scope with different scopes
|
|
0
|
99
|
March 3, 2025
|
|
Trying to build rustc from scratch, missing std lib
|
|
9
|
699
|
March 1, 2025
|
|
Iterator performance regression 1.81 -> 1.82
|
|
12
|
774
|
February 27, 2025
|
|
Optimization opportunity for `<Box dyn Fn>`, which is done for `&dyn Fn` (and regression in nightly?)
|
|
5
|
561
|
February 26, 2025
|
|
Nightly version for a specific rust compiler version
|
|
6
|
1598
|
February 26, 2025
|
|
Why C++ pass 128 bits via registers, while rust uses stack?
|
|
4
|
630
|
February 22, 2025
|
|
Miss code lines when get code coverage of rust compiler
|
|
7
|
304
|
February 19, 2025
|
|
Cannot call implementations of the Fn* traits on references
|
|
1
|
215
|
February 18, 2025
|
|
Why rustc 1.71 no longer eliminates Box allocations?
|
|
12
|
1074
|
February 13, 2025
|
|
Polonius, borrow checking performance & progressive intelligence
|
|
5
|
1015
|
January 31, 2025
|
|
The burden of creating new compiler options and exposing them in Cargo
|
|
8
|
852
|
January 30, 2025
|
|
Should `---keep-stage` handle missing stages?
|
|
2
|
187
|
January 26, 2025
|
|
Compiler-Hint to assign to a mutably borrowed value
|
|
3
|
374
|
January 24, 2025
|