about summary refs log tree commit diff
path: root/clippy_lints/src/utils/author.rs
AgeCommit message (Expand)AuthorLines
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-7/+7
2018-12-28Match on ast/hir::ExprKind::Errflip1995-0/+3
2018-11-27Run rustfmt on clippy_lintsflip1995-41/+71
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-2/+0
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-7/+7
2018-09-12Change Hash{Map, Set} to FxHash{Map, Set}flip1995-3/+3
2018-09-02Fix #3112Michael Wright-3/+9
2018-08-29Adapt codebase to the tool_lintsflip1995-1/+1
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-7/+7
2018-07-16DeclKindcsmoe-2/+2
2018-07-16StmtKindcsmoe-6/+6
2018-07-16TyKindcsmoe-3/+3
2018-07-16BinOpKindcsmoe-2/+2
2018-07-16ExprKindcsmoe-38/+38
2018-06-29RustupMateusz Mikuła-5/+5
2018-06-25Resolve field, struct and function renamingflip1995-1/+1
2018-06-06Merge pull request #2804 from utaal/expr-call-authorOliver Schneider-3/+11
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-2/+2
2018-05-28Add support for ExprCall in clippy::authorAndrea Lattuada-3/+11
2018-05-19Use the new scoped tool attributesOliver Schneider-11/+5
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-1/+1
2018-05-11Patterns, locals and matches for author lintOliver Schneider-4/+177
2018-05-03Fixed build for latest nightly (again)Alexander Regueiro-1/+1
2018-04-15Fix compilation for nightly 2018-04-15Michael Wright-8/+0
2018-04-07Fix compilation for nightly 2018-04-06Michael Wright-1/+1
2018-04-02Document the author lintPhilipp Hansch-2/+5
2018-03-29Address review commentsOliver Schneider-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-03-16Apply clippy suggestionsMateusz Mikuła-1/+1
2018-02-24Remove explicit visit_qpath methodGuillem Nieto-25/+11
2018-02-24Fix author lintGuillem Nieto-4/+26
2018-01-24Enable more patterns in the author lintOliver Schneider-10/+39
2017-11-05Cargo fmttopecongiro-1/+3
2017-10-23manual fixups if_let_chain -> if_chainAlex Burka-67/+69
2017-09-05Run nightly rustfmtOliver Schneider-37/+29
2017-08-30Rustup (fixes #2002)Oliver Schneider-2/+8
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-1/+1
2017-08-21Run Dogfood for `use_self`Oliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-18/+28
2017-08-01Create a lint authoring helper (generates matching code)Oliver Schneider-0/+470