impl<T, U: From<T>> From<Vec<T>> for Vec<U>
|
|
6
|
398
|
July 11, 2023
|
`Thread::park_waker`: a `Waker` calling `Thread::unpark`
|
|
2
|
299
|
July 9, 2023
|
Chain methods in Vec?
|
|
4
|
413
|
July 8, 2023
|
Idea: syntactic sugar for if(let)/for/extend/append in vec! macro
|
|
4
|
298
|
July 7, 2023
|
`&mut self` version of Option methods
|
|
3
|
306
|
July 7, 2023
|
Are there range with interval like python range(start, end, interval)?
|
|
1
|
234
|
July 7, 2023
|
Idea: APIs for less `into_iter()`s & `collect::<Vec<_>>()`s
|
|
3
|
493
|
July 7, 2023
|
Why does `Ref(Mut)::map` require HRTB `FnOnce`?
|
|
11
|
363
|
July 6, 2023
|
pre-RFC: primitive abstraction traits
|
|
20
|
985
|
September 28, 2023
|
BufWriter that doesn't flush on seek
|
|
5
|
443
|
September 18, 2023
|
[Feature Request] Support printing of custom panic arguments
|
|
3
|
264
|
September 18, 2023
|
Is it possible to use the windows(-sys) crate to provide Windows APIs in libstd?
|
|
3
|
402
|
September 18, 2023
|
Pre-RFC: Storage API
|
|
21
|
2067
|
September 17, 2023
|
Opinion: `proc_macro::TokenStream` should implement Extend<proc_macro::Group>, etc
|
|
4
|
215
|
September 17, 2023
|
Pre-RFC: contextual target feature detection
|
|
16
|
579
|
September 10, 2023
|
Any guarantee for validity of multiple `Rc::from_raw()` calls for single `Rc::into_raw()`?
|
|
2
|
321
|
September 9, 2023
|
Backtrace and Clone
|
|
1
|
276
|
September 5, 2023
|
Does vectorized impl of `<[_]>::contains` make sense?
|
|
6
|
347
|
September 1, 2023
|
[feature_request] ICMP socket in std::net
|
|
3
|
322
|
August 31, 2023
|
Is `std::time::Instant` on webassembly possible?
|
|
5
|
713
|
August 29, 2023
|
Naming: map.insert(1, 2) vs. map.set(1, 2)
|
|
16
|
655
|
August 23, 2023
|
The broption crate and the status of placement new
|
|
7
|
626
|
August 23, 2023
|
Runtime-agnostic cooperative task scheduling budget
|
|
48
|
2389
|
August 23, 2023
|
`<[T]>::[array_]windows` (and chunks?) function family could allow 0 length
|
|
31
|
723
|
August 21, 2023
|
Simple Contract / Verified Types
|
|
7
|
449
|
August 17, 2023
|
Crate fs to create a file vs file created manually
|
|
2
|
244
|
August 17, 2023
|
Why not a `ArrayStr<N>` for `str` as array for slice in std?
|
|
12
|
539
|
August 14, 2023
|
Expose symlink_junction
|
|
1
|
286
|
August 9, 2023
|
How declare pub struct with pub fields with wasm_bindgen attribute
|
|
2
|
312
|
August 8, 2023
|
Maybe there should be a `osformat!` macro
|
|
6
|
577
|
August 7, 2023
|