about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
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
2019-04-14Refactor suspicious_else_formatting using if_chainPhilipp Hansch-35/+32
2019-04-14Remove `except` in suspicious_else_formattingPhilipp Hansch-16/+16
2019-04-12Auto merge of #3946 - rchaser53:issue-3920, r=flip1995bors-1/+3
2019-04-13fix format does not parse escaped braces errorrchaser53-1/+3
2019-04-12Fix `get_def_path`flip1995-9/+7
2019-04-10Auto merge of #3931 - phansch:3891, r=flip1995bors-16/+13
2019-04-10Refactor check_lit methodPhilipp Hansch-17/+13
2019-04-10Support updated type dependent def ID getterTomas Koutsky-7/+7
2019-04-10Code formatting/cleanupPhilipp Hansch-4/+1
2019-04-10Don't emit useless_attribute lint in external macrosPhilipp Hansch-1/+5
2019-04-09Auto merge of #3925 - phansch:3741, r=flip1995bors-1/+2
2019-04-08Fix ICE in decimal_literal_representation lintPhilipp Hansch-9/+13
2019-04-08Escape a single quote in single_char_pattern hintKlemen Košir-1/+2
2019-04-08Auto merge of #3921 - euclio:single-char-names-multispan, r=flip1995bors-28/+63
2019-04-08Auto merge of #3848 - felix91gr:null_transmute, r=flip1995bors-13/+140
2019-04-08Auto merge of #3901 - rail-rain:issue_1670, r=flip1995bors-6/+22