| Age | Commit message (Expand) | Author | Lines |
| 2024-09-14 | add std::panic::abort_unwind | Christopher Durham | -0/+3 |
| 2024-08-12 | std: do not overwrite style in `get_backtrace_style` | joboet | -11/+15 |
| 2024-08-03 | chore: refactor backtrace style in panic | Konippi | -19/+10 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -10/+5 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -1/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -3/+3 |
| 2024-06-12 | Use payload_as_str instead of two downcasts. | Mara Bos | -4/+1 |
| 2024-06-11 | Bump deprecation of std's PanicInfo alias to 1.82.0. | Mara Bos | -1/+1 |
| 2024-06-11 | Add PanicHookInfo::payload_as_str(). | Mara Bos | -0/+39 |
| 2024-06-11 | Add note on panic payload type. | Mara Bos | -0/+7 |
| 2024-06-11 | Downcast panic payload to String too in example. | Mara Bos | -0/+2 |
| 2024-06-11 | Move deprecation of std::panic::PanicInfo to 1.80.0. | Mara Bos | -1/+1 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -13/+18 |
| 2024-06-11 | Mark some PanicInfo methods as #[inline] for consistency. | Mara Bos | -0/+3 |
| 2024-06-11 | Remove std::panic::PanicInfo::internal_constructor+set_payload. | Mara Bos | -12/+3 |
| 2024-06-11 | Fix doc link. | Mara Bos | -3/+2 |
| 2024-06-11 | Document difference between core and std's PanicInfo. | Mara Bos | -2/+9 |
| 2024-06-11 | Split core's PanicInfo and std's PanicInfo. | Mara Bos | -1/+152 |
| 2024-03-31 | catch_panic: warn about panicking payload drop | Ralf Jung | -0/+3 |
| 2024-02-28 | Implement unwind safety for Condvar | Jonathan Johnson | -1/+5 |
| 2024-01-31 | Store SHOULD_CAPTURE as AtomicU8 | GnomedDev | -6/+6 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -1/+1 |
| 2023-05-15 | Shorten lifetime of even more panic temporaries | David Tolnay | -2/+2 |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -1/+3 |
| 2023-03-17 | review | Gus Caplan | -1/+1 |
| 2023-03-17 | move default backtrace setting to sys | Gus Caplan | -2/+1 |
| 2022-12-28 | Clarify catch_unwind docs about panic hooks | Albert Larsan | -0/+3 |
| 2022-09-14 | Adding backtrace off option for fuchsia targets | Andrew Pollack | -17/+16 |
| 2022-07-08 | Support unstable moves via stable in unstable items | Jane Lusby | -1/+1 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -0/+114 |
| 2022-01-07 | Implement panic::update_hook | Badel2 | -0/+3 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -1/+1 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -1/+5 |
| 2021-07-30 | Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core | David Tolnay | -309/+4 |
| 2021-07-30 | Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytm | bors | -2/+2 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -2/+2 |
| 2021-06-29 | Use diagnostic items to check for Send, UnwindSafe and RefUnwindSafe traits | Roxane Fruytier | -2/+2 |
| 2021-06-29 | Remove lang items Send, UnwindSafe and RefUnwindSafe | Roxane Fruytier | -2/+2 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -2/+2 |
| 2021-05-27 | Add #[track_caller] to panic_any | Alex Veber | -0/+1 |
| 2021-05-15 | Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-se | bors | -0/+36 |
| 2021-05-11 | use the correct attributes and add helper function | Roxane | -2/+2 |
| 2021-05-07 | std panicking: Provide panic::always_abort | Ian Jackson | -0/+36 |
| 2021-05-06 | Add additional migrations to handle auto-traits and clone traits | Roxane | -0/+2 |
| 2021-02-13 | Fixed minor typo in catch_unwind docs | Victor Roest | -1/+1 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -0/+21 |
| 2021-01-30 | Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAus | Yuki Okushi | -0/+14 |
| 2021-01-25 | Make std::panic_2021 an alias for core::panic_2021. | Mara Bos | -10/+1 |