| Age | Commit message (Expand) | Author | Lines |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -1/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -2/+2 |
| 2025-02-08 | occured -> occurred | Michael Goulet | -1/+1 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+16 |
| 2024-11-27 | update cfgs | Boxy | -18/+9 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -33/+29 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -10/+20 |
| 2024-09-18 | Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-se | bors | -2/+2 |
| 2024-08-24 | Pass `fmt::Arguments` by reference to `PanicInfo` and `PanicMessage` | StackOverflowExcept1on | -2/+2 |
| 2024-08-14 | apply #[optimize(size)] to #[cold] ones and part of the panick machinery | The 8472 | -7/+7 |
| 2024-07-26 | Fix doc nits | John Arundel | -2/+4 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -6/+6 |
| 2024-06-11 | Formatting. | Mara Bos | -2/+6 |
| 2024-06-11 | Fix invalid markdown/html. | Mara Bos | -1/+1 |
| 2024-06-11 | Remove core::panic::PanicInfo::internal_constructor. | Mara Bos | -7/+3 |
| 2024-06-11 | Update doc comment about core::panicking. | Mara Bos | -7/+9 |
| 2024-06-11 | Split core's PanicInfo and std's PanicInfo. | Mara Bos | -2/+2 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -10/+17 |
| 2024-03-26 | panic_str only exists for the migration to 2021 panic macros | Ralf Jung | -10/+17 |
| 2024-03-23 | core/panicking: fix outdated comment | Ralf Jung | -2/+2 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -3/+66 |
| 2024-03-20 | step cfgs | Mark Rousskov | -5/+1 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -0/+1 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -9/+9 |
| 2023-11-27 | use the usual attributes for panic_misaligned_pointer_dereference | Ralf Jung | -2/+2 |
| 2023-11-27 | make sure panic_nounwind_fmt can still be fully inlined (e.g. for panic_immed... | Ralf Jung | -1/+4 |
| 2023-11-25 | Address review feedback | Gary Guo | -0/+2 |
| 2023-11-25 | Add `debug_assert_nounwind` | Gary Guo | -19/+33 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+1 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -1/+0 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -1/+11 |
| 2023-09-20 | Fix typo. | Mara Bos | -1/+1 |
| 2023-09-20 | Call panic_display directly in const_panic_fmt. | Mara Bos | -1/+2 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -1/+11 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -8/+29 |
| 2023-08-24 | document more things as needing to stay in sync | Ralf Jung | -0/+2 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -0/+17 |
| 2023-08-15 | Cleaner assert_eq! & assert_ne! panic messages | Yuri Astrakhan | -8/+6 |
| 2023-06-16 | Launch a non-unwinding panic for misaligned pointer deref | Ben Kimock | -2/+3 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+14 |
| 2023-03-24 | Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomcc | Matthias Krüger | -0/+3 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+14 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -2/+2 |
| 2023-03-08 | panic_immediate_abort requires abort as a panic strategy | Tomasz Miąsko | -0/+3 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -3/+2 |
| 2023-01-03 | Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu | Michael Goulet | -6/+17 |
| 2023-01-02 | default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ... | Ralf Jung | -6/+17 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -5/+5 |