|
`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
|
3954
|
May 18, 2022
|
|
Syntactic sugar: Implement multiple trait for the same type at once
|
|
10
|
1602
|
May 18, 2022
|
|
Unnecessary `unsafe` block…
|
|
22
|
3265
|
May 18, 2022
|
|
Bounds when deriving on PhantomData
|
|
7
|
1169
|
May 17, 2022
|
|
Idea: Fallible iterator mapping with `try_map`
|
|
11
|
5547
|
May 17, 2022
|
|
Compiler flag for applying help suggestions
|
|
2
|
584
|
May 16, 2022
|
|
Blog Post: Futures Concurrency III
|
|
2
|
948
|
May 16, 2022
|
|
[Pre-RFC] Inferred Enum Type
|
|
61
|
5483
|
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
|
772
|
May 15, 2022
|
|
[Solved] Passing cuda-arch when compiling for nvptx64-nvidia-cuda
|
|
5
|
1253
|
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
|
2065
|
May 12, 2022
|
|
Add operator @ for matrix multiplication
|
|
42
|
4822
|
May 10, 2022
|
|
Improve the #[cfg] operation?
|
|
9
|
1059
|
May 10, 2022
|
|
Is signal catching appropriate when we implement macro `std::is_xxx_feature_detected`?
|
|
3
|
831
|
May 10, 2022
|
|
Rename Box::into_raw_with_allocator to Box::into_raw_out?
|
|
9
|
884
|
May 9, 2022
|
|
Fallible sorting
|
|
11
|
1897
|
May 8, 2022
|
|
Request for Critique: Align TypeIds to CBOR tags - CONCLUSION: Bad idea
|
|
28
|
2180
|
May 5, 2022
|
|
[Pre-RFC] Allow `for<'a>` syntax with closures for explicit higher-ranked lifetimes
|
|
17
|
4518
|
May 5, 2022
|
|
Std::process::abort should be implemented through exit(3) on Win32 mode
|
|
12
|
1835
|
May 4, 2022
|
|
Allow omission of version for dev- and build- dependencies that are also regular dependencies
|
|
3
|
929
|
May 4, 2022
|
|
Add trait objects with static dispatch
|
|
13
|
4937
|
May 3, 2022
|
|
Can an empty enum replace the exclaimation symbol as the never type?
|
|
4
|
880
|
May 3, 2022
|
|
Priorities for trait implementations
|
|
7
|
1454
|
May 3, 2022
|