|
Welcome to the Rust Programming Language Internals Forum
|
|
0
|
44512
|
June 25, 2014
|
|
Aliasing-xor-mutation WITHOUT borrow-checker
|
|
13
|
630
|
September 15, 2026
|
|
Nudging users off 2015 edition
|
|
40
|
1803
|
September 8, 2026
|
|
Pre-RFC: defining globals in global_asm!
|
|
1
|
211
|
August 27, 2026
|
|
My Idea to buff no_std
|
|
8
|
465
|
August 26, 2026
|
|
How would specialisation (if a sound implementation was ever found) prevent itself from allowing negative trait reasoning?
|
|
1
|
261
|
August 25, 2026
|
|
Clarification on conditional assignment
|
|
3
|
304
|
July 25, 2026
|
|
Idea : Explicit And More Flexible Lifetime Annotation And Thread's At Exit Hook
|
|
14
|
577
|
July 18, 2026
|
|
Print build profile options
|
|
1
|
153
|
July 10, 2026
|
|
Reflecting on reactions to build probes & cfg-gating features
|
|
3
|
266
|
July 9, 2026
|
|
Code compiles on playground but fails when passed via stdin to rustc
|
|
41
|
1862
|
July 2, 2026
|
|
Why is strict_div implemented in terms of overflowing_div for signed integers?
|
|
3
|
669
|
June 28, 2026
|
|
Should `.into()` disrupt coercion?
|
|
7
|
686
|
June 27, 2026
|
|
[Pre-RFC] target-glibc: Proposal to add native support for GLIBC versions for the -gnu targets
|
|
17
|
1196
|
June 25, 2026
|
|
Should PGO automatically compile hot code O3 and cold code Oz?
|
|
6
|
784
|
June 24, 2026
|
|
Compiling rust app with relibc
|
|
1
|
306
|
June 7, 2026
|
|
Possibility of a "global time source" for wasm targets
|
|
4
|
338
|
June 3, 2026
|
|
Include racy reads in Rust memory model with `MaybeInvalid<T>`
|
|
49
|
2271
|
June 2, 2026
|
|
Pre-RFC improved ergonomics for `!`
|
|
19
|
1369
|
May 27, 2026
|
|
Another Experiment To Make Unsafe Rust Safer: Preventing UB In MaybeUninit With Compile Time Error
|
|
15
|
630
|
May 24, 2026
|
|
Reducing Raw Pointer Footguns: Preventing Reference Aliasing Violations at Compile Time
|
|
41
|
1208
|
May 21, 2026
|
|
Rustc lexer diagnostics feature request: Color highlight acceptable characters
|
|
2
|
389
|
May 11, 2026
|
|
More granual `build.rs` companion: `links.rs`
|
|
6
|
534
|
April 20, 2026
|
|
Change error message of a failing `assert_eq!`
|
|
30
|
1795
|
April 10, 2026
|
|
[Pre-pre RFC] Allow exclusion of trait methods for (certain) unsatisfiable where bounds
|
|
5
|
333
|
April 9, 2026
|
|
Q: Why do match expression need parenthesis for ops to the right but not left?
|
|
7
|
704
|
April 9, 2026
|
|
Why is `RUSTC_BOOTSTRAP` so actively discouraged?
|
|
17
|
1315
|
April 7, 2026
|
|
The lifecycle of a feature, and where to look for updates
|
|
2
|
264
|
March 30, 2026
|
|
Compiler should avoid generating very long type name
|
|
10
|
981
|
March 28, 2026
|
|
Pre-feature request: suppress unused variable warning for unit-type arguments
|
|
16
|
683
|
March 14, 2026
|