|
Welcome to the Rust Programming Language Internals Forum
|
|
1
|
44153
|
July 7, 2014
|
|
Semantic of smart pointers
|
|
0
|
17
|
May 19, 2026
|
|
Wasm32: Rust should not spill v128 function params into shadow stack
|
|
0
|
81
|
May 18, 2026
|
|
Mutually exclusive traits
|
|
3
|
246
|
May 18, 2026
|
|
Could you borrow a bit?
|
|
15
|
490
|
May 18, 2026
|
|
Reducing Raw Pointer Footguns: Preventing Reference Aliasing Violations at Compile Time
|
|
40
|
592
|
May 18, 2026
|
|
Pre-RFC improved ergonomics for `!`
|
|
6
|
346
|
May 17, 2026
|
|
InteriorAssign trait { a := b }
|
|
31
|
691
|
May 17, 2026
|
|
Is it possible to define various level for safety?
|
|
4
|
380
|
May 17, 2026
|
|
`Instant::PAST_VALUE` constant?
|
|
15
|
657
|
May 16, 2026
|
|
Matching keywords in declarative macros with `empty` macro fragments OR named repetition groups
|
|
2
|
124
|
May 16, 2026
|
|
Where the beta compiler(maybe stage0?) come from?
|
|
2
|
160
|
May 15, 2026
|
|
Include racy reads in Rust memory model with `MaybeInvalid<T>`
|
|
18
|
866
|
May 15, 2026
|
|
Signal semantics for Rust
|
|
4
|
620
|
May 14, 2026
|
|
core::path::Path
|
|
7
|
550
|
May 12, 2026
|
|
Rustc lexer diagnostics feature request: Color highlight acceptable characters
|
|
2
|
322
|
May 11, 2026
|
|
[Pre-RFC] target-glibc: Proposal to add native support for GLIBC versions for the -gnu targets
|
|
16
|
679
|
May 11, 2026
|
|
Type inference failure when accessing a value before its type is resolved
|
|
8
|
396
|
May 10, 2026
|
|
[Pre-RFC] Peeking from Peekable with less unwrapping
|
|
4
|
392
|
May 8, 2026
|
|
Request: Provide an official way to *deprecate* a crate. NOT yank. Yank is stupid
|
|
26
|
1345
|
May 8, 2026
|
|
Sized (or Sizeable) str, e.g. str<const N: usize>
|
|
10
|
602
|
May 8, 2026
|
|
Pre-RFC: `pub(api)` visibility, and static enforcement of crate-internal API boundaries
|
|
13
|
716
|
May 7, 2026
|
|
[Pre-RFC] DNS domains as package namespaces
|
|
68
|
1785
|
May 7, 2026
|
|
`std::marker::PhantomUnsized` marker type
|
|
5
|
475
|
May 6, 2026
|
|
`BitSlice` or a sound way to implement one
|
|
16
|
919
|
May 6, 2026
|
|
Too strict orphan rules E0117
|
|
4
|
337
|
May 6, 2026
|
|
Mutation/Creation of HIR
|
|
10
|
445
|
May 5, 2026
|
|
(Immutably) borrowing custom emojis from rust-lang zulip
|
|
2
|
495
|
May 5, 2026
|
|
Is interning as a general primitive something that should be in the standard library?
|
|
5
|
360
|
May 2, 2026
|
|
[Discussion] Alternative syntax for async iteration: `for async i in stream`?
|
|
6
|
251
|
May 2, 2026
|