summaryrefslogtreecommitdiff
path: root/rust/kernel/types.rs
AgeCommit message (Expand)AuthorFilesLines
2024-05-05rust: types: Make Opaque::get constBoqun Feng1-1/+1
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-2/+2
2024-02-25rust: types: add `try_from_foreign()` methodObei Sideg1-0/+19
2024-02-18rust: kernel: add blank lines in front of code blocksValentin Obst1-0/+3
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-6/+15
2023-08-29Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-3/+3
2023-08-10rust: types: make `Opaque` be `!Unpin`Benno Lossin1-5/+14
2023-08-10rust: make `UnsafeCell` the outer type in `Opaque`Alice Ryhl1-5/+5
2023-08-04rust: delete `ForeignOwnable::borrow_mut`Alice Ryhl1-20/+2
2023-07-19rust: types: make doctests compilable/testableMiguel Ojeda1-3/+3
2023-05-31rust: specify when `ARef` is thread safeAlice Ryhl1-0/+13
2023-04-22rust: introduce `ARef`Wedson Almeida Filho1-0/+107
2023-04-12rust: types: add `Opaque::ffi_init`Benno Lossin1-0/+20
2023-04-12rust: types: add `Opaque::raw_get`Benno Lossin1-0/+8
2023-02-01rust: types: implement `ForeignOwnable` for the unit typeWedson Almeida Filho1-0/+12
2023-02-01rust: types: implement `ForeignOwnable` for `Box<T>`Wedson Almeida Filho1-0/+23
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho1-0/+54
2023-02-01rust: types: introduce `ScopeGuard`Wedson Almeida Filho1-1/+125
2022-12-04rust: types: add `Opaque` typeWedson Almeida Filho1-0/+25
2022-12-04rust: types: add `Either` typeWedson Almeida Filho1-0/+12