summaryrefslogtreecommitdiff
path: root/rust/kernel/sync
AgeCommit message (Expand)AuthorFilesLines
2023-02-07rust: types: implement `ForeignOwnable` for `Arc<T>`Wedson Almeida Filho1-1/+31
2023-01-17rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho1-2/+18
2023-01-17rust: sync: introduce `UniqueArc`Wedson Almeida Filho1-2/+150
2023-01-17rust: sync: allow type of `self` to be `ArcBorrow<T>`Wedson Almeida Filho1-0/+23
2023-01-17rust: sync: introduce `ArcBorrow`Wedson Almeida Filho1-0/+97
2023-01-17rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho1-1/+26
2023-01-17rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho1-0/+28
2023-01-17rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho1-0/+157