| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -2/+2 | |
| in core/alloc/std only for now, and ignoring test files Co-authored-by: Pavel Grigorenko <GrigorenkoPV@ya.ru> | ||||
| 2025-02-13 | std: Apply unsafe_attr_outside_unsafe | Eric Huss | -1/+1 | |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 | |
| 2024-10-13 | library: xous: mark alloc as `FIXME(static_mut_refs)` | Sean Cross | -0/+3 | |
| The allocator on Xous is now throwing warnings because the allocator needs to be mutable, and allocators hand out mutable pointers, which the `static_mut_refs` lint now catches. Give the same treatment to Xous as wasm, at least until a solution is devised for fixing the warning on wasm. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| 2024-08-27 | std: move allocators to `sys` | joboet | -0/+71 | |
