| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-04-13 | std: Avoid allocating panic message unless needed | Alex Crichton | -4/+10 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+10 |
| 2018-04-05 | Correct a few stability attributes | Oliver Middleton | -0/+2 |
| 2018-01-24 | Add missing micro version number component in stability attributes. | Simon Sapin | -1/+1 |
| 2018-01-23 | Make PanicInfo::message available for std::panic! with a formatting string. | Simon Sapin | -2/+2 |
| 2018-01-23 | Implement Display for PanicInfo and Location | Simon Sapin | -0/+23 |
| 2018-01-23 | Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> method | Simon Sapin | -2/+17 |
| 2018-01-23 | Move PanicInfo and Location to libcore | Simon Sapin | -0/+213 |
