Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-05-05 | rust: kernel: remove redundant imports | Miguel Ojeda | 1 | -1/+1 |
2024-02-18 | rust: kernel: add doclinks | Valentin Obst | 1 | -3/+10 |
2024-02-18 | rust: kernel: mark code fragments in docs with backticks | Valentin Obst | 1 | -1/+1 |
2024-02-18 | rust: kernel: fix multiple typos in documentation | Valentin Obst | 1 | -2/+2 |
2024-01-28 | rust: sync: add `CondVar::wait_timeout` | Alice Ryhl | 1 | -2/+2 |
2023-10-05 | rust: kernel: remove `#[allow(clippy::new_ret_no_self)]` | Gary Guo | 1 | -1/+0 |
2023-08-07 | rust: lock: Add intra-doc links to the Backend trait | Ben Gooding | 1 | -3/+3 |
2023-04-22 | rust: sync: introduce `CondVar` | Wedson Almeida Filho | 1 | -1/+0 |
2023-04-22 | rust: lock: add `Guard::do_unlocked` | Wedson Almeida Filho | 1 | -1/+28 |
2023-04-22 | rust: sync: introduce `LockedBy` | Wedson Almeida Filho | 1 | -1/+1 |
2023-04-22 | rust: lock: introduce `SpinLock` | Wedson Almeida Filho | 1 | -0/+1 |
2023-04-22 | rust: lock: introduce `Mutex` | Wedson Almeida Filho | 1 | -0/+2 |
2023-04-22 | rust: sync: introduce `Lock` and `Guard` | Wedson Almeida Filho | 1 | -0/+162 |