|
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
|
944
|
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
|
1221
|
May 25, 2023
|
|
I386-unknown-none
|
|
2
|
667
|
May 24, 2023
|
|
Get a NonNull<T> from UnsafeCell<T>
|
|
2
|
779
|
May 24, 2023
|
|
Idea: Would Rust benefit from explicitly polymorphic generics?
|
|
42
|
2918
|
May 23, 2023
|
|
Moving a DST to a new (possibly DST) container, in general
|
|
4
|
696
|
May 23, 2023
|
|
[pre-RFC] Implementing "<test_binary> --list --format json" for use by IDE test explorers / runners
|
|
14
|
1160
|
May 22, 2023
|
|
Packages as namespaces
|
|
4
|
708
|
May 22, 2023
|
|
Are there publishing rules on crates.io?
|
|
22
|
1192
|
May 21, 2023
|
|
Pub(crate) keyword suggestion
|
|
30
|
1468
|
May 21, 2023
|
|
Why does a const-eval not-taken branch still generate LLVM-IR?
|
|
26
|
1314
|
May 21, 2023
|
|
Relative URL in doc comments
|
|
4
|
937
|
May 21, 2023
|
|
Questions on docs of `Borrow` trait
|
|
1
|
381
|
May 21, 2023
|
|
PreRFC: `std::cmp::CmpKey` trait
|
|
8
|
997
|
May 21, 2023
|
|
Allow shadowing self in methods
|
|
55
|
2684
|
May 21, 2023
|
|
Why not apply deref coercion for trait-bound generics?
|
|
4
|
888
|
May 20, 2023
|
|
Are there plans to add more try_** methods for iter::iterator?
|
|
3
|
658
|
May 20, 2023
|
|
Types as enum variants
|
|
10
|
3355
|
May 19, 2023
|
|
Is it necessary to limit Unicode-escape to only have at most six hex-digits?
|
|
46
|
2357
|
May 19, 2023
|
|
What’s the algorithm used in diagnostics for suggesting similarly named stuff?
|
|
5
|
983
|
May 18, 2023
|
|
Rust enums and generalization
|
|
5
|
954
|
May 18, 2023
|
|
Code duplication for atomic instructions
|
|
2
|
577
|
May 17, 2023
|
|
Static mutable references to ZSTs
|
|
15
|
1284
|
May 16, 2023
|
|
Common impl blocks and other solutions for getting rid of repetitive code in trait implementations
|
|
3
|
711
|
May 16, 2023
|
|
Could macros support optional trailing tokens following a TokenTree repetition?
|
|
3
|
510
|
May 15, 2023
|
|
Should there be a fallible version of `String::replace_range`?
|
|
8
|
813
|
May 15, 2023
|