about summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
2022-11-28fix clippy testsEsteban Küber-13/+13
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-1/+1
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-736/+3917
2022-11-17Add variant_name function to `LangItem`Philipp Krones-16/+16
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-3/+3
2022-11-09bless clippyyukang-0/+5
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+22
2022-10-26Adjust normalizationmejrs-3/+3
2022-10-24Add more normalization and testsmejrs-2/+6
2022-10-24Address some commentsmejrs-0/+18
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-1291/+3975
2022-10-21Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-deadDylan DPC-34/+37
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-94/+16
2022-10-19Fixup a few tests needing asm supportJosh Stone-34/+37
2022-10-10Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-deadDylan DPC-189/+30
2022-10-09deprecate `clippy::for_loops_over_fallibles`Maybe Waffle-189/+28
2022-10-09fixup lint nameMaybe Waffle-2/+2
2022-10-09Fix clippy tests that trigger `for_loop_over_fallibles` lintMaybe Waffle-1/+3
2022-10-08Stabilize half_open_range_patternsUrgau-1/+1
2022-10-07make const_err a hard errorRalf Jung-6/+12
2022-10-06Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyupPhilipp Krones-55/+12
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1397/+5485
2022-10-01bless clippyMaybe Waffle-231/+231
2022-09-27rustc_typeck to rustc_hir_analysislcnr-2/+2
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-3/+3
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-3/+3
2022-09-23Bless clippy.Camille GILLOT-11/+11
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-818/+1324
2022-09-15Fix clippyest31-45/+42
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-194/+900
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-8/+8
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-3/+3
2022-09-02clippy: BindingAnnotation changeCameron Steffen-8/+8
2022-08-31Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgrbors-659/+4303
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-659/+4303
2022-08-31fix a clippy testRalf Jung-1/+1
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-1/+1
2022-08-29Fix tests due to stricter invalid_value5225225-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-16/+18
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-6/+5
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-450/+1182
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-51/+60
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-71/+607
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-9/+1
2022-07-19Mention first and last macro in backtraceMichael Goulet-6/+6
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-448/+1894
2022-07-16Stabilize `let_chains`Caio-18/+16
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-2/+2
2022-07-08Rollup merge of #99026 - anall:buffix/clippy-9131, r=xFrednetMatthias Krüger-1/+7
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-1/+1