LazyCell for any arbitrary lazy evaluation
|
|
5
|
317
|
February 9, 2025
|
Two flavors of NonNull (again)
|
|
20
|
1046
|
February 8, 2025
|
statistical libraries in rust
|
|
1
|
263
|
February 3, 2025
|
Improving NonZero type ergonomics
|
|
6
|
381
|
February 3, 2025
|
[idea] JoinSend: A Scheme for Accessing Rc Structures Across Multiple Threads Using Mutex
|
|
4
|
183
|
February 2, 2025
|
Importing only safe features from 3rd party crates
|
|
4
|
310
|
January 27, 2025
|
Unwrap a `Vec` if it contains exactly 1 element
|
|
12
|
865
|
January 23, 2025
|
Idea: `shift_move` to efficiently move elements in a `Vec`
|
|
6
|
474
|
January 21, 2025
|
Cell should provide a method to clone out the value
|
|
13
|
534
|
January 17, 2025
|
time::Duration format should include hours and minutes
|
|
4
|
408
|
January 17, 2025
|
Low-latency hashing
|
|
11
|
1332
|
December 18, 2024
|
Pre-RFC: core::ptr::simulate_realloc
|
|
107
|
2130
|
December 15, 2024
|
Killing `Ok(())` with `ok!()`
|
|
53
|
2477
|
December 12, 2024
|
Add methods that return the number of bits necessary to represent an integer in binary to the standard library
|
|
12
|
820
|
December 4, 2024
|
Why can't `std::process::Command` implement `Clone`?
|
|
3
|
363
|
December 1, 2024
|
Access to list of derives from a derive proc macro
|
|
2
|
151
|
November 22, 2024
|
Use LLVM libunwind in a test case with `no_std`
|
|
2
|
267
|
November 8, 2024
|
CStr API extensions
|
|
0
|
213
|
November 6, 2024
|
Why are trait and library structure incompatible?
|
|
4
|
202
|
November 4, 2024
|
Retrofitting legacy code with custom allocator
|
|
4
|
325
|
November 3, 2024
|
Const OsString::new, PathBuf::new
|
|
5
|
409
|
November 1, 2024
|
GlobalAlloc::alloc() for zero sized layouts
|
|
7
|
330
|
November 1, 2024
|
Infallible `div_ceil` for `NonZero<unsigned>`
|
|
3
|
353
|
October 28, 2024
|
AssertUnwindSafe interacts poorly with 2021 capture rules
|
|
5
|
355
|
October 19, 2024
|
Generic `Atomic<T>`
|
|
40
|
1860
|
October 18, 2024
|
`reduce_with` for Iterators
|
|
5
|
434
|
October 16, 2024
|
Core: Add cfg `no_128bits_fmt_parse`
|
|
2
|
197
|
October 14, 2024
|
Can std::fs::File statically track permission?
|
|
8
|
343
|
October 9, 2024
|
Idea: trait std::io::Communicate
|
|
5
|
209
|
October 7, 2024
|
Expose path in File
|
|
14
|
697
|
October 4, 2024
|