summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc
AgeCommit message (Expand)Author
2024-05-08rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho