| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-08-31 | Fixed some typos in the standard library documentation/comments | ranger-ross | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+0 |
| 2024-07-14 | std: Unsafe-wrap std::sync | Jubilee Young | -17/+21 |
| 2024-02-29 | fix typos | Ibraheem Ahmed | -3/+3 |
| 2024-02-29 | document potential memory leak in unbounded channel | Ibraheem Ahmed | -0/+3 |
| 2024-02-26 | fix race between block initialization and receiver disconnection | Ibraheem Ahmed | -2/+2 |
| 2023-04-08 | sync::mpsc: synchronize receiver disconnect with initialization | Petros Angelatos | -0/+12 |
| 2023-01-11 | rework and document backoff behavior of `sync::mpsc` | Ibraheem Ahmed | -8/+8 |
| 2022-11-09 | tidy | Ibraheem Ahmed | -1/+1 |
| 2022-11-09 | `sync::mpsc`: reload state after spinning on CAS failure | Ibraheem Ahmed | -5/+5 |
| 2022-11-09 | remove extra spinning from `mpsc::Receiver::recv` | Ibraheem Ahmed | -13/+3 |
| 2022-11-09 | initial port of crossbeam-channel | Ibraheem Ahmed | -0/+648 |
