about summary refs log tree commit diff
path: root/library/std/src/panicking.rs
AgeCommit message (Expand)AuthorLines
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-2/+3
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-0/+1
2021-06-10Rollup merge of #84687 - a1phyr:improve_rwlock, r=m-ou-seYuki Okushi-8/+7
2021-06-06Default panic message should print Box<dyn Any>Reagan McFarland-1/+1
2021-06-01Multiple improvements to RwLocksBenoƮt du Garreau-8/+7
2021-05-19Rename `rterr` to `rtprintpanic`Christiaan Dirkx-6/+3
2021-05-19Replace `sys_common::util::dumb_print` with `rterr!`Christiaan Dirkx-5/+5
2021-05-07std panicking: ALWAYS_ABORT: use Relaxed memory orderingIan Jackson-2/+2
2021-05-07std panicking: Provide panic::always_abortIan Jackson-15/+49
2021-05-07std panicking: Make decrease() return ()Ian Jackson-2/+2
2020-12-25fix another comment, and make __rust_start_panic code a bit more semantically...Ralf Jung-2/+3
2020-12-22update a seemingly outdated commentRalf Jung-3/+2
2020-12-21slightly more typed interface to panic implementationRalf Jung-2/+2
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-4/+4
2020-11-10Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write.Mara Bos-22/+1
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-4/+23
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-1/+1
2020-10-22Capture output from threads spawned in testsTyler Mandry-1/+1
2020-10-19Throw core::panic!("message") as &str instead of String.Mara Bos-1/+17
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-0/+8
2020-08-10Rollup merge of #74200 - poliorcetics:std-panicking-unsafe-block-in-unsafe-fn...Yuki Okushi-6/+44
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-2/+7
2020-07-29Disallow missing unsafe blocks in unsafe fn in panicking.rsAlexis Bourget-6/+44
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-1/+1
2020-07-27mv std libs to library/mark-0/+578