Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-04-22 | rust: sync: introduce `CondVar` | Wedson Almeida Filho | 1 | -0/+7 |
2023-04-22 | rust: introduce `current` | Wedson Almeida Filho | 1 | -0/+6 |
2023-04-22 | rust: add basic `Task` | Wedson Almeida Filho | 1 | -0/+19 |
2023-04-22 | rust: lock: introduce `SpinLock` | Wedson Almeida Filho | 1 | -0/+24 |
2023-04-22 | rust: lock: introduce `Mutex` | Wedson Almeida Filho | 1 | -0/+7 |
2023-04-12 | rust: error: Add a helper to convert a C ERR_PTR to a `Result` | Sven Van Asbroeck | 1 | -0/+12 |
2023-04-12 | rust: error: Add Error::to_ptr() | Asahi Lina | 1 | -0/+7 |
2023-01-17 | rust: sync: add `Arc` for ref-counted allocations | Wedson Almeida Filho | 1 | -0/+19 |
2022-09-28 | rust: add C helpers | Miguel Ojeda | 1 | -0/+51 |