about summary refs log tree commit diff
path: root/library/core/src/panic/location.rs
AgeCommit message (Expand)AuthorLines
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
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-08-25Tweak some attributes to improve panic_immediate_abortBen Kimock-0/+1
2024-08-13Mark location doctest as standalone since file information will not work in m...Guillaume Gomez-1/+1
2024-06-11Rename std::panic::PanicInfo to PanicHookInfo.Mara Bos-1/+2
2024-05-01Replace version placeholders for 1.79Mark Rousskov-4/+4
2024-03-21Stabilize `const_caller_location` and `const_location_fields`lilasta-4/+4
2022-10-11Change tracking issue from #76156 to #102911woppopo-3/+3
2022-08-26constify `Location` methodswoppopo-3/+6
2022-04-23Inline core::panic::Location methodsMarko Mijalkovic-0/+4
2022-04-06Revert "Mark Location::caller() as #[inline]"bjorn3-1/+0
2022-04-03Mark Location::caller() as #[inline]bjorn3-0/+1
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+4
2021-07-30Fix some broken rustdoc links in core::panic documentationDavid Tolnay-0/+2
2021-07-30Fix separation of public vs internal parts of LocationDavid Tolnay-12/+12
2021-07-30Split core::panic module to subdirectoryDavid Tolnay-0/+187