about summary refs log tree commit diff
path: root/library/core/src/panic/unwind_safe.rs
AgeCommit message (Expand)AuthorLines
2025-09-01Constify conversion traitsltdk-2/+4
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-2/+2
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-04-12Update unwind_safe.rsJustin Symonds-1/+1
2022-07-08Update integer_atomics tracking issueTamir Duberstein-2/+2
2022-04-11Implement Default for AssertUnwindSafeSoni L-0/+7
2022-02-03Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.Charles Lew-3/+3
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/+4
2021-07-30Fix undocumented unsafe in AssertUnwindSafe implsDavid Tolnay-0/+2
2021-07-30Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to coreDavid Tolnay-0/+300