summaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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