about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-05-12Fix #4019Michael Wright-12/+50
2019-05-11Add in_macro againManish Goregaokar-7/+11
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-117/+128
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
2019-05-10Fix consts.rsManish Goregaokar-5/+6
2019-05-10More uses of higher::if_blockManish Goregaokar-14/+12
2019-05-10Remove some unnecessary If armsManish Goregaokar-64/+1
2019-05-10Fix needless_bool.rsManish Goregaokar-3/+3
2019-05-10Fix question_mark.rsManish Goregaokar-2/+2
2019-05-10Fix shadow.rsManish Goregaokar-7/+0
2019-05-10Fix unwrap.rsManish Goregaokar-2/+2
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-117/+121
2019-05-03Fix link in into_iter_on_array documentationJean Mertz-4/+3
2019-05-03Auto merge of #4053 - euclio:too-many-args-span, r=flip1995bors-2/+17
2019-05-02remove function body from "too many args" spanAndy Russell-2/+17
2019-05-02Auto merge of #4049 - airt:fix-4033-search_is_some, r=flip1995bors-2/+17
2019-05-02Auto merge of #4035 - JoshMcguigan:useless_let_if_seq-3043, r=oli-obkbors-0/+7
2019-05-01more Use->DropTemps fixesMatthias Krüger-2/+2
2019-05-01rustup https://github.com/rust-lang/rust/pull/60417/Matthias Krüger-7/+7
2019-05-01clippy-driver: use rustc_tools_util to get version info.Matthias Krüger-1/+1
2019-05-01check closure arguments before use itairt-1/+2
2019-05-01format codeairt-13/+13
2019-04-30Update find(p).map(p) occurrences to use find_map(p)André Luis Leal Cardoso Junior-5/+13
2019-04-30Add lints for find_mapAndré Luis Leal Cardoso Junior-0/+86
2019-05-01fix suggestion for search_is_someairt-4/+10
2019-05-01fix suggestion for search_is_some naivelyairt-2/+10
2019-04-29Rustup to rustc 1.36.0-nightly (f843ad60e 2019-04-30)Manish Goregaokar-3/+2
2019-04-28Rustup to rustc 1.36.0-nightly (c7fcbfbf1 2019-04-29)Manish Goregaokar-4/+5
2019-04-28Suggest .copied() for map_clone on iterators tooManish Goregaokar-7/+4
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-40/+23
2019-04-25Rustup for https://github.com/rust-lang/rust/pull/59042Philipp Hansch-6/+5
2019-04-24Update pulldown_cmark to 0.5Philipp Hansch-40/+23
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