woppopo
|
a53e3acca9
|
Change tracking issue from #76156 to #102911
|
2022-10-11 06:40:37 +00:00 |
|
woppopo
|
4e3b9ed337
|
constify Location methods
|
2022-08-26 18:14:12 +09:00 |
|
Marko Mijalkovic
|
92a584177d
|
Inline core::panic::Location methods
|
2022-04-23 14:41:47 -04:00 |
|
bjorn3
|
6a7ff98a99
|
Revert "Mark Location::caller() as #[inline]"
This reverts commit 6d0b61e2f5.
|
2022-04-06 18:45:11 +02:00 |
|
bjorn3
|
6d0b61e2f5
|
Mark Location::caller() as #[inline]
This function gets compiled to a single register move as it actually
gets it's return value passed in as argument.
|
2022-04-03 20:32:39 +02:00 |
|
John Kugelman
|
68b0d86294
|
Add #[must_use] to remaining core functions
|
2021-10-30 18:21:29 -04:00 |
|
David Tolnay
|
60fa568c31
|
Fix some broken rustdoc links in core::panic documentation
|
2021-07-30 10:42:20 -07:00 |
|
David Tolnay
|
76e73b74a6
|
Fix separation of public vs internal parts of Location
|
2021-07-30 10:40:02 -07:00 |
|
David Tolnay
|
d7c82ba4a1
|
Split core::panic module to subdirectory
|
2021-07-30 10:39:56 -07:00 |
|