Feedback on `cargo-upgrade` to prepare it for merging
|
|
124
|
3649
|
January 26, 2023
|
Interior mutability reflection
|
|
4
|
534
|
January 26, 2023
|
Generic Enum and Struct Matching Syntax Idea
|
|
7
|
378
|
January 26, 2023
|
Idea: where expression (as poor man’s specialisation)
|
|
6
|
502
|
January 26, 2023
|
Overly strict coherence for constrained blanket implementations?
|
|
7
|
302
|
January 25, 2023
|
Lifetime-based Symbol API
|
|
1
|
279
|
January 25, 2023
|
PinCell use new_unchecked
|
|
21
|
384
|
January 25, 2023
|
Sandbox build.rs (and possibly proc-macro) by providing a runner as env variable
|
|
13
|
470
|
January 25, 2023
|
Rust 1.67.0 pre-release testing
|
|
0
|
387
|
January 25, 2023
|
Creating "into operator"
|
|
14
|
911
|
January 24, 2023
|
Why don't `Eq` and `Ord` have a `Rhs` parameter (anymore)?
|
|
6
|
550
|
January 23, 2023
|
ThinBox::new_unsize should not allocate
|
|
7
|
415
|
January 22, 2023
|
Idea: "Maybe Trait" Object and Bounds (an alternative form of specialization)
|
|
21
|
819
|
January 22, 2023
|
Rustic Rust for Rapid Prototyping
|
|
5
|
604
|
January 21, 2023
|
Inferred function arguments
|
|
3
|
459
|
January 21, 2023
|
Allow #[cfg(target_feature = "-feature")]
|
|
12
|
381
|
January 21, 2023
|
Rustdoc suggestion: Highlight links `fn`s, `mod`s `type`s etc. appropriately within `///` and `//!` documentation
|
|
2
|
280
|
January 20, 2023
|
Pre-RFC: Stabilize a version of the `rlib` format
|
|
94
|
5013
|
January 20, 2023
|
Cleaner syntax for generics
|
|
26
|
1693
|
January 20, 2023
|
ABI-Change discussion: About Vec<T>
|
|
17
|
813
|
January 20, 2023
|
Pre-RFC Local Wakers
|
|
7
|
961
|
January 20, 2023
|
CStr::as_mut_ptr for FFI
|
|
7
|
345
|
January 19, 2023
|
Idea: allow C-like enums in match arms over their repr types
|
|
7
|
338
|
January 19, 2023
|
Async Drop via binding
|
|
22
|
2088
|
January 19, 2023
|
[pre-RFC] Using Sigstore for signing and verifying crates
|
|
27
|
2998
|
January 19, 2023
|
Idea: Reference equality trait
|
|
4
|
315
|
January 19, 2023
|
`fn(..) -> _` as shorthand for `fn(_, _, _, ...) -> _`
|
|
10
|
596
|
January 18, 2023
|
Callers, safe replacement for function overloads and syntax simplification
|
|
2
|
362
|
January 17, 2023
|
Return type of main in user-defined start fn can be generics or not
|
|
4
|
366
|
January 17, 2023
|
Pre-RFC: Allow array stride != size
|
|
34
|
1675
|
January 16, 2023
|