about summary refs log tree commit diff
path: root/clippy_lints/src/utils/mod.rs
AgeCommit message (Expand)AuthorLines
2019-08-30Fix cast_lossless false positive in impl const fnPhilipp Hansch-0/+4
2019-08-29Also return the method spans in utils::method_callsflip1995-3/+5
2019-08-28Replace `Arg` with `Param`Yuki Okushi-3/+3
2019-08-25Account for trait alias when looking for defidLzu Tao-1/+3
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-9/+4
2019-08-18Fix breakage due to rust-lang/rust#61708Michael Wright-1/+1
2019-08-16Use outer_expn_data instead of outer_expn_infoKRAAI, MATTHEW [VISUS]-14/+27
2019-08-16Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`"Lzu Tao-1/+1
2019-07-12Rustup `macro expansion and resolution`Lzu Tao-4/+4
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-1/+1
2019-06-25find_by_hir_id -> findManish Goregaokar-3/+3
2019-06-25get_parent_node_by_hir_id -> get_parent_nodeManish Goregaokar-1/+1
2019-06-22Fix fallout cause NodeId pruningLzu Tao-2/+2
2019-06-21Remove needless lifetimesJeremy Stucki-1/+1
2019-06-21Remove unnecssary lifetime from trait_ref_of_methodflip1995-1/+1
2019-06-21Fix breakage due to rust-lang/rust#61968Michael Wright-2/+2
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-1/+1
2019-06-18rustup https://github.com/rust-lang/rust/pull/61836/Matthias Krüger-1/+1
2019-06-14Fix wrong lifetime of TyCtxtLzu Tao-5/+5
2019-06-13Fix wrong lifetime of TyCtxtLzu Tao-5/+5
2019-06-12Remove wrong lifetime from LintContextLzu Tao-14/+9
2019-06-01Make use of new `outer_expn_info()` functionLzu Tao-12/+4
2019-05-27Rustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27)Oliver Scherer-0/+2
2019-05-24Rustup to https://github.com/rust-lang/rust/pull/59545Philipp Hansch-2/+3
2019-05-23Rustup to https://github.com/rust-lang/rust/pull/60740Philipp Hansch-2/+2
2019-05-18Dogfood and rustfmtOliver Scherer-1/+3
2019-05-17Prevent symbocalypseOliver Scherer-42/+41
2019-05-14Clippy dogfoodOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-34/+42
2019-05-11Add in_macro againManish Goregaokar-2/+6
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-5/+5
2019-05-10Ignore desugarings in macro checksManish Goregaokar-1/+10
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-16/+16
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 {get,match}_def_path from LateContextflip1995-3/+3
2019-04-17Remove uplifted functions {get,match}_def_path from Clippyflip1995-132/+1
2019-04-14Clean up unused cx parametersManish Goregaokar-4/+4
2019-04-14Remove now-unnecessary calls to node_to_hir_idManish Goregaokar-1/+1
2019-04-12Fix `get_def_path`flip1995-7/+2
2019-04-10Support updated type dependent def ID getterTomas Koutsky-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-1/+1
2019-03-18Fix path_qualifiedMateusz Mikuła-0/+6
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-1/+1