index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
panic
/
location.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-29
Fix Ord, Eq and Hash implementation of panic::Location
Orson Peters
-1
/
+41
2025-06-23
Use a NonNull pointer
Alice Ryhl
-4
/
+7
2025-06-19
Do not include NUL-terminator in computed length
Alice Ryhl
-13
/
+22
2025-06-11
Fix Debug for Location.
Mara Bos
-1
/
+12
2025-06-04
Add Location::file_with_nul
Taylor Cramer
-16
/
+25
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-08-25
Tweak some attributes to improve panic_immediate_abort
Ben Kimock
-0
/
+1
2024-08-13
Mark location doctest as standalone since file information will not work in m...
Guillaume Gomez
-1
/
+1
2024-06-11
Rename std::panic::PanicInfo to PanicHookInfo.
Mara Bos
-1
/
+2
2024-05-01
Replace version placeholders for 1.79
Mark Rousskov
-4
/
+4
2024-03-21
Stabilize `const_caller_location` and `const_location_fields`
lilasta
-4
/
+4
2022-10-11
Change tracking issue from #76156 to #102911
woppopo
-3
/
+3
2022-08-26
constify `Location` methods
woppopo
-3
/
+6
2022-04-23
Inline core::panic::Location methods
Marko Mijalkovic
-0
/
+4
2022-04-06
Revert "Mark Location::caller() as #[inline]"
bjorn3
-1
/
+0
2022-04-03
Mark Location::caller() as #[inline]
bjorn3
-0
/
+1
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+4
2021-07-30
Fix some broken rustdoc links in core::panic documentation
David Tolnay
-0
/
+2
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
/
+187