|
Welcome to the Rust Programming Language Internals Forum
|
|
0
|
44230
|
June 25, 2014
|
|
[Pre-pre-RFC] "splatting" for named arguments and function overloading
|
|
42
|
2040
|
June 16, 2026
|
|
Selectable Named impl with Newtype Wrapper
|
|
0
|
60
|
June 16, 2026
|
|
Parser error recovery in `syn` for better IDE support with proc-macros
|
|
22
|
612
|
June 16, 2026
|
|
Separating fetching from building for better security
|
|
16
|
512
|
June 15, 2026
|
|
Infinite precision intermediate arithmetic: how much would break?
|
|
26
|
949
|
June 14, 2026
|
|
Why can't pat_param be followed by a colon in macro_rules?
|
|
4
|
303
|
June 13, 2026
|
|
The Hashtable Problem: A Litmus Test for External Impl Proposals
|
|
11
|
353
|
June 13, 2026
|
|
Add new reserved lifetime: 'owned
|
|
14
|
840
|
June 13, 2026
|
|
Named impl with Implementation Selection Variant
|
|
10
|
454
|
June 13, 2026
|
|
Pre-RFC: Guarantee that pointers to `OsStr` has the same layout as pointers to `str`/`[u8]`
|
|
6
|
674
|
June 12, 2026
|
|
Code compiles on playground but fails when passed via stdin to rustc
|
|
9
|
357
|
June 12, 2026
|
|
Pre-RFC: Explicit overload sets for mixed-arity function calls
|
|
17
|
707
|
June 11, 2026
|
|
Why is strict_div implemented in terms of overflowing_div for signed integers?
|
|
1
|
279
|
June 10, 2026
|
|
RACE: Semantic-linker approach to stable cross-crate ABI without runtime overhead
|
|
6
|
487
|
June 9, 2026
|
|
Pliron: MLIR, But Native Rust
|
|
7
|
2269
|
June 9, 2026
|
|
CUDA in rust
|
|
6
|
845
|
June 9, 2026
|
|
[Discussion] Alternative syntax for async iteration: `for async i in stream`?
|
|
8
|
619
|
June 8, 2026
|
|
Idea: light weight rust as zero build scripting language with JIT runtime
|
|
7
|
547
|
June 8, 2026
|
|
For structs that have fields that have only one possible representation, enums should use that field as the discriminant
|
|
5
|
237
|
June 8, 2026
|
|
Make `#[derive(Copy)]` enough for both `Clone` and `Copy`
|
|
26
|
832
|
June 7, 2026
|
|
Compiling rust app with relibc
|
|
1
|
246
|
June 7, 2026
|
|
Possibility of a "global time source" for wasm targets
|
|
4
|
264
|
June 3, 2026
|
|
Include racy reads in Rust memory model with `MaybeInvalid<T>`
|
|
49
|
1781
|
June 2, 2026
|
|
[Pre-RFC] Flow-Directed Monomorphization Collection in MIR
|
|
2
|
222
|
June 2, 2026
|
|
[Pre-RFC] BTF relocations
|
|
26
|
1787
|
June 1, 2026
|
|
Wasm32: Rust should not spill v128 function params into shadow stack
|
|
5
|
677
|
May 31, 2026
|
|
Crowdsourcing request: What syntax changes that will affect the AST are currently in flight?
|
|
8
|
525
|
May 30, 2026
|
|
Warning users when lacking a Clone impl due to imperfect derive
|
|
3
|
688
|
May 29, 2026
|
|
Pre-RFC improved ergonomics for `!`
|
|
19
|
1158
|
May 27, 2026
|