| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-23 | Re-add false positive check | Lzu Tao | -0/+4 | |
| 2019-08-23 | Add raw string regression test for useless_format lint | Lzu Tao | -0/+4 | |
| 2019-04-13 | fix format does not parse escaped braces error | rchaser53 | -0/+2 | |
| 2019-03-10 | Addressed points raised in review. | Alexander Regueiro | -3/+3 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -12/+12 | |
| 2019-02-24 | Fix `useless_format` suggestions | Michael Wright | -0/+2 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -10/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-09 | add rustfmt::skip attributes to some tests | Matthias Krüger | -1/+0 | |
| 2018-10-11 | Stabilize tool lints | Oliver Scherer | -1/+1 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-10-03 | Don't suggest `to_string().to_string` in USELESS_FORMAT | mcarton | -0/+4 | |
| 2018-10-02 | Ignore `format!` with precision in `USELESS_FORMAT` | mcarton | -0/+6 | |
| 2018-10-02 | Add test for variable width in `USELESS_FORMAT` | mcarton | -0/+2 | |
| 2018-08-29 | Adapt ui-tests to the tool_lints | flip1995 | -3/+3 | |
| 2018-04-12 | Fix useless_format false negative | Michael Wright | -4/+8 | |
| Closes #2546 | ||||
| 2018-04-05 | Merge pull request #2632 from phansch/fix_useless_format_false_positive | Oliver Schneider | -0/+9 | |
| Fix useless_format false positive with macros | ||||
| 2018-04-05 | Fix useless_format false positive with macros | Philipp Hansch | -0/+9 | |
| 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-04-02 | Add #![allow(print_literal)] to other test/ui/print_*.rs tests | Michael Recachinas | -1/+1 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+2 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+34 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -34/+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/+34 | |
