| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -5/+1 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -6/+6 |
| 2021-06-27 | Turn non_fmt_panic into a future_incompatible edition lint. | Mara Bos | -1/+8 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -5/+6 |
| 2021-05-09 | Improve "panic message is not a string literal" warning | Paul Trojahn | -6/+11 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-23 | replaced some unwrap_or with unwrap_or_else | klensy | -1/+1 |
| 2021-02-17 | Add comment about how we find the right span in non_fmt_panic. | Mara Bos | -0/+3 |
| 2021-02-14 | Formatting. | Mara Bos | -8/+2 |
| 2021-02-14 | Suggest correct replacement for panic![123]. | Mara Bos | -15/+33 |
| 2021-02-14 | Improve suggestion for panic!(format!(..)). | Mara Bos | -1/+30 |
| 2021-02-14 | Fix span in non_fmt_panic for panic!(some_macro!()). | Mara Bos | -4/+15 |
| 2021-02-03 | Add lint for `panic!(123)` which is not accepted in Rust 2021. | Mara Bos | -0/+197 |
