summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc/box_ext.rs
AgeCommit message (Expand)Author
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda
2024-08-27rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young
2024-08-22rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin
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: introduce the `BoxExt` traitWedson Almeida Filho