|
impl<T, U: From<T>> From<Vec<T>> for Vec<U>
|
|
7
|
772
|
October 9, 2023
|
|
Improve HRTB compatibility for "lifetime not general enough" cases, or provide better help/notes + update language tutorials
|
|
1
|
430
|
January 1, 2025
|
|
Kotlin like function call with closure
|
|
18
|
1749
|
October 9, 2023
|
|
Idea: aliasing the `'static` lifetime for lifetime parameters / trait bounds, e.g., `'auto`
|
|
9
|
1333
|
October 9, 2023
|
|
Idea: introduce core::ptr::read_owned
|
|
36
|
1745
|
October 7, 2023
|
|
`Thread::park_waker`: a `Waker` calling `Thread::unpark`
|
|
3
|
575
|
October 7, 2023
|
|
Syntactic sugar for `if x { return | break | continue }`
|
|
35
|
2297
|
October 6, 2023
|
|
Chain methods in Vec?
|
|
5
|
627
|
October 6, 2023
|
|
Idea: syntactic sugar for if(let)/for/extend/append in vec! macro
|
|
4
|
565
|
July 7, 2023
|
|
`&mut self` version of Option methods
|
|
4
|
562
|
October 5, 2023
|
|
Producing HIR across crate dependencies
|
|
5
|
549
|
October 5, 2023
|
|
Are there range with interval like python range(start, end, interval)?
|
|
2
|
459
|
October 5, 2023
|
|
Idea: APIs for less `into_iter()`s & `collect::<Vec<_>>()`s
|
|
4
|
712
|
October 5, 2023
|
|
Implement `From<&[T; N]>` for `Cow<[T]>`
|
|
1
|
535
|
October 4, 2023
|
|
Why does `Ref(Mut)::map` require HRTB `FnOnce`?
|
|
12
|
640
|
October 4, 2023
|
|
About "Understanding discourse trust levels"
|
|
4
|
857
|
October 4, 2023
|
|
Automatic dereferencing or borrowing on methods that exist behind a blanket (generic) trait implementation
|
|
5
|
1444
|
October 4, 2023
|
|
Why plan to make `Infallible` a type alias of never type?
|
|
5
|
1723
|
October 1, 2023
|
|
Caller-side inline directives
|
|
8
|
1278
|
September 30, 2023
|
|
Idea: Omitting self-explanatory parameter paths via '_'
|
|
8
|
1067
|
September 30, 2023
|
|
Crates.io is at risk of wormable malware
|
|
41
|
3621
|
September 29, 2023
|
|
Abstract return types (impl Trait) that return references
|
|
5
|
796
|
September 29, 2023
|
|
Private nested Cargo packages
|
|
34
|
2623
|
December 22, 2024
|
|
pre-RFC: primitive abstraction traits
|
|
20
|
1754
|
September 28, 2023
|
|
Rust General Questions
|
|
10
|
2260
|
September 21, 2023
|
|
Generating custom MIR(`std::intrinsics::mir`) from MIR
|
|
3
|
519
|
September 28, 2023
|
|
Inserting runtime checks into MIR based on expiration locations
|
|
3
|
587
|
September 26, 2023
|
|
Disabling MIR Optimization in Rust Compilation
|
|
8
|
1231
|
September 26, 2023
|
|
Different error outputs for rustup and source built rustc
|
|
3
|
526
|
September 25, 2023
|
|
Automatic boxing for receiver Box<Self>
|
|
5
|
809
|
September 23, 2023
|