summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)Author
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda
2023-04-22rust: ioctl: Add ioctl number manipulation functionsAsahi Lina
2023-04-22rust: uapi: Add UAPI crateAsahi Lina
2023-04-22rust: add basic `Task`Wedson Almeida Filho
2023-04-12rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin
2023-04-12rust: add pin-init API coreBenno Lossin
2023-04-12rust: enable the `pin_macro` featureBenno Lossin
2023-04-10rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho
2023-01-16rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho
2023-01-16rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho
2023-01-16rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho
2022-12-04rust: types: add `Either` typeWedson Almeida Filho
2022-12-04rust: build_assert: add `build_{error,assert}!` macrosGary Guo
2022-12-04rust: static_assert: add `static_assert!` macroMiguel Ojeda
2022-12-04rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho
2022-09-28rust: add `kernel` crateWedson Almeida Filho