Welcome to the Rust Programming Language Internals Forum
|
|
1
|
34087
|
July 7, 2014
|
Derive macros for Eq, Ord, PartialEq and PartialOrd makes unecessary restrictions
|
|
1
|
195
|
May 19, 2022
|
A `capture` trait for cheaply cloning into closures
|
|
12
|
1079
|
May 10, 2022
|
A new memory leak example with channels
|
|
7
|
990
|
May 7, 2022
|
Pattern match in 'for'
|
|
20
|
1040
|
May 7, 2022
|
Quality declarations for Rust code?
|
|
3
|
510
|
May 4, 2022
|
Lifetimes, quantification, and subtypes
|
|
4
|
309
|
May 4, 2022
|
Sandbox build.rs and proc macros
|
|
23
|
1129
|
May 1, 2022
|
Pre-RFC: `Result::map_err_when`
|
|
13
|
651
|
April 21, 2022
|
Add `BufReader::grow_buffer`
|
|
2
|
174
|
April 15, 2022
|
Communicating with the compiler
|
|
0
|
197
|
April 15, 2022
|
Let's deprecate `as` for lossy numeric casts
|
|
53
|
4194
|
April 13, 2022
|
[RFC] Create a types team
|
|
0
|
327
|
April 12, 2022
|
Could we make the pointer niche bigger?
|
|
22
|
1196
|
April 11, 2022
|
Will array's map function be const at some point?
|
|
3
|
524
|
April 5, 2022
|
About release dead code crates
|
|
13
|
1189
|
April 4, 2022
|
`concat!` can and should support concatting `const`
|
|
2
|
370
|
April 3, 2022
|
Feture Request: Result should be truthy
|
|
9
|
922
|
March 31, 2022
|
Cannot call associate private function in tests
|
|
2
|
233
|
March 30, 2022
|
Stable diagnostic affecting attribute with unstable API
|
|
11
|
800
|
March 30, 2022
|
Print value behind raw pointer without dropping
|
|
4
|
345
|
March 28, 2022
|
Futher extensions to `cfg(target_family)`, and concerns about breakage
|
|
8
|
522
|
March 14, 2022
|
How to generate LLVM intrinsic function with `vscale` type parameters?
|
|
0
|
233
|
March 13, 2022
|
Conditional compilation & Const Ord
|
|
12
|
578
|
February 23, 2022
|
`cargo x` for rustc dev
|
|
7
|
442
|
May 20, 2022
|
How to kill the task with loop?
|
|
4
|
287
|
May 19, 2022
|
Pre-RFC: Assign `Copy` types to `Cell` without `set()`
|
|
14
|
897
|
May 12, 2022
|
Request for Critique: Align TypeIds to CBOR tags - CONCLUSION: Bad idea
|
|
28
|
815
|
May 5, 2022
|
Enabling threads on wasm32-unknown-enscripten?
|
|
7
|
754
|
April 30, 2022
|
Relaxed discriminant rules for `#[non_exhaustive]` ABI-safe enums
|
|
20
|
765
|
April 22, 2022
|