| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -7/+7 |
| 2018-12-28 | Match on ast/hir::ExprKind::Err | flip1995 | -0/+3 |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -41/+71 |
| 2018-11-17 | remove unused allow() attributes, NFC | Matthias Krüger | -2/+0 |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 |
| 2018-09-15 | Reintroduce `extern crate` for non-Cargo dependencies. | Eduard-Mihai Burtescu | -7/+7 |
| 2018-09-12 | Change Hash{Map, Set} to FxHash{Map, Set} | flip1995 | -3/+3 |
| 2018-09-02 | Fix #3112 | Michael Wright | -3/+9 |
| 2018-08-29 | Adapt codebase to the tool_lints | flip1995 | -1/+1 |
| 2018-08-29 | Switch to declare_tool_lint macro | flip1995 | -1/+1 |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -1/+1 |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 |
| 2018-07-16 | Update for hir renamings in rustc | Oliver Schneider | -7/+7 |
| 2018-07-16 | DeclKind | csmoe | -2/+2 |
| 2018-07-16 | StmtKind | csmoe | -6/+6 |
| 2018-07-16 | TyKind | csmoe | -3/+3 |
| 2018-07-16 | BinOpKind | csmoe | -2/+2 |
| 2018-07-16 | ExprKind | csmoe | -38/+38 |
| 2018-06-29 | Rustup | Mateusz Mikuła | -5/+5 |
| 2018-06-25 | Resolve field, struct and function renaming | flip1995 | -1/+1 |
| 2018-06-06 | Merge pull request #2804 from utaal/expr-call-author | Oliver Schneider | -3/+11 |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -1/+1 |
| 2018-05-29 | Update to nightly 2018-05-28 | Mateusz Mikuła | -2/+2 |
| 2018-05-28 | Add support for ExprCall in clippy::author | Andrea Lattuada | -3/+11 |
| 2018-05-19 | Use the new scoped tool attributes | Oliver Schneider | -11/+5 |
| 2018-05-17 | Rustup to 2018-05-16 | Mateusz Mikuła | -1/+1 |
| 2018-05-11 | Patterns, locals and matches for author lint | Oliver Schneider | -4/+177 |
| 2018-05-03 | Fixed build for latest nightly (again) | Alexander Regueiro | -1/+1 |
| 2018-04-15 | Fix compilation for nightly 2018-04-15 | Michael Wright | -8/+0 |
| 2018-04-07 | Fix compilation for nightly 2018-04-06 | Michael Wright | -1/+1 |
| 2018-04-02 | Document the author lint | Philipp Hansch | -2/+5 |
| 2018-03-29 | Address review comments | Oliver Schneider | -1/+1 |
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -2/+2 |
| 2018-03-16 | Apply clippy suggestions | Mateusz Mikuła | -1/+1 |
| 2018-02-24 | Remove explicit visit_qpath method | Guillem Nieto | -25/+11 |
| 2018-02-24 | Fix author lint | Guillem Nieto | -4/+26 |
| 2018-01-24 | Enable more patterns in the author lint | Oliver Schneider | -10/+39 |
| 2017-11-05 | Cargo fmt | topecongiro | -1/+3 |
| 2017-10-23 | manual fixups if_let_chain -> if_chain | Alex Burka | -67/+69 |
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -37/+29 |
| 2017-08-30 | Rustup (fixes #2002) | Oliver Schneider | -2/+8 |
| 2017-08-24 | Rename `match_path_old` to `match_path` | Alexey Zabelin | -1/+1 |
| 2017-08-21 | Run Dogfood for `use_self` | Oliver Schneider | -1/+1 |
| 2017-08-14 | Rustfmt | Oliver Schneider | -18/+28 |
| 2017-08-01 | Create a lint authoring helper (generates matching code) | Oliver Schneider | -0/+470 |
