| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-03 | Fixed build for latest nightly (again) | Alexander Regueiro | -2/+2 | |
| 2018-04-27 | Fix missing line comment in doc_markdown example | Nathan | -1/+1 | |
| rustfmt [wrapped the line](https://github.com/rust-lang-nursery/rust-clippy/commit/b25b6b3355efa33c797f4a37afb2f516531ad581#diff-561823671726302d969756ded53a13a7L22), so we need a second `///` | ||||
| 2018-04-15 | fixing error message for empty println macro | MSI\Stew's Laptop | -1/+1 | |
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -2/+2 | |
| 2018-03-16 | Apply clippy suggestions | Mateusz Mikuła | -2/+2 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 2017-11-29 | Fix a bug in search_same + add a test case. | laurent | -2/+1 | |
| 2017-11-05 | Cargo fmt | topecongiro | -7/+9 | |
| 2017-10-31 | fix some typos | Martin Lindhe | -1/+1 | |
| 2017-10-20 | Fixed some code in clippy to pass the new, removed formatting changes. | Paul Florence | -1/+1 | |
| 2017-09-30 | Have a separate message for raw URLs in doc | mcarton | -0/+13 | |
| 2017-09-30 | Don't lint autolinks in `doc_markdown` | mcarton | -1/+11 | |
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -11/+9 | |
| 2017-09-03 | Run rustfmt | Manish Goregaokar | -8/+2 | |
| 2017-08-31 | Accessing `Span` internals is deprecated | Oliver Schneider | -17/+8 | |
| 2017-08-22 | Merge pull request #1977 from rust-lang-nursery/panic | Oliver Schneider | -2/+2 | |
| Fix a panic and a false positive | ||||
| 2017-08-21 | Run Dogfood for `use_self` | Oliver Schneider | -2/+2 | |
| 2017-08-19 | remove stars at the beginning of multiline comments | Andre Bogus | -4/+21 | |
| 2017-08-14 | Rustfmt | Oliver Schneider | -13/+39 | |
| 2017-06-29 | Run rustfmt | Oliver Schneider | -17/+15 | |
| 2017-06-17 | Ignore mix of {,non-}sugared doc in `doc_markdown` | mcarton | -0/+5 | |
| 2017-06-17 | Fix spans in all cases in `doc_markdown` | mcarton | -12/+11 | |
| 2017-06-17 | Fix spans in `doc_markdown` in most cases | mcarton | -3/+22 | |
| 2017-06-17 | Rewrite `doc_markdown` to use `pulldown-cmark` | mcarton | -285/+110 | |
| 2017-06-11 | fix another never_loop | Cameron Steffen | -6/+6 | |
| 2017-03-30 | Do some additional cleanup around `InternedString` and `Symbol` | Oliver Schneider | -1/+1 | |
| 2017-03-21 | Run rustfmt | Oliver Schneider | -2/+2 | |
| 2017-03-21 | Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19) | Enrico Schmitz | -3/+1 | |
| 2017-01-17 | apply rustfmt | Oliver Schneider | -1/+2 | |
| 2016-12-21 | remove nondeterminism by adjusting thresholds | Oliver Schneider | -1/+3 | |
| 2016-12-20 | also run rustfmt on clippy-lints | Oliver Schneider | -29/+24 | |
| 2016-11-23 | Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)* | mcarton | -8/+10 | |
| 2016-10-30 | Add lint for redundant pattern matching in iflet for Result/Option | d-dorazio | -1/+1 | |
| 2016-08-07 | Make lint descriptions short and to the point; always fitting the column ↵ | Georg Brandl | -2/+3 | |
| "triggers on". | ||||
| 2016-08-07 | Make the lint docstrings more consistent. | Georg Brandl | -6/+8 | |
| 2016-07-08 | Handle `/**` and `~~~` in `DOC_MARKDOWN` | mcarton | -18/+108 | |
| 2016-06-16 | round 1 | Oliver Schneider | -1/+1 | |
| 2016-06-10 | Run rustfmt | mcarton | -1/+1 | |
| Only partially apply suggestions. | ||||
| 2016-05-28 | Fix `doc_markdown` and multiline quotes and links | mcarton | -34/+73 | |
| 2016-05-28 | Improve markdown parsing for the doc lint | mcarton | -77/+121 | |
| 2016-05-27 | split clippy into lints, plugin and cargo-clippy | Oliver Schneider | -0/+235 | |
