About the libs category
|
|
1
|
2036
|
March 25, 2019
|
Expose path in File
|
|
14
|
592
|
October 4, 2024
|
Thoughts about `type_name` for debugging
|
|
4
|
313
|
October 3, 2024
|
Should there by an array::zip method?
|
|
7
|
196
|
September 27, 2024
|
Caching of Proc-Macro expansions
|
|
45
|
1202
|
September 25, 2024
|
Why does `SyncUnsafeCell: Sync` require `T: Sync`?
|
|
1
|
203
|
September 24, 2024
|
Generic `Atomic<T>`
|
|
34
|
1286
|
September 24, 2024
|
Idea: expose the buffer for `fmt::Arguments`, so users can pass it around
|
|
5
|
317
|
September 24, 2024
|
No longer possible to exercise system call failure due to EBADF
|
|
14
|
492
|
September 21, 2024
|
Expose Vec implementation algorithms to reuse in user crates
|
|
1
|
350
|
September 14, 2024
|
Should `Copy` require `Freeze`?
|
|
5
|
438
|
September 8, 2024
|
Pre-RFC: std::fs::Permissions - writeable()
|
|
10
|
290
|
September 7, 2024
|
Function returning quotient and remainder
|
|
8
|
587
|
September 5, 2024
|
Get waker vtable derived from `Wake` trait
|
|
4
|
303
|
September 6, 2024
|
PartialEq for Box<str>
|
|
15
|
978
|
September 6, 2024
|
`ExactSizeIterator` for `slice::Iter`?
|
|
7
|
205
|
September 4, 2024
|
Could someone please create `dbg_true!()` and `dbg_some!()`?
|
|
4
|
441
|
August 31, 2024
|
[ACP] adding todevice call to std::net
|
|
1
|
175
|
August 21, 2024
|
{Instant,SystemTime}::{MIN,MAX}
|
|
23
|
456
|
August 17, 2024
|
BTreeMap methods .insert(), .append() to combine values instead of overwriting
|
|
7
|
405
|
August 14, 2024
|
What's Rust policy towards LLVM intrinsics?
|
|
3
|
459
|
August 10, 2024
|
Impl `str::pattern::Pattern` for `Range*<char>`?
|
|
1
|
160
|
August 1, 2024
|
Inspection for booleans
|
|
4
|
442
|
July 27, 2024
|
Add `impl<T> AsRef<[T]> for T`
|
|
10
|
245
|
July 26, 2024
|
Idea: Result::then_inspect / Result::then
|
|
7
|
251
|
July 24, 2024
|
Let `Result::unwrap()` delegate to `Result::expect()`
|
|
3
|
277
|
July 23, 2024
|
Performance of `get_many_mut()` with `DisjointIndices`
|
|
8
|
349
|
July 23, 2024
|
Which rust-lang owned crates are "official"?
|
|
25
|
1126
|
July 22, 2024
|
`AtomicDoubleUsize`?
|
|
5
|
391
|
July 21, 2024
|
Pre-Pre-RFC: Partially Transitive `From` via removing `From<X> for X`
|
|
29
|
471
|
July 19, 2024
|