|
[Pre-RFC] usize is not size_t
|
|
143
|
13499
|
February 7, 2022
|
|
Non-generic statics in generic contexts
|
|
15
|
1237
|
February 7, 2022
|
|
Is there a good reason not to automatically implement AsRef<T> for Deref<Target=T>?
|
|
3
|
672
|
February 7, 2022
|
|
[Feature request] Methods for sorting/reordering with indices
|
|
14
|
3191
|
February 6, 2022
|
|
10% performance hit by refactoring crate into modules? (solved)
|
|
18
|
2442
|
February 5, 2022
|
|
[Feature request] Function items should coerce to function pointers when used as a receiver
|
|
5
|
741
|
February 3, 2022
|
|
[Feature Request] Add "clone" closure
|
|
13
|
2841
|
February 3, 2022
|
|
How to create a const variable from function param
|
|
3
|
604
|
November 5, 2021
|
|
Possible way to do bitfields that may have not been considered
|
|
1
|
676
|
February 2, 2022
|
|
Recursive type representation in rustc
|
|
5
|
1273
|
February 1, 2022
|
|
Feature Request: debug visualizer for BTreeMap/Set
|
|
6
|
1079
|
February 1, 2022
|
|
An alternative to enum variants types
|
|
12
|
2486
|
January 31, 2022
|
|
Sustainable growth and visibility
|
|
3
|
1014
|
January 30, 2022
|
|
Async fn in dyn traits without heap* is provably impossible
|
|
7
|
2139
|
January 30, 2022
|
|
Idea: async fn in trait objects
|
|
6
|
828
|
January 28, 2022
|
|
Docs.rs build prioritization
|
|
21
|
2850
|
January 26, 2022
|
|
Pre-RFC: crate creator rate limiting in docs.rs
|
|
28
|
2012
|
January 27, 2022
|
|
Pre-Pre-RFC: Dependable types in rust
|
|
6
|
6161
|
January 25, 2022
|
|
Sieve-tables for multiple traits objects (Box<A+B+C> to Box<A+C>, #2035)
|
|
8
|
1892
|
January 25, 2022
|
|
Stdlib crates dependencies and direct usage
|
|
3
|
663
|
January 24, 2022
|
|
Warn use of synchronous functions in async code
|
|
3
|
1206
|
January 24, 2022
|
|
No sane way to generate [1., 1.5, 2., 2.5].iter().cloned()
|
|
10
|
4626
|
January 24, 2022
|
|
Access to platform registers
|
|
2
|
1036
|
January 24, 2022
|
|
Impl AsRef<T> for Cursor<T>
|
|
2
|
524
|
January 24, 2022
|
|
From<&'r {integer}> impls
|
|
7
|
937
|
January 24, 2022
|
|
Extending `matches!` to handle different return types
|
|
11
|
1276
|
January 24, 2022
|
|
Suggestion: FFastMath intrinsics in stable
|
|
60
|
6277
|
January 24, 2022
|
|
`fs::read_dir` can't read directory entries with very long names
|
|
18
|
3840
|
January 23, 2022
|
|
Pre-Pre-RFC: Noncontinuous Lifetime Parameters
|
|
7
|
943
|
January 23, 2022
|
|
`Mutex<&T>` misses `Sync` and `Send` trait implementations when `T` isn't `Send`
|
|
13
|
1237
|
January 22, 2022
|