| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-07 | Update stderrs | Yuki Okushi | -13/+13 | |
| 2019-08-23 | Re-add false positive check | Lzu Tao | -1/+7 | |
| 2019-08-23 | Add raw string regression test for useless_format lint | Lzu Tao | -9/+18 | |
| 2019-08-23 | Re-factor useless_format lint | Lzu Tao | -2/+2 | |
| 2019-04-13 | fix format does not parse escaped braces error | rchaser53 | -8/+20 | |
| 2019-03-10 | Update tests | flip1995 | -4/+4 | |
| 2019-02-24 | Fix `useless_format` suggestions | Michael Wright | -34/+18 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+9 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-28 | Update *.stderr files | flip1995 | -9/+9 | |
| 2018-12-09 | update line numbers of tests | Matthias Krüger | -18/+18 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -18/+18 | |
| 2018-10-03 | Don't suggest `to_string().to_string` in USELESS_FORMAT | mcarton | -1/+17 | |
| 2018-10-02 | Add test for variable width in `USELESS_FORMAT` | mcarton | -10/+10 | |
| 2018-08-29 | Adapt the *.stderr files of the ui-tests to the tool_lints | flip1995 | -1/+1 | |
| 2018-04-12 | Fix useless_format false negative | Michael Wright | -1/+49 | |
| Closes #2546 | ||||
| 2018-04-05 | Fix useless_format false positive with macros | Philipp Hansch | -6/+6 | |
| Clippy was issuing a warning when `format!` was used inside a macro. That's a problem because macros have different syntax and can be outside the control of the user. This skips the `useless_format` check if the `format!` call is inside a macro. | ||||
| 2018-03-19 | Add suggestion to useless_format | Baelyk | -1/+1 | |
| Resolves #2505 Suggests that you use `"foo".to_string()` instead of `format!("foo")`. | ||||
| 2018-01-17 | Update changed ui tests | Oliver Schneider | -0/+2 | |
| 2017-11-14 | Apply changes that were required for running in the rustc test suite | Oliver Schneider | -12/+0 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+0 | |
| 2017-09-29 | Fix regression with `format!` | mcarton | -1/+13 | |
| 2017-09-12 | Regressions (#2041) | Oliver Schneider | -13/+1 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+22 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -26/+0 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -3/+3 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+26 | |
