about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2019-05-10Remove some unnecessary If armsManish Goregaokar-41/+0
2019-05-10Add util function for desugaring if blockManish Goregaokar-0/+21
2019-05-09use `derive` feature over `serde_derive` crateAndy Russell-1/+1
2019-05-08rustup https://github.com/rust-lang/rust/pull/60586Matthias Krüger-0/+2
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-23/+23
2019-05-01more Use->DropTemps fixesMatthias Krüger-2/+2
2019-05-01rustup https://github.com/rust-lang/rust/pull/60417/Matthias Krüger-6/+6
2019-04-30Update find(p).map(p) occurrences to use find_map(p)André Luis Leal Cardoso Junior-4/+10
2019-04-28Fix breakage due to rust-lang/rust#60225Michael Wright-0/+17
2019-04-25Rustup for https://github.com/rust-lang/rust/pull/59042Philipp Hansch-4/+3
2019-04-23Ignore all enum and struct constructors in lints about `*or(call())`Manish Goregaokar-0/+13
2019-04-19Fix false positive in module_name_repetitions lintPhilipp Hansch-0/+14
2019-04-17Use lint pass macrosMatthew Kraai-66/+15
2019-04-17Fix lint_without_lint_pass internal lintflip1995-1/+7
2019-04-17Use {get,match}_def_path from LateContextflip1995-9/+9
2019-04-17Remove uplifted functions {get,match}_def_path from Clippyflip1995-132/+1
2019-04-15Remove clippy::default_hash_types internal lintflip1995-62/+3
2019-04-14Clean up unused cx parametersManish Goregaokar-4/+4
2019-04-14Remove now-unnecessary calls to node_to_hir_idManish Goregaokar-2/+2
2019-04-12Fix `get_def_path`flip1995-7/+2
2019-04-10Support updated type dependent def ID getterTomas Koutsky-2/+2
2019-04-05use a multispan for MANY_SINGLE_CHAR_NAMESAndy Russell-2/+2
2019-04-01Fix dogfood error of question_mark lint fixflip1995-3/+2
2019-04-01Fix question_mark lint+testflip1995-1/+8
2019-03-26Hacky rustupOliver Scherer-1/+1
2019-03-18Cargo fmtMateusz Mikuła-4/+2
2019-03-18name -> check_nameMateusz Mikuła-1/+1
2019-03-18NestedMetaItemKind -> NestedMetaItemMateusz Mikuła-2/+2
2019-03-18Fix path_qualifiedMateusz Mikuła-11/+17
2019-03-18Replace most of ty:Ty with TyMateusz Mikuła-1/+1
2019-03-16Feed dogflip1995-0/+1
2019-03-16Adapt paths to new formattingflip1995-12/+12
2019-03-16cargo fmtflip1995-23/+17
2019-03-16Use LocalInternedString inside of AbsolutePathPrinterflip1995-10/+13
2019-03-16AbsolutePathBuffer -> AbsolutePathPrinterflip1995-4/+4
2019-03-15Reimplement AbsolutePathBufferflip1995-22/+94
2019-03-12Rename span_lint_node* functions to span_lint_hir*Philipp Hansch-5/+5
2019-03-10Addressed points raised in review.Alexander Regueiro-25/+23
2019-03-10Various cosmetic improvements.Alexander Regueiro-84/+85
2019-03-09Auto merge of #3860 - phansch:refactor_out_opt_def_id, r=flip1995bors-6/+2
2019-03-09Rollup merge of #3857 - phansch:document_path_qpath, r=flip1995Philipp Krones-1/+20
2019-03-09Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995Philipp Krones-0/+27
2019-03-08Refactor: Remove utils::opt_def_idPhilipp Hansch-6/+2
2019-03-08Document match_path, improve match_qpath docsPhilipp Hansch-1/+20
2019-03-08Update clippy_lints/src/utils/mod.rsPhilipp Krones-1/+1
2019-03-08Fix doctestPhilipp Hansch-2/+8
2019-03-07align with rust-lang/rust/#58992ljedrz-8/+7
2019-03-07fix missing a semicolonrchaser53-1/+1
2019-03-07Refactor: Extract `trait_ref_of_method` functionPhilipp Hansch-0/+21
2019-03-06Renamed: Cyclomatic Complexity -> Cognitive ComplexityFélix Fischer-7/+24