|
impl<T> Drop for List<T> why need two T
|
|
9
|
1200
|
June 5, 2023
|
|
Micro RFC: `String::from_utf8_with` for different handling of invalid UTF8
|
|
20
|
1852
|
June 4, 2023
|
|
A function `as_borowed_mut` for pointers
|
|
3
|
380
|
June 4, 2023
|
|
How compiler detects difference between different binding scopes at MIR level?
|
|
10
|
800
|
June 3, 2023
|
|
Clean conditional return statements
|
|
25
|
3568
|
June 3, 2023
|
|
Async and the Rust memory model
|
|
4
|
1060
|
June 3, 2023
|
|
Implementation of fstring f strings
|
|
4
|
1547
|
June 3, 2023
|
|
"Raw" hex and binary literals that adhere to IEE 754-2008 for floats
|
|
13
|
1308
|
June 3, 2023
|
|
Enums should magically get a trait for getting `discriminant` and `variant_count`
|
|
24
|
2459
|
June 2, 2023
|
|
Prevent source parse with proper bytecode
|
|
3
|
587
|
June 2, 2023
|
|
Stabilize the let chain!
|
|
7
|
3191
|
June 2, 2023
|
|
Pattern matching by delimiters in macro definitions and invocations
|
|
10
|
1051
|
June 1, 2023
|
|
Elementary default runtime
|
|
21
|
1945
|
June 1, 2023
|
|
Improvement to WIP #[expect(lint)] attribute
|
|
5
|
871
|
May 31, 2023
|
|
Trait vars
|
|
6
|
1452
|
May 31, 2023
|
|
Could RustDoc include an index of references to doc items?
|
|
3
|
445
|
May 31, 2023
|
|
Built-in enum dispatch
|
|
9
|
2579
|
May 30, 2023
|
|
Async trait Send bounds- Why not infer associated types?
|
|
5
|
670
|
May 30, 2023
|
|
Way to hide auto generated boilerplate for project template
|
|
12
|
848
|
December 22, 2024
|
|
How to define a user-defined trait that behaves likes that Copy imposes requirements to the implementation?
|
|
10
|
884
|
May 28, 2023
|
|
Add CI support to cargo init / new?
|
|
6
|
839
|
December 22, 2024
|
|
Improving `cargo install` UX for packages with `[lib]`/`[[bin]]` crates with `required-features`
|
|
4
|
579
|
December 22, 2024
|
|
Reopen -- `FnOnce`: why is `Output` an associated type?
|
|
11
|
1187
|
May 28, 2023
|
|
Should `AtomicPtr` be able to point to DSTs?
|
|
5
|
811
|
May 28, 2023
|
|
Fallback syntax for blanket trait implementations
|
|
3
|
708
|
May 27, 2023
|
|
Extend use of ErrorPropogation Operator with `trait`
|
|
9
|
635
|
May 27, 2023
|
|
`and_then`-esque fn for `bool`
|
|
1
|
941
|
May 27, 2023
|
|
Pre-RFC: enable deref coercion on trait-bound parameters
|
|
2
|
872
|
May 25, 2023
|
|
`package.rs` script to reduce build dependencies of published crates
|
|
15
|
1032
|
December 22, 2024
|
|
[Pre-RFC] Generic Keywords
|
|
3
|
1220
|
May 25, 2023
|