Enhancing Rust Range?
|
|
33
|
1891
|
September 6, 2023
|
Pre-RFC: Sandboxed, deterministic, reproducible, efficient Wasm compilation of proc macros
|
|
57
|
15562
|
September 5, 2023
|
Suggestion for helper for writing `fmt::Debug` impls with nested structure
|
|
6
|
321
|
September 5, 2023
|
Is there any update on cross-function partial borrow?
|
|
3
|
644
|
September 5, 2023
|
New fields in RFC "title"
|
|
4
|
304
|
September 5, 2023
|
Pre-RFC: Stabilization of `likely(bool)`, `unlikely(bool)` & `assume(bool)` intrinsics
|
|
44
|
1378
|
September 5, 2023
|
How can I delete my account on this forum
|
|
6
|
619
|
September 4, 2023
|
How to build arm64e apps on macOS / iOS
|
|
10
|
404
|
September 4, 2023
|
Security category?
|
|
2
|
222
|
September 4, 2023
|
Seamless type inference for functions (weak generics)?
|
|
17
|
980
|
September 4, 2023
|
Rust's exit() forwards to C's exit() but doesn't warn about UB
|
|
10
|
870
|
September 3, 2023
|
Multi-architecture layout
|
|
16
|
1510
|
September 3, 2023
|
Force documentations to add small sections providing high-level documentation and "how-to"s for each element of a crate
|
|
8
|
425
|
September 3, 2023
|
How does Rust compiler identify the trait bound for generic parameter?
|
|
0
|
201
|
September 1, 2023
|
The type inference for `T` cannot be done when the matched type has the form of `T::Output` and the trait is user-defined but it can be done for `FnTrait`
|
|
5
|
305
|
September 1, 2023
|
Pre-RFC: Define the behavior of `repr(transparent)` when all fields are zero-sized types
|
|
20
|
730
|
August 31, 2023
|
Creating 1-ZSTs guaranteed to have same extern "C" ABI as ()
|
|
18
|
718
|
August 31, 2023
|
Total equality relations as `std::cmp::Eq<Rhs>`
|
|
22
|
592
|
August 30, 2023
|
Auto-generate crate-agnostic anonoymous sub-traits for `dyn Foo + ...`
|
|
29
|
488
|
August 30, 2023
|
Special Case Unsigned Integer Range `Iterator::sum`
|
|
17
|
396
|
August 30, 2023
|
Naming a method to create a "member function" closure
|
|
10
|
511
|
August 29, 2023
|
Allow cloning into MaybeUninit (to allow cloning boxes directly on the heap)
|
|
17
|
434
|
August 29, 2023
|
Manually freeing the pointer from ::into_raw?
|
|
19
|
979
|
August 29, 2023
|
Blanket implementation for `impl<T, U: Into<T>> Into<Option<T>> for Option<U>`
|
|
5
|
197
|
August 29, 2023
|
The trait `TyEncoder` is not implemented for `FileEncoder`
|
|
0
|
134
|
August 29, 2023
|
How do you discover crate features when using a new crate?
|
|
5
|
312
|
August 29, 2023
|
Feature request: expand zip() and unzip() methods on iterator to N-tuple and N iterators
|
|
6
|
427
|
August 28, 2023
|
Why not `impl<'a, T: PartialEq, I: IntoIterator<Item = &'a T>> PartialEq<I> for I`?
|
|
2
|
193
|
August 26, 2023
|
Weird idea: use as crate
|
|
4
|
433
|
August 26, 2023
|
Isolated crate compilation
|
|
4
|
333
|
August 26, 2023
|