summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: ioctl: Add ioctl number manipulation functionsAsahi Lina2023-04-221-0/+1
* rust: uapi: Add UAPI crateAsahi Lina2023-04-221-0/+1
* rust: add basic `Task`Wedson Almeida Filho2023-04-221-0/+1
* rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin2023-04-121-1/+0
* rust: add pin-init API coreBenno Lossin2023-04-121-0/+6
* rust: enable the `pin_macro` featureBenno Lossin2023-04-121-0/+1
* rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina2023-04-101-0/+1
* rust: types: introduce `ForeignOwnable`Wedson Almeida Filho2023-02-011-0/+1
* rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho2023-01-161-0/+1
* rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho2023-01-161-0/+2
* rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho2023-01-161-0/+1
* rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho2023-01-161-0/+1
* rust: types: add `Either` typeWedson Almeida Filho2022-12-041-0/+1
* rust: build_assert: add `build_{error,assert}!` macrosGary Guo2022-12-041-0/+4
* rust: static_assert: add `static_assert!` macroMiguel Ojeda2022-12-041-0/+1
* rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin2022-12-041-0/+2
* rust: error: add `From` implementations for `Error`Wedson Almeida Filho2022-12-041-0/+1
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+78