about summary refs log tree commit diff
path: root/library/core/src/panic
AgeCommit message (Expand)AuthorLines
2022-10-11Change tracking issue from #76156 to #102911woppopo-3/+3
2022-08-26constify `Location` methodswoppopo-3/+6
2022-07-08Update integer_atomics tracking issueTamir Duberstein-2/+2
2022-04-30Auto merge of #96348 - overdrivenpotato:inline-location, r=the8472bors-0/+4
2022-04-23Inline core::panic::Location methodsMarko Mijalkovic-0/+4
2022-04-11Implement Default for AssertUnwindSafeSoni L-0/+7
2022-04-06Revert "Mark Location::caller() as #[inline]"bjorn3-1/+0
2022-04-03Mark Location::caller() as #[inline]bjorn3-0/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-02-18Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahcMatthias Krüger-3/+3
2022-02-03Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.Charles Lew-3/+3
2022-01-30Clarify safety of PanicInfo::can_unwindAmanieu d'Antras-0/+4
2022-01-17Add PanicInfo::can_unwind which indicates whether a panic handler isAmanieu d'Antras-1/+15
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+7
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+7
2021-10-19Deduplicate panic_fmtGary Guo-1/+1
2021-07-31Fix unused sync::atomic import on targets without atomicsDavid Tolnay-15/+14
2021-07-30Fix some broken rustdoc links in core::panic documentationDavid Tolnay-0/+6
2021-07-30Fix undocumented unsafe in AssertUnwindSafe implsDavid Tolnay-0/+2
2021-07-30Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to coreDavid Tolnay-0/+300
2021-07-30Fix separation of public vs internal parts of LocationDavid Tolnay-12/+12
2021-07-30Split core::panic module to subdirectoryDavid Tolnay-0/+332