about summary refs log tree commit diff
path: root/clippy_lints/src/main_recursion.rs
AgeCommit message (Expand)AuthorLines
2024-10-13Check MethodCall/Call arg count earlier or at allGnomedDev-1/+1
2024-04-01fix fallout from previous commity21-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-10Clean up after if chain removalAlex Macleod-3/+2
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-15/+13
2022-05-13Tweak some words improved representationydah-1/+1
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+1
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-2/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-3/+4
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-2/+2
2021-01-30Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyupflip1995-2/+1
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-3/+3
2020-04-18Add an Option<Span> argument to span_lint_and_help.xiongmao86-0/+1
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-2/+2
2020-01-24don't fire empty_loop in no_std cratesMikhail Babenko-10/+2
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-1/+1
2019-12-22Add <'_> where necessaryflip1995-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-07Rustup to rustc 1.40.0-nightly (7a76fe76f 2019-11-07)Manish Goregaokar-1/+8
2019-09-27Rustup to rust-lang/rust#64813flip1995-2/+2
2019-08-05Move expression check to LateLintPassVincent Dal Maso-24/+31
2019-08-05Add recursion check on main functionVincent Dal Maso-0/+55