|
Allow running cargo check on a virtual file system like the one held by rust-analyzer
|
|
4
|
598
|
April 11, 2025
|
|
Pliron: MLIR, But Native Rust
|
|
3
|
1869
|
April 4, 2025
|
|
Replace dyn object with enum dispatch
|
|
14
|
1319
|
April 1, 2025
|
|
Distributed Slices for more erganomic diagnostic translation
|
|
1
|
278
|
March 28, 2025
|
|
Support VS dynamic debugging
|
|
1
|
259
|
March 24, 2025
|
|
How to recover MIR for analysis?
|
|
5
|
393
|
March 20, 2025
|
|
Support -Zremap-path-scope with different scopes
|
|
0
|
86
|
March 3, 2025
|
|
Trying to build rustc from scratch, missing std lib
|
|
9
|
575
|
March 1, 2025
|
|
Iterator performance regression 1.81 -> 1.82
|
|
12
|
669
|
February 27, 2025
|
|
Optimization opportunity for `<Box dyn Fn>`, which is done for `&dyn Fn` (and regression in nightly?)
|
|
5
|
516
|
February 26, 2025
|
|
Nightly version for a specific rust compiler version
|
|
6
|
1290
|
February 26, 2025
|
|
Why C++ pass 128 bits via registers, while rust uses stack?
|
|
4
|
574
|
February 22, 2025
|
|
Miss code lines when get code coverage of rust compiler
|
|
7
|
243
|
February 19, 2025
|
|
Cannot call implementations of the Fn* traits on references
|
|
1
|
200
|
February 18, 2025
|
|
Why rustc 1.71 no longer eliminates Box allocations?
|
|
12
|
968
|
February 13, 2025
|
|
Polonius, borrow checking performance & progressive intelligence
|
|
5
|
883
|
January 31, 2025
|
|
The burden of creating new compiler options and exposing them in Cargo
|
|
8
|
763
|
January 30, 2025
|
|
Should `---keep-stage` handle missing stages?
|
|
2
|
158
|
January 26, 2025
|
|
Compiler-Hint to assign to a mutably borrowed value
|
|
3
|
335
|
January 24, 2025
|
|
Better compiler error message for types implementing trait when multiple types are effectively the same
|
|
1
|
193
|
January 21, 2025
|
|
Syntax sugar makes macros inconvenient. Possible to de-sugar all the way back to everything looking like functions?
|
|
2
|
356
|
January 19, 2025
|
|
Distributed ThinLTO support in Rustc
|
|
3
|
451
|
January 15, 2025
|
|
Using cranelift to compile rustc
|
|
3
|
659
|
January 10, 2025
|
|
Rust should warn on impl Trait returning unit
|
|
13
|
965
|
January 5, 2025
|
|
Missing layout optimization for types containing Infallible /!
|
|
12
|
548
|
December 23, 2024
|
|
Build-Only Package
|
|
1
|
218
|
December 20, 2024
|
|
Testing and mocking based on name conversion
|
|
27
|
754
|
December 20, 2024
|
|
Why isn't trait specialization a higher priority for Rust development?
|
|
13
|
1434
|
December 20, 2024
|
|
Inline assembly constant zero optimizations
|
|
0
|
270
|
December 3, 2024
|
|
The order of basic block in MIR
|
|
4
|
334
|
December 3, 2024
|