about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/terminate-terminator.stderr
AgeCommit message (Expand)AuthorLines
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-6/+5
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-2/+2
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/+2
2024-09-16Bump ui testOli Scherer-4/+4
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-20interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the...Ralf Jung-7/+21
2023-07-29Change default panic handler message format.Mara Bos-1/+2
2023-05-25Manually add inlined frames in the interpreter stacktrace.Camille GILLOT-4/+7
2023-04-13Update to new ui_test crateOli Scherer-2/+0
2023-04-10rustupBen Kimock-1/+3
2023-04-06Add miri tests for terminate terminatorGary Guo-0/+27