|
"arbitrary_self_types": Add Borrow<Self> type
|
|
2
|
711
|
July 18, 2022
|
|
Can we add `Layout` to `core::alloc::AllocError`?
|
|
5
|
876
|
July 18, 2022
|
|
Semantics of nested `impl Trait` + HRTBs
|
|
8
|
936
|
July 17, 2022
|
|
Safe Partial Initialization
|
|
13
|
4281
|
July 17, 2022
|
|
LLVM's legacy pass manager passes for sanitizers will go away
|
|
2
|
1257
|
July 16, 2022
|
|
Don't make Rust bloated like C++ or C# (an earnest request)
|
|
12
|
3972
|
July 16, 2022
|
|
The dependency graph "height" of a crate
|
|
7
|
1354
|
December 22, 2024
|
|
`dyn FnOnce` should always be `Sync`
|
|
28
|
2598
|
December 22, 2024
|
|
Anyone using `--extern-location`?
|
|
1
|
533
|
July 14, 2022
|
|
Add `BufReader::grow_buffer`
|
|
3
|
738
|
July 14, 2022
|
|
Communicating with the compiler
|
|
1
|
459
|
July 14, 2022
|
|
Implement XXHASH for core/hash
|
|
13
|
2165
|
July 12, 2022
|
|
Let's deprecate `as` for lossy numeric casts
|
|
54
|
10081
|
July 12, 2022
|
|
Please can we add a basic num trait?
|
|
19
|
7998
|
July 12, 2022
|
|
[RFC] Create a types team
|
|
1
|
757
|
July 11, 2022
|
|
Why can I iter on 0.. but not ..=0?
|
|
14
|
1741
|
July 11, 2022
|
|
Adding Autodiff support to rustc
|
|
1
|
794
|
July 11, 2022
|
|
Could we make the pointer niche bigger?
|
|
23
|
2646
|
July 10, 2022
|
|
Raw r#"..."# string literals in Rust vs named R"abc(...)abc" strings in C++
|
|
8
|
4633
|
July 9, 2022
|
|
How can I provide my own `compiler_builtins` implementation while using `-Zbuild-std`?
|
|
5
|
1521
|
July 8, 2022
|
|
Feature discussion: Allow internal dependencies in Cargo
|
|
4
|
908
|
July 8, 2022
|
|
Is there any reason that `Vec::split_off` use copy and no in-place operation available?
|
|
7
|
2135
|
July 5, 2022
|
|
Rust 1.60.0 prerelease testing
|
|
6
|
1322
|
July 4, 2022
|
|
Will array's map function be const at some point?
|
|
4
|
1930
|
July 4, 2022
|
|
About release dead code crates
|
|
14
|
2105
|
July 3, 2022
|
|
`concat!` can and should support concatting `const`
|
|
3
|
978
|
July 2, 2022
|
|
Optimization comparison: Vec vs array and for vs while
|
|
5
|
1262
|
July 2, 2022
|
|
Printing Option values in rust-lldb
|
|
5
|
3390
|
July 1, 2022
|
|
Where does Cargo check manifest "license" value a standard SPDX expression?
|
|
3
|
711
|
June 30, 2022
|
|
Looking up a type's representation by name
|
|
6
|
804
|
June 30, 2022
|