Requesting the Rust compiler community's assistance with a compiler for build logic
|
|
4
|
607
|
November 28, 2020
|
Rustc Optimization: Whole Program Devirtualization
|
|
4
|
1076
|
November 24, 2020
|
Slightly Faster Loops by skipping compare to 0 instructions
|
|
8
|
880
|
November 23, 2020
|
Nightly compiler requiring "feature" attribute policy
|
|
3
|
317
|
November 17, 2020
|
Resolving Rust's forward progress guarantees
|
|
52
|
4313
|
August 6, 2020
|
Why can't rustc tell that a struct that implements a trait is unused?
|
|
3
|
413
|
October 16, 2020
|
Disambiguate method call for impl on dyn Trait
|
|
3
|
288
|
October 1, 2020
|
To write faster code as the compiler devs
|
|
4
|
785
|
September 30, 2020
|
Request for feedback: `impl dyn Trait {}` implicit `'static` diagnostic
|
|
16
|
766
|
September 29, 2020
|
A rustc configuration option to forbid producing dylib crates
|
|
10
|
582
|
September 22, 2020
|
Simple Program Rejected with E0506?
|
|
4
|
394
|
September 21, 2020
|
Looking for volunteers for RISC-V Linux support
|
|
6
|
643
|
September 13, 2020
|
Variables in compiler are optimized out
|
|
9
|
674
|
September 3, 2020
|
Debugging rustc
|
|
4
|
350
|
September 1, 2020
|
Refactoring Clang - could this benefit Rust?
|
|
4
|
797
|
August 31, 2020
|
What exactly is `cargo llvm-lines` measuring?
|
|
3
|
524
|
August 29, 2020
|
Using a ParseSess in a #[test]
|
|
1
|
206
|
August 29, 2020
|
Can rustc prove this? [ proposal ]
|
|
28
|
2004
|
May 29, 2020
|
Question about C ABI stability
|
|
6
|
602
|
August 27, 2020
|
Libserialize replacement
|
|
12
|
1069
|
August 23, 2020
|
We need a variable shadowing suppression option
|
|
40
|
2327
|
May 21, 2020
|
Modify callee MIR in optimization pass?
|
|
3
|
525
|
August 12, 2020
|
Possible optimization for boundary check when accessing without side effects in-between?
|
|
1
|
311
|
August 6, 2020
|
Compiler Missing Hint Of Misusing Methods As Functions
|
|
3
|
396
|
August 6, 2020
|
How do exclusive references to zero sized types work?
|
|
8
|
635
|
August 3, 2020
|
User option to ask cargo to leave out one core for other applications?
|
|
3
|
398
|
August 3, 2020
|
Casting families for fast dynamic trait object casts and multi-trait objects
|
|
6
|
793
|
April 22, 2020
|
Locating a Span for a specific character in source
|
|
3
|
253
|
July 8, 2020
|
Unexpected location for compiler error reported
|
|
6
|
376
|
July 7, 2020
|
Ownership and borrowing
|
|
5
|
567
|
July 3, 2020
|