|
Access to list of derives from a derive proc macro
|
|
2
|
243
|
November 22, 2024
|
|
Use LLVM libunwind in a test case with `no_std`
|
|
2
|
372
|
November 8, 2024
|
|
Why are trait and library structure incompatible?
|
|
4
|
269
|
November 4, 2024
|
|
Retrofitting legacy code with custom allocator
|
|
4
|
397
|
November 3, 2024
|
|
Const OsString::new, PathBuf::new
|
|
5
|
630
|
November 1, 2024
|
|
GlobalAlloc::alloc() for zero sized layouts
|
|
7
|
457
|
November 1, 2024
|
|
Infallible `div_ceil` for `NonZero<unsigned>`
|
|
3
|
445
|
October 28, 2024
|
|
AssertUnwindSafe interacts poorly with 2021 capture rules
|
|
5
|
422
|
October 19, 2024
|
|
Generic `Atomic<T>`
|
|
40
|
2407
|
October 18, 2024
|
|
`reduce_with` for Iterators
|
|
5
|
543
|
October 16, 2024
|
|
Core: Add cfg `no_128bits_fmt_parse`
|
|
2
|
244
|
October 14, 2024
|
|
Can std::fs::File statically track permission?
|
|
8
|
438
|
October 9, 2024
|
|
Idea: trait std::io::Communicate
|
|
5
|
306
|
October 7, 2024
|
|
Expose path in File
|
|
14
|
829
|
October 4, 2024
|
|
Thoughts about `type_name` for debugging
|
|
4
|
434
|
October 3, 2024
|
|
Should there by an array::zip method?
|
|
7
|
1192
|
September 27, 2024
|
|
Caching of Proc-Macro expansions
|
|
45
|
2549
|
September 25, 2024
|
|
Why does `SyncUnsafeCell: Sync` require `T: Sync`?
|
|
1
|
295
|
September 24, 2024
|
|
Idea: expose the buffer for `fmt::Arguments`, so users can pass it around
|
|
5
|
438
|
September 24, 2024
|
|
No longer possible to exercise system call failure due to EBADF
|
|
14
|
892
|
September 21, 2024
|
|
Expose Vec implementation algorithms to reuse in user crates
|
|
1
|
449
|
September 14, 2024
|
|
Should `Copy` require `Freeze`?
|
|
5
|
568
|
September 8, 2024
|
|
Pre-RFC: std::fs::Permissions - writeable()
|
|
10
|
451
|
September 7, 2024
|
|
Get waker vtable derived from `Wake` trait
|
|
4
|
383
|
September 6, 2024
|
|
PartialEq for Box<str>
|
|
15
|
1225
|
September 6, 2024
|
|
`ExactSizeIterator` for `slice::Iter`?
|
|
7
|
291
|
September 4, 2024
|
|
Could someone please create `dbg_true!()` and `dbg_some!()`?
|
|
4
|
491
|
August 31, 2024
|
|
[ACP] adding todevice call to std::net
|
|
1
|
225
|
August 21, 2024
|
|
{Instant,SystemTime}::{MIN,MAX}
|
|
23
|
1346
|
August 17, 2024
|
|
BTreeMap methods .insert(), .append() to combine values instead of overwriting
|
|
7
|
1216
|
August 14, 2024
|