|
[Idea] About soundness in specialization
|
|
10
|
2430
|
May 22, 2022
|
|
Change 'BackendTypes::BasicBlock: Copy' to 'BackendTypes::BasicBlock: Clone', and carefully consider whether to require associative type impl Copy
|
|
4
|
691
|
May 22, 2022
|
|
Result<T, E> and Option<T> optimization
|
|
7
|
1665
|
May 20, 2022
|
|
Will we be able to return impl Trait from default trait methods?
|
|
4
|
1374
|
December 22, 2024
|
|
Duration has no Rem implementation?
|
|
35
|
2677
|
May 20, 2022
|
|
`cargo x` for rustc dev
|
|
7
|
1724
|
May 20, 2022
|
|
How to kill the task with loop?
|
|
4
|
1703
|
May 19, 2022
|
|
Missed niche optimization on unions
|
|
30
|
2579
|
May 19, 2022
|
|
Rust 2030 Christmas list: Inout methods
|
|
26
|
3956
|
May 18, 2022
|
|
Syntactic sugar: Implement multiple trait for the same type at once
|
|
10
|
1602
|
May 18, 2022
|
|
Unnecessary `unsafe` block…
|
|
22
|
3267
|
May 18, 2022
|
|
Bounds when deriving on PhantomData
|
|
7
|
1171
|
May 17, 2022
|
|
Idea: Fallible iterator mapping with `try_map`
|
|
11
|
5551
|
May 17, 2022
|
|
Compiler flag for applying help suggestions
|
|
2
|
585
|
May 16, 2022
|
|
Blog Post: Futures Concurrency III
|
|
2
|
948
|
May 16, 2022
|
|
[Pre-RFC] Inferred Enum Type
|
|
61
|
5484
|
May 16, 2022
|
|
[Pre-RFC] Securer Tokens (Private keys for Cargo)
|
|
11
|
1459
|
December 22, 2024
|
|
Adding some more thing like build.rs but execut it before building the dependencies
|
|
5
|
902
|
May 15, 2022
|
|
Crates.io Index Snapshot Branches Moving | Rust Blog
|
|
1
|
916
|
May 15, 2022
|
|
No AVX optimization with slice get_unchecked()
|
|
2
|
774
|
May 15, 2022
|
|
[Solved] Passing cuda-arch when compiling for nvptx64-nvidia-cuda
|
|
5
|
1254
|
May 14, 2022
|
|
Pre-RFC: Assign `Copy` types to `Cell` without `set()`
|
|
14
|
1695
|
May 12, 2022
|
|
Shared traits / method(self) vs method(&self) for i32, i64 ...f32 f64
|
|
15
|
2066
|
May 12, 2022
|
|
Add operator @ for matrix multiplication
|
|
42
|
4825
|
May 10, 2022
|
|
Improve the #[cfg] operation?
|
|
9
|
1061
|
May 10, 2022
|
|
Is signal catching appropriate when we implement macro `std::is_xxx_feature_detected`?
|
|
3
|
832
|
May 10, 2022
|
|
Rename Box::into_raw_with_allocator to Box::into_raw_out?
|
|
9
|
885
|
May 9, 2022
|
|
Fallible sorting
|
|
11
|
1953
|
May 8, 2022
|
|
Request for Critique: Align TypeIds to CBOR tags - CONCLUSION: Bad idea
|
|
28
|
2182
|
May 5, 2022
|
|
[Pre-RFC] Allow `for<'a>` syntax with closures for explicit higher-ranked lifetimes
|
|
17
|
4521
|
May 5, 2022
|