about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/panic/double_panic.stderr
AgeCommit message (Expand)AuthorLines
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-4/+3
2025-08-07Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-seTrevor Gross-2/+2
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-3/+3
2025-08-04remove begin prefixKivooeo-2/+2
2025-08-03remove rust_ prefixesKivooeo-1/+1
2025-06-07diagnostics: do not repeat the entire message in the span labelRalf Jung-1/+1
2025-05-15normalize abort calls in miri testsjoboet-1/+1
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+3
2024-09-16Bump ui testOli Scherer-3/+3
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-1/+1
2024-06-16std: move `sys_common::backtrace` to `sys`joboet-1/+1
2024-04-18when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola...Ralf Jung-0/+1
2024-03-02print thread name in miri error backtracesRalf Jung-0/+1
2024-01-11std: update miri testsjoboet-2/+2
2023-11-24Bless Miri testsNilstrieb-1/+1
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-2/+1
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-2/+2
2023-08-20interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the...Ralf Jung-5/+19
2023-07-29Change default panic handler message format.Mara Bos-2/+4
2023-05-27Add support for nested panics to miriAmanieu d'Antras-21/+8
2023-05-08port tests to 2021 editionRalf Jung-2/+3
2023-04-24Hide backtrace from stderr filesOli Scherer-62/+0
2022-12-06Reintroduce the span printing in miri (plus point to spans where possible)Oli Scherer-5/+5
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-7/+7
2022-09-21Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'Oli Scherer-0/+94