summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/box_ext.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-1/+32
|\
| * rust: avoid `box_uninit_write` featureMiguel Ojeda2024-09-041-2/+4
| * rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin2024-08-221-1/+30
* | rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young2024-08-271-2/+4
|/
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-1/+0
* rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-161-2/+1
* rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-161-0/+58