about summary refs log tree commit diff
path: root/clippy_lints/src/no_effect.rs
AgeCommit message (Expand)AuthorLines
2024-01-11Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'Philipp Krones-1/+1
2023-12-16Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyupPhilipp Krones-4/+30
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-69/+64
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-4/+9
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-7/+4
2023-08-04Improve spans for indexing expressionsNilstrieb-2/+2
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+1
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-3/+44
2023-03-14Remove box expressions from HIRclubby789-4/+2
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-2/+6
2022-07-11move else block into the `Local` structDing Xiang Fei-2/+2
2022-07-11lower let-else in MIR insteadDing Xiang Fei-1/+2
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-1/+1
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-2/+2
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-4/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-6/+17
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-64/+115
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-17/+52
2021-08-12Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyupflip1995-7/+9
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-10/+10
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-1/+1
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-6/+7
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-30/+28
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+3
2021-01-18Remove qpath_res util functionCameron Steffen-3/+3
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-5/+6
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-4/+4
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-5/+5
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-1/+1
2020-03-16Make use of `or_patterns` featurePhilipp Hansch-1/+1
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-2/+2
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-3/+3
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-27Re-add wildcards for BorrowKind in some placesManish Goregaokar-2/+2
2019-11-27Add BorrowKind::RefManish Goregaokar-2/+2
2019-11-25Rustup to rust-lang/rust#66671flip1995-2/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-5/+5
2019-09-22Merge branch 'master' into unneeded_wildcard_patternMichael Wright-3/+3
2019-09-18Work around qpath_res issueMichael Wright-3/+3
2019-09-12Fix lint warningsMichael Wright-1/+1
2019-09-04Refactor option handlingJeremy Stucki-10/+2
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-4/+4
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-1/+1
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-4/+4
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-7/+9
2019-04-17Use lint pass macrosMatthew Kraai-14/+3
2019-03-26Hacky rustupOliver Scherer-4/+2