Allow thread locals destructors to be blocked by Condvar
|
|
18
|
455
|
January 15, 2023
|
Idea: a path toward reducing the need for `unsafe` by making invariant machine checkable
|
|
10
|
879
|
January 15, 2023
|
Idea: pre-declared generic type parameters
|
|
10
|
564
|
January 13, 2023
|
About the implied bounds
|
|
7
|
993
|
January 12, 2023
|
Idea: façade crates
|
|
26
|
1314
|
January 11, 2023
|
Idea: enabling lifetime defaults in future editions
|
|
4
|
427
|
January 10, 2023
|
Dynamic tests, revisited
|
|
15
|
617
|
January 10, 2023
|
Feature Request: Option::update
|
|
7
|
478
|
January 10, 2023
|
Unsafe Blocks / Async Blocks : should they be parsed differently?
|
|
8
|
457
|
January 9, 2023
|
Elevate `NonZero*` types to true primitive integer types?
|
|
22
|
1019
|
January 9, 2023
|
Pre-RFC: The `#[diagnostic]` attribute namespace and the `#[diagnostic::on_unimplemented]` attribute
|
|
14
|
697
|
January 6, 2023
|
Compiler error when return expression ends with `as`
|
|
1
|
308
|
January 5, 2023
|
`std::io::Chain` equivalent for `Read+Seek` instances
|
|
2
|
299
|
January 4, 2023
|
Enum with tag at end
|
|
5
|
559
|
January 3, 2023
|
[Pre-RFC] Well-known import paths
|
|
29
|
1280
|
December 31, 2022
|
Why is <Option as Try>::Residual not a simple unit struct?
|
|
11
|
850
|
December 30, 2022
|
What if strings were Code Point aware?
|
|
18
|
868
|
December 30, 2022
|
Register attribute
|
|
28
|
1019
|
December 28, 2022
|
Pre-Pre-RFC: `let else match` statement
|
|
73
|
2883
|
December 26, 2022
|
Async version of keywords to identify await points on async drop
|
|
0
|
233
|
December 24, 2022
|
Automated Data Oriented Design (DOD) transformations?
|
|
9
|
591
|
December 22, 2022
|
Pre-RFC: another Option combinator (merge_with)
|
|
6
|
667
|
December 21, 2022
|
Name elision for the nth time
|
|
5
|
824
|
December 21, 2022
|
Pre-RFC: allow macros become `println{...}` rather than `println!(...)`
|
|
23
|
1180
|
December 21, 2022
|
`for _ in _` loops could have the same semantics as `while let Some(_) = _.next()`
|
|
7
|
682
|
December 20, 2022
|
Does `extern "C"` actually support unwind?
|
|
8
|
444
|
December 19, 2022
|
Implement trait for type's value
|
|
2
|
294
|
December 17, 2022
|
String -> Octal parsing
|
|
3
|
332
|
December 17, 2022
|
Pre-RFC: packed enums
|
|
5
|
435
|
December 16, 2022
|
RFC: macro functions
|
|
57
|
2143
|
December 15, 2022
|