about summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
2025-07-22Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-39/+62
2025-07-20clippy: make tests work in stage 1Ralf Jung-39/+62
2025-07-17Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmeasebors-16/+10
2025-07-17parse `const trait Trait`Deadbeef-16/+10
2025-07-17Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ...Matthias Krüger-6/+7
2025-07-14Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearthbors-128/+1810
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-6/+7
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-43/+36
2025-07-13Retire hir::*ItemRef.Camille GILLOT-35/+28
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-8/+8
2025-07-13Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiqMatthias Krüger-1/+10
2025-07-13Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillotbors-4/+2
2025-07-12clippy: fix test filtering when TESTNAME is emptyRalf Jung-1/+10
2025-07-10Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u...Philipp Krones-128/+1810
2025-07-05clippy: conditions are no longer wrapped in `DropTemps`dianne-4/+2
2025-07-03refactor: Make -Ztrack-diagnostics emit like a noteScott Schafer-3/+5
2025-07-02Add `track_caller` attributes to trace origin of Clippy lintsSamuel Tardieu-0/+51
2025-07-01Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item...Guillaume Gomez-4/+4
2025-06-27Auto merge of #143116 - matthiaskrgr:rollup-zy9ez06, r=matthiaskrgrbors-8/+8
2025-06-27Merge commit 'c5dbd1de07e0407b9687619a868384d6de06253f' into clippy-subtree-u...Philipp Krones-135/+1638
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-8/+8
2025-06-19Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmannbors-52/+47
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-11/+10
2025-06-18Update/bless clippy tests.Mara Bos-52/+47
2025-06-16clippy: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-2/+8
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-11/+5
2025-06-13Merge commit '4ef75291b5dd6739212f1f61666d19d4e086690d' into clippy-subtree-u...Philipp Krones-256/+2911
2025-06-13Unimplement unsized_localsmejrs-11/+5
2025-06-11stabilize gaiBoxy-11/+10
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-45/+54
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-45/+54
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-3/+3
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-3/+3
2025-06-02Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearthbors-202/+1274
2025-06-01Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhprattJacob Pratt-12/+10
2025-05-31Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12'Philipp Krones-202/+1274
2025-05-28Stabilise `repr128`beetrees-101/+94
2025-05-22Rollup merge of #141130 - mejrs:use_self, r=compiler-errorsMatthias Krüger-1/+1
2025-05-21Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...Philipp Krones-2621/+3023
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-1/+1
2025-05-16Updated feature flag and output of `clippy/tests/ui/map_flatten*`Ryan van Polen-12/+10
2025-05-15Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u...Philipp Krones-1555/+2043
2025-05-06Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubileeStuart Cook-7/+46
2025-05-06Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...bors-30/+30
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-30/+30
2025-05-02Implement Iterator::last for vec::IntoIterThalia Archibald-7/+46
2025-05-01Merge commit '03a5b6b976ac121f4233775c49a4bce026065b47' into clippy-subtree-u...Philipp Krones-195/+1243
2025-04-26Fix error message for static references or mutable referencesyuk1ty-1/+1
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-66/+79