| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-10-29 | Improve panic_fmt lint messages. | Mara Bos | -5/+5 |
| 2020-10-28 | Mark panic_fmt suggestion as machine applicable. | Mara Bos | -1/+1 |
| 2020-10-20 | Improve panic_fmt error messages for invalid format strings too. | Mara Bos | -4/+18 |
| 2020-10-20 | Parse the format string for the panic_fmt lint for better warnings. | Mara Bos | -9/+33 |
| 2020-10-19 | Small cleanups in assert!() and panic_fmt lint. | Mara Bos | -4/+4 |
| 2020-10-19 | Also apply panic_fmt lint suggestions to debug_assert!(). | Mara Bos | -9/+7 |
| 2020-10-19 | Don't see `{{}}` as placeholder in panic_fmt lint. | Mara Bos | -8/+7 |
| 2020-10-18 | Formatting. | Mara Bos | -4/+5 |
| 2020-10-18 | Improve panic_fmt message for panic!("{}") with a fmt placeholder. | Mara Bos | -17/+45 |
| 2020-10-18 | Make panic_fmt lint work properly for assert!(expr, msg) too. | Mara Bos | -0/+12 |
| 2020-10-18 | Specialize panic_fmt lint for the {core,std}::panic!() macros. | Mara Bos | -5/+22 |
| 2020-10-18 | Add lint to warn about braces in a panic message. | Mara Bos | -0/+57 |
