|
Idea: Compile panick into Results?
|
|
4
|
459
|
September 21, 2025
|
|
Unify `ast/hir::Mutability`
|
|
2
|
164
|
September 20, 2025
|
|
Suggest _ instead of let _ when unused_must_use is triggered
|
|
6
|
552
|
September 15, 2025
|
|
Compile const generics as arguments when optimized for size
|
|
2
|
292
|
September 6, 2025
|
|
Can we use proper clang instead of llvm fork what rust uses?
|
|
6
|
673
|
September 5, 2025
|
|
Help: how to compile tier 3 target aarch64-unknown-nto-qnx700 under linux?
|
|
0
|
92
|
August 27, 2025
|
|
Inferring generic parameter by intersecting trait impls
|
|
4
|
225
|
August 10, 2025
|
|
Panic_nounwind line numbers: is it technical restriction or design decision
|
|
2
|
208
|
August 9, 2025
|
|
Let crash = foo[foo.len()];
|
|
20
|
1453
|
August 4, 2025
|
|
Very obstacle for Rust's metaprogramming
|
|
4
|
507
|
August 4, 2025
|
|
Stabilizing Linker Relaxation for RISC-V
|
|
0
|
261
|
August 2, 2025
|
|
Yet another stupid thought about specialization
|
|
3
|
668
|
July 29, 2025
|
|
chunks_exact(N) Item is &'a [T] and not &'a [T: N]
|
|
7
|
392
|
July 27, 2025
|
|
{{post#0}}
|
|
28
|
1195
|
July 24, 2025
|
|
Poor optimization of fallible construction of arrays from iterators
|
|
4
|
332
|
July 22, 2025
|
|
Borrow checking without lifetimes and specialization soundness
|
|
2
|
407
|
July 11, 2025
|
|
Can we skip borrow checking by caching MIRs and borrowck results?
|
|
4
|
435
|
July 11, 2025
|
|
Why are forbidden target features disallowed in cfg(target_feature)?
|
|
6
|
461
|
May 23, 2025
|
|
Strange useless compiler advice
|
|
14
|
897
|
May 23, 2025
|
|
Why is TyCtxt required for borrow checking?
|
|
4
|
447
|
May 19, 2025
|
|
Add back polymorphization
|
|
16
|
1167
|
May 11, 2025
|
|
Make THIR Pretty Printable!
|
|
2
|
268
|
May 10, 2025
|
|
Store Option discriminant in Containing type (optimization)
|
|
6
|
725
|
May 9, 2025
|
|
Access to synthetic object file of exported and used symbols
|
|
4
|
276
|
May 5, 2025
|
|
Where Is Type Checking?
|
|
5
|
442
|
May 4, 2025
|
|
Return Type Syntax Woes
|
|
3
|
438
|
April 30, 2025
|
|
Consider introducing a named lifetime parameter: very problematic error message that sets up novice users for failure
|
|
11
|
761
|
April 30, 2025
|
|
Check server and client communication
|
|
5
|
380
|
April 26, 2025
|
|
Why Rust compiler (1.77.0 to 1.85.0) reserves 2x extra stack for large enum?
|
|
6
|
2297
|
April 22, 2025
|
|
Allow running cargo check on a virtual file system like the one held by rust-analyzer
|
|
4
|
596
|
April 11, 2025
|