| Age | Commit message (Expand) | Author | Lines |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -0/+1 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -1/+14 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -4/+6 |
| 2023-05-15 | Rollup merge of #108356 - gftea:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-04-14 | Rollup merge of #110110 - lukas-code:display-panic-info, r=JohnTitor | Matthias Krüger | -6/+2 |
| 2023-04-12 | Update unwind_safe.rs | Justin Symonds | -1/+1 |
| 2023-04-09 | Use `Display` in top-level example for `PanicInfo` | Lukas Markeffsky | -6/+2 |
| 2023-03-10 | improve doc test for UnsafeCell::raw_get and fix docs error | gftea | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-10-11 | Change tracking issue from #76156 to #102911 | woppopo | -3/+3 |
| 2022-08-26 | constify `Location` methods | woppopo | -3/+6 |
| 2022-07-08 | Update integer_atomics tracking issue | Tamir Duberstein | -2/+2 |
| 2022-04-30 | Auto merge of #96348 - overdrivenpotato:inline-location, r=the8472 | bors | -0/+4 |
| 2022-04-23 | Inline core::panic::Location methods | Marko Mijalkovic | -0/+4 |
| 2022-04-11 | Implement Default for AssertUnwindSafe | Soni L | -0/+7 |
| 2022-04-06 | Revert "Mark Location::caller() as #[inline]" | bjorn3 | -1/+0 |
| 2022-04-03 | Mark Location::caller() as #[inline] | bjorn3 | -0/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -3/+3 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -3/+3 |
| 2022-01-30 | Clarify safety of PanicInfo::can_unwind | Amanieu d'Antras | -0/+4 |
| 2022-01-17 | Add PanicInfo::can_unwind which indicates whether a panic handler is | Amanieu d'Antras | -1/+15 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+7 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+7 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -1/+1 |
| 2021-07-31 | Fix unused sync::atomic import on targets without atomics | David Tolnay | -15/+14 |
| 2021-07-30 | Fix some broken rustdoc links in core::panic documentation | David Tolnay | -0/+6 |
| 2021-07-30 | Fix undocumented unsafe in AssertUnwindSafe impls | David Tolnay | -0/+2 |
| 2021-07-30 | Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core | David Tolnay | -0/+300 |
| 2021-07-30 | Fix separation of public vs internal parts of Location | David Tolnay | -12/+12 |
| 2021-07-30 | Split core::panic module to subdirectory | David Tolnay | -0/+332 |