Welcome to the Rust Programming Language Internals Forum
|
|
1
|
34149
|
July 7, 2014
|
Suggestion: `iter().map(f).skip(n)` should not invoke`f` while skipping
|
|
15
|
595
|
May 27, 2022
|
eRFC: Minimal Custom DSTs via Extern Type (DynSized)
|
|
6
|
488
|
May 27, 2022
|
Micro-feature: if in vec![]
|
|
34
|
966
|
May 27, 2022
|
How to audit and improve Rust crates eco-system for security in general?
|
|
8
|
326
|
May 26, 2022
|
Better enums
|
|
5
|
443
|
May 26, 2022
|
Adding true OO capabilities to Rust
|
|
32
|
665
|
May 26, 2022
|
Getting non-optimized, but analyzed MIR
|
|
5
|
611
|
May 26, 2022
|
Feature request: where-as bounds
|
|
11
|
463
|
May 25, 2022
|
Killing `Ok(())` without ok-wrapping
|
|
45
|
1180
|
May 25, 2022
|
Passing variables or constants as arguments to the #[should_panic(expected = )]] attribute macro
|
|
1
|
115
|
May 25, 2022
|
Should `OpenOptionsExt::custom_flags` be unsafe?
|
|
2
|
258
|
May 25, 2022
|
Allow wilcard while destructuring structs
|
|
14
|
475
|
May 25, 2022
|
Discussion: Editions in Rust-GCC (and other Rust compilers)
|
|
69
|
1994
|
May 25, 2022
|
Make assert failure message unambigious
|
|
15
|
423
|
May 24, 2022
|
Using std::collections and unsafe: anything can happen
|
|
130
|
1625
|
May 24, 2022
|
Producer Consumer Problem in Rust
|
|
3
|
253
|
May 23, 2022
|
Idea - Unified cargo command for workspace management
|
|
3
|
253
|
May 23, 2022
|
Add a `SocketBuilder` in `std::net`?
|
|
35
|
1078
|
May 23, 2022
|
Add `repr(inherit($type))`
|
|
13
|
574
|
May 22, 2022
|
Idea: macros in attribute position
|
|
8
|
223
|
May 22, 2022
|
GATification of traits and an empty lifetime
|
|
9
|
592
|
May 20, 2022
|
Pre-RFC: defer statement
|
|
15
|
814
|
May 19, 2022
|
View types. Give borrow checker more information about your code
|
|
1
|
195
|
May 20, 2022
|
Rust on IBM i Pase
|
|
2
|
306
|
May 19, 2022
|
Add Seek instance for Take
|
|
1
|
247
|
May 19, 2022
|
Add valid features (like bulk-memory and mutable-globals) to prevent cargo warnings
|
|
1
|
204
|
May 19, 2022
|
Derive macros for Eq, Ord, PartialEq and PartialOrd makes unecessary restrictions
|
|
1
|
213
|
May 19, 2022
|
[Feature Request] starts_with and ends_with on OsStr
|
|
1
|
185
|
May 18, 2022
|
Rust 1.61.0 prerelease testing
|
|
6
|
779
|
May 18, 2022
|