about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2019-07-12Rustup `macro expansion and resolution`Lzu Tao-4/+4
2019-07-06Address reviewsMichael Wright-1/+18
2019-07-06Fix breakage due to rust-lang/rust#61988Michael Wright-31/+2
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-3/+3
2019-07-03rustup https://github.com/rust-lang/rust/pull/61995Matthias Krüger-1/+1
2019-07-01Auto merge of #4222 - jfrikker:try_err, r=flip1995bors-0/+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-24Fix dogfood test failures.Mazdak Farrokhzad-1/+1
2019-06-23PR commentsJoe Frikker-0/+1
2019-06-23Fix fallout from rust-lang/rust PR 60861.Mazdak Farrokhzad-2/+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-16/+12
2019-06-19Fix missing field in ExprKind::YieldLzu Tao-3/+3
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-34/+18
2019-06-09rustup https://github.com/rust-lang/rust/pull/61669/Matthias Krüger-2/+2
2019-06-08Add OUTER_EXPN_INFO lintMichael Wright-1/+59
2019-06-06Auto merge of #4177 - mikerite:compiler_lint_functions_fewer_strings, r=phanschbors-8/+8
2019-06-06rustup https://github.com/rust-lang/rust/pull/57428/Matthias Krüger-2/+2
2019-06-06Remove `to_string()`s from CompilerLintFunctionsMichael Wright-8/+8
2019-06-02Cargo fmtMateusz Mikuła-2/+11
2019-06-02Rustup for https://github.com/rust-lang/rust/pull/61276Mateusz Mikuła-6/+6
2019-06-01Make use of new `outer_expn_info()` functionLzu Tao-14/+5
2019-05-28Fix `Block` dump in author lintOliver Scherer-1/+12
2019-05-27Rustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27)Oliver Scherer-0/+2
2019-05-24rustup https://github.com/rust-lang/rust/pull/60803/Matthias Krüger-3/+1
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-21Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)Manish Goregaokar-2/+2
2019-05-18DogfoodOliver Scherer-9/+12
2019-05-18Dogfood and rustfmtOliver Scherer-6/+5
2019-05-17Prevent symbocalypseOliver Scherer-587/+187
2019-05-14Fix dogfood errorsflip1995-25/+8
2019-05-14Also hash mem::discriminant in hash_stmtflip1995-0/+2
2019-05-14mem::discriminant trumps manual discriminant hashingOliver Scherer-76/+2
2019-05-14Properly hash enumsOliver Scherer-1/+9
2019-05-14Rustfmt all the thingsOliver Scherer-125/+128
2019-05-14Clippy dogfoodOliver Scherer-6/+7
2019-05-14Use symbols instead of stringsOliver Scherer-171/+589
2019-05-11Add in_macro againManish Goregaokar-2/+6
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-7/+7
2019-05-10Start handling desugarings in author lintManish Goregaokar-1/+27
2019-05-10Ignore desugarings in macro checksManish Goregaokar-1/+10
2019-05-10Add IfDesugar to desugaring_nameManish Goregaokar-0/+4