| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-05-02 | std: move thread parking to `sys::sync` | joboet | -103/+0 |
| 2023-08-07 | std: synchronize with all calls to `unpark` in id-based thread parker | joboet | -11/+6 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-02-10 | Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893) | Trevor Gross | -3/+3 |
| 2022-12-30 | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | -2/+6 |
| 2022-12-29 | std: pass hint to id-based parking functions | joboet | -3/+3 |
| 2022-12-29 | std: unify id-based thread parking implementations | joboet | -0/+104 |
