|
Welcome to the Rust Programming Language Internals Forum
|
|
1
|
40189
|
July 7, 2014
|
|
Split Never-type into 2 types
|
|
49
|
324
|
February 16, 2024
|
|
Specifying the edition in the source file
|
|
12
|
245
|
February 16, 2024
|
|
Pre-RFC: Mutually-excusive, global features
|
|
36
|
2343
|
February 16, 2024
|
|
Could static mut be made safe by an attribute on functions indicating they are not called concurrently?
|
|
31
|
884
|
February 16, 2024
|
|
Two Levels of mut
|
|
12
|
436
|
February 16, 2024
|
|
Auto-trait for stable layout types with no padding?
|
|
9
|
197
|
February 16, 2024
|
|
Cap function's stack usage
|
|
2
|
141
|
February 16, 2024
|
|
Defusing println! when stdout is closed
|
|
7
|
362
|
February 16, 2024
|
|
Idea: rustc & cargo should warn on unspecified edition
|
|
17
|
688
|
February 15, 2024
|
|
Split keyword `unsafe` into `unsafe` / `checked`
|
|
4
|
172
|
February 15, 2024
|
|
Where are we with const associated fns in Traits?
|
|
4
|
686
|
February 15, 2024
|
|
Memory-layout-compatible enum/struct subsets
|
|
2
|
135
|
February 15, 2024
|
|
Case against “maybe `async`”
|
|
14
|
1703
|
February 15, 2024
|
|
Create syntax and support for pattern matching based on type wrapped inside enum
|
|
1
|
158
|
February 15, 2024
|
|
MVP of associated constants for const generics
|
|
0
|
151
|
February 14, 2024
|
|
Pre-RFC: std::string::String::replace_and_count
|
|
6
|
291
|
February 14, 2024
|
|
Async iterator: why not both poll_next and async next?
|
|
4
|
209
|
February 14, 2024
|
|
Pre-RFC - Customizing `derive(Debug)`
|
|
12
|
622
|
February 13, 2024
|
|
Pre-RFC: Split `CARGO_HOME`
|
|
36
|
2325
|
February 13, 2024
|
|
Prohibit the use of unwrap() and increase Panics privacy!
|
|
26
|
1163
|
February 13, 2024
|
|
"The optimizer may further assume that allocation is infallible"
|
|
72
|
4039
|
February 12, 2024
|
|
Design safe collection API with compile-time reference stability in Rust
|
|
8
|
745
|
February 12, 2024
|
|
Pre-RFC: Downgradable mutable borrows
|
|
13
|
1118
|
February 11, 2024
|
|
What additional performance overhead does the use of iterators and closures cause?
|
|
18
|
646
|
February 11, 2024
|
|
Sum types in product types
|
|
27
|
701
|
February 11, 2024
|
|
[Idea] Mut/immut markers for references
|
|
6
|
393
|
February 10, 2024
|
|
How unstable is the ABI in practice?
|
|
11
|
607
|
February 9, 2024
|
|
Non-Send Futures
|
|
24
|
1726
|
February 9, 2024
|
|
My suggestions for Rust: More Operators and easy API
|
|
5
|
381
|
February 9, 2024
|