| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-26 | Ignore more failing ui tests for GCC backend | Guillaume Gomez | -0/+1 | |
| 2024-07-30 | the output in stderr expects panic-unwind | aissata | -0/+1 | |
| 2024-07-12 | fix interleaved panic output | jyn | -0/+2 | |
| 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-07-05 | add test that multi-threaded panics aren't interleaved | jyn | -0/+15 | |
