About the compiler category
|
|
1
|
1438
|
March 25, 2019
|
Making Rust usable on a rootless, out of the box Linux/macOS system (no system linker)
|
|
7
|
87
|
June 10, 2023
|
Make `#[allow(unused_variables)]` implicit when calling `todo!()`
|
|
3
|
410
|
June 5, 2023
|
[IDEA] Refactoring let-chains
|
|
6
|
551
|
June 5, 2023
|
Benign rustc arguments
|
|
8
|
334
|
June 4, 2023
|
Removing an expression is (not) supported issue
|
|
6
|
485
|
June 3, 2023
|
Expose LLVM integer intrinsics for arbitrarily-large integers
|
|
15
|
676
|
June 2, 2023
|
Add support for editing dependencies directly
|
|
10
|
376
|
May 30, 2023
|
About optimizations of `for` loops
|
|
5
|
402
|
May 27, 2023
|
How about inline bool literals under unstable feature -Zflatten-format-args=yes?
|
|
2
|
399
|
May 26, 2023
|
Request: a built-in linker, similar to Go's built-in linker
|
|
6
|
899
|
May 16, 2023
|
How about add some options to cargo that compiles only "used" library or mod or fn?
|
|
3
|
346
|
May 13, 2023
|
Better error when trait not implemented because of different crate version
|
|
2
|
254
|
May 10, 2023
|
New Rules for Temporary lifetimes
|
|
2
|
343
|
May 8, 2023
|
Wasm32-unknown-unknown panic_unwind support via native WASM exceptions
|
|
3
|
347
|
May 7, 2023
|
Is this llvm bug?
|
|
1
|
513
|
May 5, 2023
|
Help with technical review for a book on Rust performance
|
|
2
|
372
|
April 26, 2023
|
Parser constraints on Kotlin-ish block macros
|
|
0
|
205
|
April 23, 2023
|
Pre-RFC: Add compiler warning for possible value truncation
|
|
4
|
457
|
April 19, 2023
|
Modifying MIR from compiler plugin
|
|
3
|
422
|
April 18, 2023
|
When can we have async fn in trait?
|
|
10
|
600
|
April 18, 2023
|
Why match is better than if?
|
|
11
|
1012
|
April 8, 2023
|
How to create a backend for ActionScript bytecode?
|
|
6
|
538
|
March 23, 2023
|
Multi-archetecture layout
|
|
9
|
722
|
March 22, 2023
|
How compiler detects difference between different binding scopes at MIR level?
|
|
10
|
447
|
June 3, 2023
|
Prevent source parse with proper bytecode
|
|
3
|
330
|
June 2, 2023
|
Why does a const-eval not-taken branch still generate LLVM-IR?
|
|
26
|
614
|
May 21, 2023
|
What’s the algorithm used in diagnostics for suggesting similarly named stuff?
|
|
5
|
670
|
May 18, 2023
|
Code duplication for atomic instructions
|
|
2
|
374
|
May 17, 2023
|
Modifying layout to add field in all types
|
|
2
|
247
|
May 4, 2023
|