Welcome to the Rust Programming Language Internals Forum
|
|
1
|
43049
|
July 7, 2014
|
Question about long-standing issues
|
|
8
|
365
|
July 15, 2025
|
Dynamically-linked stable shared subset of the Rust standard library — using the C ABI?
|
|
18
|
542
|
July 14, 2025
|
Performance of isqrt
|
|
7
|
190
|
July 14, 2025
|
Returning a large type into a `Box` without copies
|
|
11
|
376
|
July 14, 2025
|
Methods for splitting integers into their halves
|
|
14
|
407
|
July 14, 2025
|
Pure annotation for stateless functions
|
|
54
|
1242
|
July 12, 2025
|
Variadic Generics ideas that won’t work for Rust
|
|
10
|
536
|
July 12, 2025
|
I didn't see one so I made one - Rust Windows Installer
|
|
22
|
978
|
July 11, 2025
|
CStr API extensions
|
|
1
|
363
|
July 11, 2025
|
Unsafe assertion invariants
|
|
6
|
246
|
July 11, 2025
|
Borrow checking without lifetimes and specialization soundness
|
|
2
|
224
|
July 11, 2025
|
Can we skip borrow checking by caching MIRs and borrowck results?
|
|
4
|
351
|
July 11, 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
|
|
12
|
962
|
July 11, 2025
|
Tree borrows paper (from Ralf & others)
|
|
3
|
324
|
July 10, 2025
|
Rationale behind the generic lifetime notation
|
|
13
|
336
|
July 10, 2025
|
Step-by-step, developer-friendly `#[no_panic]` / `#[warn(panic)]`
|
|
6
|
251
|
July 10, 2025
|
External Dependencies in crates and cross-platform development
|
|
6
|
439
|
July 10, 2025
|
Edition 2027: Stop the tests!
|
|
8
|
628
|
July 9, 2025
|
Purity and non-termination
|
|
19
|
419
|
July 9, 2025
|
Hooks for obtaining debug symbols for backtraces
|
|
12
|
295
|
July 8, 2025
|
{{post#0}}
|
|
11
|
444
|
July 7, 2025
|
Could `Mutex<T>` have been `Mutex<Poison<T>>`?
|
|
6
|
434
|
July 7, 2025
|
Wrapping shift operator code doing bitmasking twice
|
|
1
|
253
|
July 7, 2025
|
More helpful cargo new
|
|
7
|
362
|
July 5, 2025
|
Add ability for integration test to use items from other files
|
|
6
|
232
|
July 3, 2025
|
Libtest: provide position in JSON output
|
|
3
|
100
|
July 3, 2025
|
Multiple GAT constraints with different generics on trait bounds
|
|
4
|
362
|
July 3, 2025
|
Fn,FnOnce,FnMut with named parameters
|
|
9
|
622
|
June 30, 2025
|
Strong updates status
|
|
43
|
2110
|
June 27, 2025
|