about summary refs log tree commit diff
path: root/library/std/src/panic.rs
AgeCommit message (Expand)AuthorLines
2021-02-13Fixed minor typo in catch_unwind docsVictor Roest-1/+1
2021-02-01Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkovbors-0/+21
2021-01-30Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAusYuki Okushi-0/+14
2021-01-25Make std::panic_2021 an alias for core::panic_2021.Mara Bos-10/+1
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+30
2021-01-22Add `core::stream::Stream`Yoshua Wuyts-0/+14
2021-01-19Make 'static bound on panic_any explicit.Mara Bos-1/+1
2021-01-19Stabilize std::panic::panic_any.Mara Bos-1/+1
2020-10-28Add tracking issue number for panic_any.Mara Bos-1/+1
2020-10-28Update panic_any feature name.Mara Bos-1/+1
2020-10-18Rename panic_box to panic_any.Mara Bos-5/+5
2020-10-18Add std::panic::panic_box.Mara Bos-0/+14
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-0/+3
2020-09-11Mark RefUnwindSafe impls for stable atomic types as stable.Mara Bos-8/+8
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-0/+3
2020-08-12Move to intra doc links for ascii.rs and panic.rs, updating the docs a littleAlexis Bourget-17/+0
2020-07-27mv std libs to library/mark-0/+427