about summary refs log tree commit diff
path: root/clippy_lints/src/misc.rs
AgeCommit message (Expand)AuthorLines
2019-03-10Fix/Ignore doc testsflip1995-1/+1
2019-03-10Run rustfmtflip1995-1/+1
2019-03-10Addressed points raised in review.Alexander Regueiro-2/+1
2019-03-10Various cosmetic improvements.Alexander Regueiro-13/+14
2019-03-05fix or ignore failing doc testsAndy Russell-6/+6
2019-03-05move lint documentation into macro invocationsAndy Russell-147/+147
2019-02-24HirIdify some lintsljedrz-2/+2
2019-02-20partially HirIdify lintsljedrz-2/+1
2019-02-17Add a semicolon as suggestedTimo-1/+1
2019-02-17Fix typo in documentation for float_cmp_const lintTimo-1/+1
2019-02-03Fix breakage due to rust-lang/rust#58079Michael Wright-4/+3
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-4/+4
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-3/+2
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-8/+8
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-1/+1
2018-11-27Run rustfmt on clippy_lintsflip1995-35/+43
2018-10-12cmp_owned refactorJosh Mcguigan-31/+14
2018-10-12cmp_owned correct error message if rhs is derefJosh Mcguigan-0/+4
2018-10-11cmp_owned current suggestion for multiple derefJosh Mcguigan-1/+1
2018-10-09Corrected single-character string constant used as pattern found in dogfood testJosh Mcguigan-1/+1
2018-10-09Fixes 3289, cmp_owned wording and false positiveJosh Mcguigan-4/+22
2018-10-08Fixes #2925 cmp_owned false positiveJosh Mcguigan-12/+14
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-20Fill in Applicability from review comments by @flip1995Vitaly _Vi Shukela-4/+4
2018-09-20Fix indentsVitaly _Vi Shukela-20/+25
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-6/+21
2018-09-15convert "".to_string() and "".to_owned() to String::new()Matthias Krüger-1/+1
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-7/+7
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-2/+2
2018-08-22rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581Matthias Krüger-1/+1
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-07-23RustupOliver Schneider-6/+6
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-19Remove import of matchesManish Goregaokar-0/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-2/+2
2018-07-16StmtKindcsmoe-2/+2
2018-07-16TyKindcsmoe-1/+1
2018-07-16BinOpKindcsmoe-4/+4
2018-07-16ExprKindcsmoe-11/+11
2018-07-15Ignore spans when comparing expressionsOliver Schneider-3/+3
2018-06-29RustupMateusz Mikuła-4/+4
2018-06-25resolve merge of NameAndSpan and ExpnInfo rust-lang/rust#51726flip1995-1/+1
2018-05-30Run rustfixMateusz Mikuła-4/+4
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-2/+2
2018-05-23Update to nightly 2018-05-22Mateusz Mikuła-3/+3
2018-05-17Fix ICE for issue 2594Philipp Hansch-2/+2