about summary refs log tree commit diff
path: root/src/libcore/panic.rs
AgeCommit message (Expand)AuthorLines
2020-04-29document stable counterparts of intrinsicsBastian Kauschke-0/+2
2020-04-24Improve PanicInfo examples readabilityGuillaume Gomez-3/+9
2019-12-22Format the worldMark Rousskov-17/+21
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-4/+4
2019-12-18Propagate cfg bootstrapMark Rousskov-1/+0
2019-12-16Rollup merge of #66771 - SimonSapin:panic-stability, r=KodrAusMazdak Farrokhzad-8/+10
2019-12-05Implement core::panic::Location::caller using #[track_caller].Adam Perry-0/+54
2019-11-26Stabilize the `core::panic` moduleSimon Sapin-3/+1
2019-11-26Fix the tracking issue number for `PanicInfo::message`Simon Sapin-1/+1
2019-11-26abort on BoxMeUp misuseRalf Jung-0/+8
2019-11-26Fix unstable attribute accidentally applying to the entire implSimon Sapin-4/+8
2019-11-25better comment and rename BoxMeUp::box_me_up to take_boxRalf Jung-1/+3
2019-11-12Snap cfgsMark Rousskov-1/+1
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-6/+11
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-0/+1
2019-04-19libcore: deny more...Mazdak Farrokhzad-4/+4
2019-04-18libcore => 2018Taiki Endo-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-2/+2
2018-07-25Enforce #![deny(bare_trait_objects)] in src/libcoreljedrz-5/+5
2018-07-10Avoid unwrapping in PanicInfo doc example.Corey Farwell-1/+5
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-1/+1
2018-06-03implement #[panic_implementation]Jorge Aparicio-2/+4
2018-04-13std: Avoid allocating panic message unless neededAlex Crichton-4/+10
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-0/+10
2018-04-05Correct a few stability attributesOliver Middleton-0/+2
2018-01-24Add missing micro version number component in stability attributes.Simon Sapin-1/+1
2018-01-23Make PanicInfo::message available for std::panic! with a formatting string.Simon Sapin-2/+2
2018-01-23Implement Display for PanicInfo and LocationSimon Sapin-0/+23
2018-01-23Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> methodSimon Sapin-2/+17
2018-01-23Move PanicInfo and Location to libcoreSimon Sapin-0/+213