ltdk
|
1c64d3e6d1
|
Constify conversion traits
|
2025-09-01 21:38:26 -04:00 |
|
ltdk
|
2914291e09
|
Move WTF-8 code from std to core/alloc
|
2025-08-20 20:31:33 -04:00 |
|
Ralf Jung
|
3164ca8bb4
|
stabilize nonnull_provenance
|
2025-06-09 12:36:24 +02:00 |
|
James Wainwright
|
aadfd810f6
|
Swap usize -> ptr transmute for strict_pov API
Removes some unsafety and reduces the number of `usize` -> `ptr`
transmutes which might be helpful for CHERI-like targets in the future.
|
2025-03-26 21:41:11 +00:00 |
|
James Wainwright
|
78e9621390
|
Pass Alignment for RawVecInner::new_in
Encodes the safety constraint that `Unique`'s pointer must be non-zero
into the API.
|
2025-03-26 21:41:11 +00:00 |
|
bjorn3
|
22d0440993
|
Add comments
|
2025-03-07 19:11:13 +00:00 |
|
bjorn3
|
ae5687e4b0
|
Fully test the alloc crate through alloctests
For the tests that make use of internal implementation details, we
include the module to test using #[path] in alloctests now.
|
2025-03-07 19:11:13 +00:00 |
|
bjorn3
|
fb04372dc5
|
Move all alloc integration tests to a new alloctests crate
|
2025-03-07 19:11:11 +00:00 |
|