summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/vec_ext.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: avoid unused import warning in `rusttest`Miguel Ojeda2024-06-111-2/+5
* rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich2024-05-081-2/+9
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-1/+0
* rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-161-2/+2
* rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-161-15/+143
* rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-161-0/+48