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