| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-25 | dont fire possible_missing_comma if intendation is present | Mikhail Babenko | -0/+11 | |
| 2019-02-26 | Add [rustfmt::skip] to formatting lint tests | Michael Wright | -1/+4 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-20 | Teach `suspicious_else_formatting` about `if .. {..} {..}` | HMPerson1 | -1/+30 | |
| 2018-12-11 | tests: fix more cases where rustfmt would have hurt the tests | Matthias Krüger | -4/+0 | |
| 2018-12-10 | test formatting: don't format tests/ui/formatting.rs | Matthias Krüger | -41/+56 | |
| 2018-12-09 | rustfmt tests | Matthias Krüger | -56/+41 | |
| 2018-11-04 | Fix `possible_missing_comma` false positives | Michael Wright | -0/+12 | |
| `possible_missing_comma` should only trigger when the binary operator has unary equivalent. Otherwise, it's not possible to insert a comma without breaking compilation. The operators identified were `+`, `&`, `*` and `-`. This fixes the specific examples given in issues #3244 and #3396 but doesn't address the conflict this lint has with the style of starting a line with a binary operator. | ||||
| 2018-10-11 | Stabilize tool lints | Oliver Scherer | -1/+1 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-08-29 | Adapt ui-tests to the tool_lints | flip1995 | -4/+4 | |
| 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/+105 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -105/+0 | |
| 2017-05-11 | clean tests/ui/formatting.rs | Luis de Bethencourt | -22/+0 | |
| Cleaning the empty lines for clarity. | ||||
| 2017-02-16 | typos: coma -> comma | Ben Boeckel | -2/+2 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -20/+20 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+127 | |
