Welcome to the Rust Programming Language Internals Forum
|
|
1
|
42697
|
July 7, 2014
|
[idea] Allow borrowing twice in unsafe area
|
|
7
|
326
|
April 17, 2025
|
Best way to hide borrow_mut
|
|
6
|
212
|
April 17, 2025
|
Giving generics traits via unsafe code
|
|
12
|
403
|
April 17, 2025
|
Optimize unnecessary O(n^2) check in `slice::get_disjoint_mut`
|
|
11
|
246
|
April 16, 2025
|
Slight relaxation of the orphan rules
|
|
6
|
469
|
April 14, 2025
|
Discussion: Allowing Unsafe to Bypass Visibility
|
|
36
|
1687
|
April 14, 2025
|
Optimize `loop {}`
|
|
14
|
588
|
April 14, 2025
|
Pre-RFC: Allow mut keyword on struct fields
|
|
2
|
338
|
April 13, 2025
|
Discussion: The magic pin! macro
|
|
4
|
447
|
April 13, 2025
|
Pre-RFC: trait class for single inheritance
|
|
20
|
1092
|
April 13, 2025
|
Check server and client communication
|
|
2
|
178
|
April 12, 2025
|
Treat unit-like structs and variants like constant items in array repeat operands
|
|
3
|
287
|
April 11, 2025
|
Allow running cargo check on a virtual file system like the one held by rust-analyzer
|
|
4
|
330
|
April 11, 2025
|
Limited unsized values for boxing futures with AFIDT
|
|
4
|
289
|
April 11, 2025
|
[rustdoc] docs for derived impls
|
|
3
|
165
|
April 11, 2025
|
Highlight Differences In `assert_eq!()`
|
|
6
|
689
|
April 10, 2025
|
[idea] make PartialOrd method returns custom methods
|
|
3
|
212
|
April 10, 2025
|
Pre-RFC: #[align] attribute
|
|
26
|
1040
|
April 10, 2025
|
Ref/mut vs const/mut vs ""/mut
|
|
1
|
259
|
April 9, 2025
|
FR: Making `extern "C-unwind"` work with `-fno-exceptions`
|
|
3
|
215
|
April 9, 2025
|
`fail` keyword
|
|
19
|
820
|
April 9, 2025
|
(Read-only) access to crate code in proc-macro
|
|
6
|
206
|
April 8, 2025
|
Run-time Dynamic type-casting (RTTI), contd
|
|
2
|
244
|
April 8, 2025
|
Redoing hashing traits
|
|
3
|
336
|
April 8, 2025
|
Idea: partial impls
|
|
6
|
323
|
April 8, 2025
|
What if the transition to Rust 2.0 can be fully machine applicable? (with `cargo fix`)
|
|
11
|
600
|
April 8, 2025
|
Pre-RFC: Limited-Value Types
|
|
3
|
332
|
April 8, 2025
|
Would it ever be possible to add a blanket implementations like this to stdlib?
|
|
3
|
402
|
April 7, 2025
|
Why are Fn types not contravariant in their argument types?
|
|
4
|
352
|
April 7, 2025
|