Welcome to the Rust Programming Language Internals Forum
|
|
1
|
43313
|
July 7, 2014
|
Compiler should avoid generating very long type name
|
|
5
|
267
|
September 19, 2025
|
Let macros take any TokenTree as input
|
|
2
|
103
|
September 18, 2025
|
Pre-ACP(?): Parse `SocketAddr` with default port
|
|
0
|
73
|
September 18, 2025
|
Better codegen for CPU feature detection
|
|
36
|
2073
|
September 13, 2025
|
A formatting specifier to forward the outer ones
|
|
4
|
324
|
September 9, 2025
|
Stabilizing `AsyncFnOnce::CallOnceClosure`, `AsyncFnMut::CallRefClosure` associated types?
|
|
0
|
117
|
September 4, 2025
|
`impl Default` for generically sized arrays? (`[T; N]`)
|
|
30
|
1425
|
September 4, 2025
|
Unnecessary `push rax` in inline assembly
|
|
3
|
272
|
September 3, 2025
|
Allow `?` operator on `std::task::Poll`?
|
|
7
|
502
|
September 2, 2025
|
Return 2 different types of iterators from a function that returns `impl Iterator`
|
|
10
|
650
|
September 2, 2025
|
Curly brace support for mod
|
|
50
|
1087
|
September 1, 2025
|
Cargo redirects rustc output
|
|
6
|
196
|
August 28, 2025
|
A generic integer type for consts?
|
|
4
|
358
|
August 25, 2025
|
[Pre-RFC] make rustc emit LLVM bitcode when linker is `lld` and LTO is enabled
|
|
1
|
180
|
August 23, 2025
|
Can we have lsp for Cargo.toml
|
|
6
|
543
|
August 17, 2025
|
Magic type `super !` that implements every trait
|
|
7
|
464
|
August 16, 2025
|
Create &'static Box<T> at compile time
|
|
11
|
687
|
August 14, 2025
|
When a DLL built with Rust is unloaded, it seems that Rust does not automatically call drop on static/global variables defined in the DLL
|
|
13
|
1263
|
August 10, 2025
|
#define in rust
|
|
7
|
483
|
August 10, 2025
|
Allow matching enums with their #[repr(T)] type
|
|
7
|
336
|
August 6, 2025
|
Array (fixed width slice) `Ord` implementation
|
|
3
|
295
|
August 6, 2025
|
Semantic for dereferencing a slice pointer(fat pointer)
|
|
2
|
297
|
July 31, 2025
|
Unsafe assertion invariants
|
|
7
|
521
|
July 18, 2025
|
Methods for splitting integers into their halves
|
|
14
|
602
|
July 14, 2025
|
Variadic Generics ideas that won’t work for Rust
|
|
10
|
710
|
July 12, 2025
|
Add ability for integration test to use items from other files
|
|
6
|
245
|
July 3, 2025
|
Fn,FnOnce,FnMut with named parameters
|
|
9
|
658
|
June 30, 2025
|
What happens for each optimization level?
|
|
3
|
477
|
June 17, 2025
|
Unicode whitespace footguns
|
|
8
|
345
|
June 7, 2025
|