about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2018-12-29Mark writes to constants as side-effect-lessKonrad Borowski-0/+14
2018-12-29Remove unsafe from consts clippy lintsKonrad Borowski-7/+6
2018-12-28Fix suggestion for unnecessary_ref lintPhilipp Hansch-6/+2
2018-12-28Merge remote-tracking branch 'upstream/master'Peter Fürstenau-36/+103
2018-12-28Merge new_without_default_derive into new_without_defaultRussell Greene-23/+24
2018-12-28Match on ast/hir::ExprKind::Errflip1995-3/+13
2018-12-27Auto merge of #3577 - daxpedda:master, r=flip1995bors-3/+9
2018-12-27rustup https://github.com/rust-lang/rust/pull/57069Matthias Krüger-1/+1
2018-12-26Rustfmt.daxpedda-1/+1
2018-12-25fix a couple of ftrivial typos (NFC).Matthias Krüger-2/+2
2018-12-25Fix macro detection in `empty_loop`.Philipp Krones-1/+1
2018-12-25Changed `macro_backtrace()` to `in_macro()`.daxpedda-3/+3
2018-12-24Fix lint detection on macro expansion.daxpedda-2/+8
2018-12-23FIXME > TODOOliver Scherer-1/+1
2018-12-23rustup https://github.com/rust-lang/rust/pull/56992Matthias Krüger-1/+3
2018-12-22Auto merge of #3573 - Vlad-Shcherbina:map_clone_caveat, r=flip1995bors-1/+3
2018-12-22Auto merge of #3341 - HMPerson1:possibly_missing_else, r=phanschbors-17/+55
2018-12-22Document map_clone known problems #498Vlad-Shcherbina-1/+3
2018-12-22panic at map_unit_fn.rs:202 for map() without argsMark Nieweglowski-1/+1
2018-12-20Workaround rust-lang/rust#43081HMPerson1-0/+5
2018-12-20Teach `suspicious_else_formatting` about `if .. {..} {..}`HMPerson1-17/+50
2018-12-19mutex_atomic: Correct location of AtomicBool and friendsDaniel Silverstone-2/+2
2018-12-19Only print out question_mark lint when it actually triggeredPeter Fürstenau-18/+21
2018-12-19Reinserted commataPeter Fürstenau-2/+2
2018-12-18Auto merge of #3554 - klausi:module_name_repeat, r=oli-obkbors-5/+14
2018-12-18Recomend `.as_ref()?` in certain situationsPeter Fürstenau-0/+8
2018-12-18Deduplicate some code?Peter Fürstenau-21/+8
2018-12-18Auto merge of #3556 - lucasloisp:bool-ord-comparison, r=oli-obkbors-24/+85
2018-12-17Do not mark as_ref as useless if it's followed by a method callWilco Kusee-7/+17
2018-12-17Changes lint sugg to bitwise and operator `&`Lucas Lois-2/+7
2018-12-17Rename lint to MODULE_NAME_REPETITIONSflip1995-6/+11
2018-12-17Move renaming to the right placeflip1995-1/+3
2018-12-16Implements lint for order comparisons against boolLucas Lois-24/+80
2018-12-16fix(module_name_repeat): Try to register renamed lint, not valid yetKlaus Purer-1/+3
2018-12-16Fix `implicit_return` false positives.daxpedda-21/+21
2018-12-16chore(moduel_name_repeat): Rename stutter lint to module_name_repeat to avoid...Klaus Purer-5/+5
2018-12-14Auto merge of #3545 - Kampfkarren:vec_boxed_sized, r=flip1995bors-1/+68
2018-12-14rustup rust-lang/rust#52994flip1995-6/+6
2018-12-14Merge branch 'master' into fix-3514Michael Wright-42/+145
2018-12-13Line length fixKampfkarren-1/+2
2018-12-13Remove references to sized for end usersKampfkarren-8/+9
2018-12-13Remove DUMMY_SPKampfkarren-2/+2
2018-12-13Add suggestion for replacementKampfkarren-3/+5
2018-12-13Lint for Vec<Box<T: Sized>> - Closes #3530Kampfkarren-2/+65
2018-12-12Auto merge of #3535 - sinkuu:fixes, r=phanschbors-16/+54
2018-12-12Auto merge of #3510 - phansch:fix_doc_markdown_mixed_case, r=flip1995bors-0/+9
2018-12-12Fix doc_markdown mixed case false positivePhilipp Hansch-0/+9
2018-12-12Auto merge of #3450 - phansch:structured_sugg_for_explicit_write, r=flip1995bors-25/+80
2018-12-12question_mark: Suggest Some(opt?) for if-elseShotaro Yamada-3/+29
2018-12-12redundant_field_names: Do not trigger on path with type paramsShotaro Yamada-1/+4