| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-31 | std: fix busy-waiting in `Once::wait_force`, add more tests | joboet | -4/+8 | |
| 2024-07-31 | std: implement the `once_wait` feature | joboet | -94/+178 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-17 | Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDenton | bors | -0/+1 | |
| Windows: Use futex implementation for `Once` Keep the queue implementation for win7. Inspired by PR #121956 <!-- If this PR is related to an unstable feature or an otherwise tracked effort, please link to the relevant tracking issue here. If you don't know of a related tracking issue or there are none, feel free to ignore this. This PR will get automatically assigned to a reviewer. In case you would like a specific user to review your work, you can assign it to them by using r? <reviewer name> --> | ||||
| 2024-07-17 | Prevent double reference in generic futex | Chris Denton | -1/+1 | |
| 2024-06-04 | Windows: Use futex implementation for `Once` | Timo Kröger | -0/+1 | |
| Keep the queue implementation for win7. Inspired by PR #121956 | ||||
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -0/+576 | |
