about summary refs log tree commit diff
path: root/clippy_utils/src/higher.rs
AgeCommit message (Expand)AuthorLines
2025-01-19Apply `unnecessary_semicolon` to Clippy sourcesSamuel Tardieu-1/+1
2024-12-26Make "all fields are shorthand" requirement configurableSamuel Moelius-1/+1
2024-12-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-2/+2
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-4/+4
2024-10-30Use match ergonomics compatible with editions 2021 and 2024Samuel Tardieu-4/+4
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-2/+2
2024-09-22FormattingPhilipp Krones-2/+2
2024-09-19[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of pathsGnomedDev-4/+4
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-4/+9
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-29/+34
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-27/+27
2024-03-20Rename `hir::Let` into `hir::LetExpr`Guillaume Gomez-2/+2
2023-12-28Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-syncPhilipp Krones-3/+17
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-40/+37
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-1/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-1/+1
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-0/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-4/+4
2023-05-05Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyupPhilipp Krones-2/+4
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-8/+5
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-1/+1
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-11/+8
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-7/+4
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-292/+3
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-2/+12
2021-12-13Fix clippy uses of QPath::LangItemEsteban Kuber-6/+6
2021-12-13let-else: use hir::Let in clippyCormac Relf-2/+12
2021-11-21Fix Clippy with changed for loop desugarCameron Steffen-47/+15
2021-11-06Fix Clippy with changed format_args!Cameron Steffen-10/+4
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-10/+18
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-3/+154
2021-10-19Remove begin_panic_fmt from clippyGary Guo-1/+0
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-0/+30
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-20/+15
2021-09-21Use ZST for fmt unsafetyCameron Steffen-20/+15
2021-09-18Remove needless hir Map refCameron Steffen-2/+1
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-55/+110
2021-08-23Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnaybors-15/+20
2021-08-19Fix clippy let expressions falloutCameron Steffen-25/+9
2021-08-16clippy: Fix format_args expansion parsingCameron Steffen-15/+20
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-144/+363
2021-08-12Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyupflip1995-3/+3
2021-07-19Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyupflip1995-25/+0
2021-07-15Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyupflip1995-2/+106
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-18/+18
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+1
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-0/+268