| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-24 | Update a bunch of comments from before wasi support was added | bjorn3 | -2/+2 | |
| 2024-10-18 | Revert using `HEAP` static in Windows alloc | Chris Denton | -57/+12 | |
| 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-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+1 | |
| Add RISC-V vxworks targets Risc-V 32 and RISC-V 64 targets are to be added in the target list. | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 | |
| 2024-09-20 | Allow unused unsafe for vxworks in alligned_malloc to resolve build errors | B I Mohammed Abbas | -0/+1 | |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+3 | |
| 2024-08-27 | std: move allocators to `sys` | joboet | -0/+908 | |
