about summary refs log tree commit diff
path: root/library/std/src/panicking.rs
AgeCommit message (Expand)AuthorLines
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