| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -1/+1 | |
| Rename `begin_panic_handler` to `panic_handler` Part of https://github.com/rust-lang/rust/issues/116005 | ||||
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -1/+1 | |
| `panic!` does not print any identifying information for threads that are unnamed. However, in many cases, the thread ID can be determined. This changes the panic message from something like this: thread '<unnamed>' panicked at src/main.rs:3:5: explicit panic To something like this: thread '<unnamed>' (0xff9bf) panicked at src/main.rs:3:5: explicit panic Stack overflow messages are updated as well. This change applies to both named and unnamed threads. The ID printed is the OS integer thread ID rather than the Rust thread ID, which should also be what debuggers print. | ||||
| 2025-08-04 | remove begin prefix | Kivooeo | -1/+1 | |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 | |
| 2024-09-16 | Bump ui test | Oli Scherer | -2/+2 | |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+2 | |
| 2023-05-08 | port tests to 2021 edition | Ralf Jung | -3/+5 | |
| 2022-09-21 | Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573' | Oli Scherer | -0/+9 | |
| git-subtree-dir: src/tools/miri git-subtree-mainline: 3f3167fb59341ac3240ca1774f48e8c053219131 git-subtree-split: 75dd959a3a40eb5b4574f8d2e23aa6efbeb33573 | ||||
