| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-01 | Constify conversion traits | ltdk | -0/+1 | |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -3/+9 | |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -1/+0 | |
| 2025-03-26 | Swap usize -> ptr transmute for strict_pov API | James Wainwright | -0/+1 | |
| 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 | Pass `Alignment` for `RawVecInner::new_in` | James Wainwright | -0/+1 | |
| Encodes the safety constraint that `Unique`'s pointer must be non-zero into the API. | ||||
| 2025-03-07 | Add comments | bjorn3 | -0/+3 | |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -1/+90 | |
| For the tests that make use of internal implementation details, we include the module to test using #[path] in alloctests now. | ||||
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -0/+1 | |
