about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-04-28Fix breakage due to rust-lang/rust#60225Michael Wright-50/+60
2019-04-25useless_let_if_seq handle interior mutabilityJosh Mcguigan-0/+7
2019-04-25Auto merge of #4008 - g-bartoszek:boxed-fnmut, r=phanschbors-0/+4
2019-04-25Auto merge of #4026 - cemiloten:working-on-#3981, r=flip1995bors-0/+3
2019-04-25Ignore unnecessary cast if inside macrocemil-0/+3
2019-04-25Auto merge of #4029 - phansch:update_pulldown_cmark, r=oli-obkbors-41/+24
2019-04-25Rustup for https://github.com/rust-lang/rust/pull/59042Philipp Hansch-6/+5
2019-04-24Update pulldown_cmark to 0.5Philipp Hansch-41/+24
2019-04-24Remove approx_constant known problemsMatthew Kraai-4/+1
2019-04-24Auto merge of #4024 - kraai:suppress-let_and_return-if-let-has-attributes, r=...bors-1/+1
2019-04-23Suppress let_and_return if let has attributesMatthew Kraai-1/+1
2019-04-23Change "if types change" to "if you later change the type"Matthew Kraai-1/+1
2019-04-23Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obkbors-5/+23
2019-04-23Rustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23)Manish Goregaokar-1/+1
2019-04-23Ignore all enum and struct constructors in lints about `*or(call())`Manish Goregaokar-5/+23
2019-04-21Auto merge of #4013 - kraai:move-path_buf_push_overwrite-to-nursery, r=matthi...bors-3/+2
2019-04-21Use newly-introduced mutability query for staticsIgor Matuszewski-1/+2
2019-04-21Move path_buf_push_overwrite to nurseryMatthew Kraai-3/+2
2019-04-20redundant closure triggers for fnptrs and closuresGrzegorz-1/+2
2019-04-20Auto merge of #4007 - phansch:fix_allowing_toplevel_ref_arg, r=flip1995bors-6/+7
2019-04-20Auto merge of #4006 - phansch:fix_module_name_repetitions_fp, r=flip1995bors-18/+18
2019-04-19Allow allowing of toplevel_ref_arg lintPhilipp Hansch-6/+7
2019-04-19redundant closure for functions restricted to FnDefsGrzegorz-0/+3
2019-04-19Fix false positive in module_name_repetitions lintPhilipp Hansch-18/+18
2019-04-19Auto merge of #3989 - flip1995:assert_on_const, r=phanschbors-31/+30
2019-04-18TypoFelix Rabe-1/+1
2019-04-18Fix dogfood errorflip1995-5/+8
2019-04-18Add lint PathBufPushOverwriteAndré Luis Leal Cardoso Junior-0/+75
2019-04-18Remove code duplicationflip1995-45/+21
2019-04-18Format codeflip1995-12/+27
2019-04-18Don't lint debug_assert!(false)flip1995-3/+8
2019-04-18Auto merge of #3984 - phansch:bytecount_sugg, r=flip1995bors-1/+1
2019-04-17Change naive_bytecount applicability MaybeIncorrectPhilipp Hansch-1/+1
2019-04-17Use lint pass macrosMatthew Kraai-2101/+593
2019-04-17Fix lint_without_lint_pass internal lintflip1995-1/+7
2019-04-17Use {get,match}_def_path from LateContextflip1995-128/+122
2019-04-17Remove uplifted functions {get,match}_def_path from Clippyflip1995-132/+1
2019-04-17Auto merge of #3966 - flip1995:internal_lints, r=oli-obkbors-67/+7
2019-04-17Auto merge of #3975 - phansch:has_placeholders, r=flip1995bors-2/+2
2019-04-16while_let_loop uses placeholders in suggestionsPhilipp Hansch-2/+2
2019-04-15Only suggest .copied() for Option right nowManish Goregaokar-5/+8
2019-04-15Also suggest .copied() when .clone() is called on a Copy typeManish Goregaokar-3/+4
2019-04-15Suggest .copied() instead of .cloned() in map_clone when dealing with referencesManish Goregaokar-16/+31
2019-04-15Deny rustc internal lintsflip1995-2/+4
2019-04-15Remove clippy::default_hash_types internal lintflip1995-65/+3
2019-04-14Clean up unused cx parametersManish Goregaokar-5/+5
2019-04-14HirIdify ReadVisitorManish Goregaokar-2/+1
2019-04-14Use _from_hir_id APIsManish Goregaokar-2/+2
2019-04-14Remove now-unnecessary calls to node_to_hir_idManish Goregaokar-15/+13
2019-04-14cargo fmtPhilipp Hansch-3/+2