about summary refs log tree commit diff
path: root/clippy_lints/src/utils/higher.rs
AgeCommit message (Expand)AuthorLines
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+2
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-11/+19
2019-10-24Rustup to rust-lang/rust#65657flip1995-3/+3
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+1
2019-10-10Use match_function_call wherever possibleMatthias Seiffert-3/+3
2019-09-27Rustup to rust-lang/rust#64813flip1995-17/+17
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-1/+1
2019-07-06Address reviewsMichael Wright-0/+17
2019-05-21Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)Manish Goregaokar-2/+2
2019-05-18Dogfood and rustfmtOliver Scherer-4/+2
2019-05-17Prevent symbocalypseOliver Scherer-20/+18
2019-05-14Rustfmt all the thingsOliver Scherer-3/+5
2019-05-14Clippy dogfoodOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-16/+18
2019-05-10Add util function for desugaring if blockManish Goregaokar-0/+21
2019-04-17Use {get,match}_def_path from LateContextflip1995-3/+3
2019-03-10Various cosmetic improvements.Alexander Regueiro-2/+2
2019-03-08Refactor: Remove utils::opt_def_idPhilipp Hansch-2/+2
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-14/+8
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-3/+3
2018-11-27Run rustfmt on clippy_lintsflip1995-41/+43
2018-10-08Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-sta...Philipp Hansch-8/+8
2018-10-07Fix items_after_statements for sub-functionsDevon Hollowood-8/+8
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-3/+3
2018-08-29Adapt codebase to the tool_lintsflip1995-1/+1
2018-08-22rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581Matthias Krüger-1/+1
2018-07-23RustupOliver Schneider-1/+1
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-3/+3
2018-07-16StmtKindcsmoe-2/+2
2018-07-16BinOpKindcsmoe-1/+1
2018-07-16ExprKindcsmoe-29/+29
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-1/+1
2018-05-08Check that we don't treat any type but a range type as a rangeOliver Schneider-2/+31
2018-05-03Rustup field -> method transition of ..=Oliver Schneider-6/+13
2017-11-05Cargo fmttopecongiro-8/+5
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-50/+55
2017-10-13Fix panic with fake `Range` typesinkuu-9/+8
2017-09-12RustupOliver Schneider-4/+4
2017-09-05Run nightly rustfmtOliver Schneider-37/+35
2017-09-03Run rustfmtManish Goregaokar-1/+3
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-7/+7
2017-08-18is_from_for_loop: document what first check matchesJoonas Koivunen-0/+7
2017-08-18is_from_for_desugar: add match for `for _ in x`Joonas Koivunen-0/+16
2017-08-15RustupOliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-5/+10