about summary refs log tree commit diff
path: root/clippy_lints/src/functions.rs
AgeCommit message (Expand)AuthorLines
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-2/+2
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+2
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-3/+8
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-8/+10
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2020-01-03No #[no_mangle] must_use_candidate functionsAndre Bogus-3/+6
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-7/+7
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-9/+9
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-1/+1
2019-12-22implemented `let_underscore` lintMikhail Babenko-3/+3
2019-12-22move is_must_use_ty to utilsMikhail Babenko-44/+1
2019-12-22Add <'_> where necessaryflip1995-9/+9
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-2/+2
2019-12-06Lint only exported must_use_candidatesAndre Bogus-0/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-27Re-add wildcards for BorrowKind in some placesManish Goregaokar-1/+1
2019-11-27Add BorrowKind::RefManish Goregaokar-1/+1
2019-11-25Rustup to rust-lang/rust#66671flip1995-1/+1
2019-11-12no more must-use-candidate on trait implsAndre Bogus-2/+5
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-2/+2
2019-11-08Rustup rust-lang/rust#66188HMPerson1-6/+6
2019-10-19rustup https://github.com/rust-lang/rust/pull/65535Lzu Tao-1/+1
2019-10-18Omit proc macros from `must_use_candidate`Andre Bogus-5/+5
2019-10-15Rustup to rustc 1.40.0-nightly (237d54ff6 2019-10-15)Manish Goregaokar-3/+6
2019-10-15Add a new lint for unused selfJames Wang-3/+2
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-28/+384
2019-09-27Rustup to rust-lang/rust#64813flip1995-5/+5
2019-09-18Work around qpath_res issueMichael Wright-2/+2
2019-09-04Refactor option handlingJeremy Stucki-16/+4
2019-09-03Fix `too_many_lines` false positiveMichael Wright-1/+1
2019-08-28Replace `Arg` with `Param`Yuki Okushi-1/+1
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-1/+2
2019-06-25fmtManish Goregaokar-5/+1
2019-06-25find_by_hir_id -> findManish Goregaokar-1/+1
2019-06-25get_parent_node_by_hir_id -> get_parent_nodeManish Goregaokar-1/+1
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-2/+2
2019-06-12Typos and minor grammar correctionsmgr-inz-rafal-1/+1
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-2/+2
2019-05-02remove function body from "too many args" spanAndy Russell-2/+17
2019-04-17Use lint pass macrosMatthew Kraai-10/+2
2019-04-14Remove now-unnecessary calls to node_to_hir_idManish Goregaokar-1/+1
2019-04-10Support updated type dependent def ID getterTomas Koutsky-1/+1
2019-03-23rustup https://github.com/rust-lang/rust/pull/59096/Matthias Krüger-2/+1
2019-03-07align with rust-lang/rust/#58992ljedrz-5/+4
2019-03-05move lint documentation into macro invocationsAndy Russell-53/+53
2019-03-01enable rust-lang/rust#58754ljedrz-5/+5
2019-02-25Auto merge of #3805 - martinsp:ice-3747, r=Manishearthbors-3/+3
2019-02-24fix formattingljedrz-2/+4