| Age | Commit message (Expand) | Author | Lines |
| 2024-11-27 | replace placeholder version | Boxy | -1/+1 |
| 2024-11-03 | stabilize const_arguments_as_str | Ralf Jung | -2/+1 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -0/+1 |
| 2024-09-29 | Rename doctest attribute `standalone-crate` into `standalone_crate` for coher... | Guillaume Gomez | -1/+1 |
| 2024-09-28 | Rename `standalone` doctest attribute into `standalone-crate` | Guillaume Gomez | -1/+1 |
| 2024-09-18 | Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-se | bors | -6/+6 |
| 2024-08-25 | Tweak some attributes to improve panic_immediate_abort | Ben Kimock | -0/+1 |
| 2024-08-24 | Pass `fmt::Arguments` by reference to `PanicInfo` and `PanicMessage` | StackOverflowExcept1on | -6/+6 |
| 2024-08-13 | Mark location doctest as standalone since file information will not work in m... | Guillaume Gomez | -1/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -5/+5 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -5/+5 |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 |
| 2024-06-20 | Stabilize `PanicInfo::message()` and `PanicMessage` | StackOverflowExcept1on | -5/+5 |
| 2024-06-17 | Add PanicMessage type for PanicInfo::message(). | Mara Bos | -6/+69 |
| 2024-06-12 | Fix deprecated version. | Mara Bos | -1/+1 |
| 2024-06-12 | Update doc comment on PanicInfo::message(). | Mara Bos | -3/+2 |
| 2024-06-12 | Fix deprecation version. | Mara Bos | -1/+1 |
| 2024-06-12 | Clarify doc comment. | Mara Bos | -1/+1 |
| 2024-06-11 | Fix deprecation version. | Mara Bos | -1/+1 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -12/+8 |
| 2024-06-11 | Remove core::panic::PanicInfo::internal_constructor. | Mara Bos | -7/+1 |
| 2024-06-11 | Add core::panic::PanicInfo::payload() for compatibility. | Mara Bos | -0/+18 |
| 2024-06-11 | Document difference between core and std's PanicInfo. | Mara Bos | -0/+9 |
| 2024-06-11 | Split core's PanicInfo and std's PanicInfo. | Mara Bos | -73/+7 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -4/+4 |
| 2024-04-06 | Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnay | Matthias Krüger | -4/+4 |
| 2024-03-23 | add panic location to 'panicked while processing panic' | Ralf Jung | -2/+3 |
| 2024-03-21 | Stabilize `const_caller_location` and `const_location_fields` | lilasta | -4/+4 |
| 2024-01-05 | Replace some usage of `#[rustc_on_unimplemented]` with | Georg Semmler | -2/+2 |
| 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 |