| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-07-25 | Enforce #![deny(bare_trait_objects)] in src/libcore | ljedrz | -5/+5 |
| 2018-07-10 | Avoid unwrapping in PanicInfo doc example. | Corey Farwell | -1/+5 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+1 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -2/+4 |
| 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 |
