about summary refs log tree commit diff
path: root/library/core/src/panic
AgeCommit message (Expand)AuthorLines
2025-09-21Rollup merge of #145664 - Darksonn:stab-file-with-nul, r=Mark-SimulacrumStuart Cook-1/+2
2025-09-01Constify conversion traitsltdk-2/+4
2025-08-29Stabilize file_as_c_strAlice Ryhl-1/+2
2025-08-27Rename `Location::file_with_nul` to `file_as_c_str`Alice Ryhl-2/+2
2025-08-02corrected lifetime in core::panic::Location::file return typeIsaac Chen-1/+1
2025-08-02corrected lifetime in core::panic::Location::file return typeIsaac Chen-1/+1
2025-07-29Fix Ord, Eq and Hash implementation of panic::LocationOrson Peters-1/+41
2025-06-23Use a NonNull pointerAlice Ryhl-4/+7
2025-06-19Do not include NUL-terminator in computed lengthAlice Ryhl-13/+22
2025-06-11Fix Debug for Location.Mara Bos-1/+12
2025-06-04Add Location::file_with_nulTaylor Cramer-16/+25
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-2/+2
2024-11-27replace placeholder versionBoxy-1/+1
2024-11-03stabilize const_arguments_as_strRalf Jung-2/+1
2024-10-25Re-do recursive const stability checksRalf Jung-0/+1
2024-09-29Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...Guillaume Gomez-1/+1
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-1/+1
2024-09-18Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-sebors-6/+6
2024-08-25Tweak some attributes to improve panic_immediate_abortBen Kimock-0/+1
2024-08-24Pass `fmt::Arguments` by reference to `PanicInfo` and `PanicMessage`StackOverflowExcept1on-6/+6
2024-08-13Mark location doctest as standalone since file information will not work in m...Guillaume Gomez-1/+1
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-5/+5
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-5/+5
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-06-20Stabilize `PanicInfo::message()` and `PanicMessage`StackOverflowExcept1on-5/+5
2024-06-17Add PanicMessage type for PanicInfo::message().Mara Bos-6/+69
2024-06-12Fix deprecated version.Mara Bos-1/+1
2024-06-12Update doc comment on PanicInfo::message().Mara Bos-3/+2
2024-06-12Fix deprecation version.Mara Bos-1/+1
2024-06-12Clarify doc comment.Mara Bos-1/+1
2024-06-11Fix deprecation version.Mara Bos-1/+1
2024-06-11Rename std::panic::PanicInfo to PanicHookInfo.Mara Bos-12/+8
2024-06-11Remove core::panic::PanicInfo::internal_constructor.Mara Bos-7/+1
2024-06-11Add core::panic::PanicInfo::payload() for compatibility.Mara Bos-0/+18
2024-06-11Document difference between core and std's PanicInfo.Mara Bos-0/+9
2024-06-11Split core's PanicInfo and std's PanicInfo.Mara Bos-73/+7
2024-05-01Replace version placeholders for 1.79Mark Rousskov-4/+4
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-4/+4
2024-03-23add panic location to 'panicked while processing panic'Ralf Jung-2/+3
2024-03-21Stabilize `const_caller_location` and `const_location_fields`lilasta-4/+4
2024-01-05Replace some usage of `#[rustc_on_unimplemented]` withGeorg Semmler-2/+2
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-0/+1
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-1/+14
2023-07-29Change default panic handler message format.Mara Bos-4/+6
2023-05-15Rollup merge of #108356 - gftea:master, r=workingjubileeMatthias Krüger-1/+1
2023-04-14Rollup merge of #110110 - lukas-code:display-panic-info, r=JohnTitorMatthias Krüger-6/+2
2023-04-12Update unwind_safe.rsJustin Symonds-1/+1
2023-04-09Use `Display` in top-level example for `PanicInfo`Lukas Markeffsky-6/+2
2023-03-10improve doc test for UnsafeCell::raw_get and fix docs errorgftea-1/+1
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-1/+1