about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
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
2018-12-12question_mark: Lint only early returnsShotaro Yamada-3/+7
2018-12-12question_mark: Fix applicabilityShotaro Yamada-1/+1
2018-12-12Fix doc_markdown off by one issuePhilipp Hansch-1/+1
2018-12-12new_without_default, partialeq_ne_impl: Use span_lint_nodeShotaro Yamada-8/+13
2018-12-12cargo fmt and remove stabilized featurePhilipp Hansch-1/+1
2018-12-12Make suggestion Applicability::MachineApplicablePhilipp Hansch-2/+5
2018-12-12Address review feedbackPhilipp Hansch-26/+52
2018-12-12Extract methodPhilipp Hansch-10/+20
2018-12-12Check array lengths to prevent OOB accessPhilipp Hansch-0/+3
2018-12-12Add suggestion for explicit_write lintPhilipp Hansch-14/+27
2018-12-11Add 'CamelCase' to doc_valid_identsPhilipp Hansch-0/+1
2018-12-11Fix write_with_newline escaping false positiveMichael Wright-8/+28
2018-12-10Auto merge of #3511 - phansch:remove_allow_doc_markdown, r=phanschbors-3/+2
2018-12-10Auto merge of #3518 - sinkuu:redundant_clone_tw, r=phanschbors-32/+92
2018-12-10Only check the assignment found at lastShotaro Yamada-15/+21
2018-12-10Add comment and renameShotaro Yamada-5/+11
2018-12-10Apply redundant_clone on clippyShotaro Yamada-1/+1