Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-09-25 | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -1/+32 |
2024-09-04 | rust: avoid `box_uninit_write` feature | Miguel Ojeda | 1 | -2/+4 |
2024-08-27 | rust: alloc: eschew `Box<MaybeUninit<T>>::write` | Jubilee Young | 1 | -2/+4 |
2024-08-22 | rust: kernel: add `drop_contents` to `BoxExt` | Benno Lossin | 1 | -1/+30 |
2024-05-05 | rust: kernel: remove redundant imports | Miguel Ojeda | 1 | -1/+0 |
2024-04-16 | rust: kernel: remove usage of `allocator_api` unstable feature | Wedson Almeida Filho | 1 | -2/+1 |
2024-04-16 | rust: alloc: introduce the `BoxExt` trait | Wedson Almeida Filho | 1 | -0/+58 |