About the libs category
|
|
1
|
2047
|
March 25, 2019
|
Bit-set as part of standard library
|
|
8
|
70
|
February 22, 2025
|
OS-Specific Extensions for creating Instant
|
|
20
|
348
|
February 21, 2025
|
Vec::grow_to
|
|
4
|
267
|
February 21, 2025
|
Missing String->CString without copy
|
|
12
|
528
|
February 17, 2025
|
Cross compile libcore
|
|
2
|
215
|
February 12, 2025
|
Planned CStr changes seem inefficient
|
|
38
|
1433
|
February 10, 2025
|
LazyCell for any arbitrary lazy evaluation
|
|
5
|
281
|
February 9, 2025
|
Two flavors of NonNull (again)
|
|
20
|
982
|
February 8, 2025
|
statistical libraries in rust
|
|
1
|
251
|
February 3, 2025
|
Improving NonZero type ergonomics
|
|
6
|
348
|
February 3, 2025
|
[idea] JoinSend: A Scheme for Accessing Rc Structures Across Multiple Threads Using Mutex
|
|
4
|
174
|
February 2, 2025
|
Importing only safe features from 3rd party crates
|
|
4
|
292
|
January 27, 2025
|
Unwrap a `Vec` if it contains exactly 1 element
|
|
12
|
801
|
January 23, 2025
|
Idea: `shift_move` to efficiently move elements in a `Vec`
|
|
6
|
451
|
January 21, 2025
|
Cell should provide a method to clone out the value
|
|
13
|
509
|
January 17, 2025
|
time::Duration format should include hours and minutes
|
|
4
|
381
|
January 17, 2025
|
Low-latency hashing
|
|
11
|
1282
|
December 18, 2024
|
Pre-RFC: core::ptr::simulate_realloc
|
|
107
|
2051
|
December 15, 2024
|
Killing `Ok(())` with `ok!()`
|
|
53
|
2386
|
December 12, 2024
|
Add methods that return the number of bits necessary to represent an integer in binary to the standard library
|
|
12
|
693
|
December 4, 2024
|
Why can't `std::process::Command` implement `Clone`?
|
|
3
|
354
|
December 1, 2024
|
Access to list of derives from a derive proc macro
|
|
2
|
137
|
November 22, 2024
|
Use LLVM libunwind in a test case with `no_std`
|
|
2
|
238
|
November 8, 2024
|
CStr API extensions
|
|
0
|
210
|
November 6, 2024
|
Why are trait and library structure incompatible?
|
|
4
|
188
|
November 4, 2024
|
Retrofitting legacy code with custom allocator
|
|
4
|
316
|
November 3, 2024
|
Const OsString::new, PathBuf::new
|
|
5
|
336
|
November 1, 2024
|
GlobalAlloc::alloc() for zero sized layouts
|
|
7
|
320
|
November 1, 2024
|
Infallible `div_ceil` for `NonZero<unsigned>`
|
|
3
|
344
|
October 28, 2024
|