Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: add `AsyncRevocable` | Wedson Almeida Filho | 2022-06-15 | 1 | -1/+233 |
* | rust: use `MaybeUninit` instead of `ManuallyDrop` in revocable objects | Wedson Almeida Filho | 2022-06-15 | 1 | -17/+18 |
* | rust: add basic rcu support | Wedson Almeida Filho | 2022-05-31 | 1 | -16/+47 |
* | rust: kernel: review doctests now that they run in the kernel | Miguel Ojeda | 2022-05-05 | 1 | -6/+4 |
* | rust: add `?Sized` bound to revocable wrapped type. | Wedson Almeida Filho | 2021-11-30 | 1 | -4/+6 |
* | rust: add `Revocable` type. | Wedson Almeida Filho | 2021-11-15 | 1 | -0/+161 |