| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -3/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-23 | std: Unsafe-wrap backtrace code held in-common | Jubilee Young | -57/+61 | |
| 2024-07-12 | fix interleaved panic output | jyn | -28/+25 | |
| previously, we only held a lock for printing the backtrace itself. since all threads were printing to the same file descriptor, that meant random output in the default panic hook would be interleaved with the backtrace. now, we hold the lock for the full duration of the hook, and the output is ordered. | ||||
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -0/+227 | |
