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