about summary refs log tree commit diff
path: root/clippy_lints/src/exit.rs
AgeCommit message (Expand)AuthorLines
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-1/+1
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-3/+3
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-5/+7
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-1/+1
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-12/+9
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-1/+1
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-1/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-2/+3
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-1/+1
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-5/+18
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-3/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-10/+8
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2021-01-18Remove qpath_res util functionCameron Steffen-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-2/+2
2020-04-24rustup https://github.com/rust-lang/rust/pull/71215/Matthias Krüger-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-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-08remove unused warningsLzu Tao-2/+2
2019-11-07Simplify dentry point detectionHeinz N. Gies-22/+6
2019-11-07Improve function checkingHeinz N. Gies-3/+4
2019-11-07Exclude main from exit lintHeinz N. Gies-4/+25
2019-11-07Add lint for exitHeinz N. Gies-0/+41