about summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
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
2022-07-07Add test for and fix rust-lang/rust-clippy#9131Andrea Nall-1/+7
2022-07-07Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley...Dylan DPC-4/+28
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-07-06Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod`xFrednet-4/+28
2022-07-06fix miri-opt testsTakayuki Maeda-1/+1
2022-07-01Shorten def_span for more items.Camille GILLOT-29/+13
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-388/+3918
2022-06-20remove last use of MAX_SUGGESTION_HIGHLIGHT_LINESMaybe Waffle-10/+42
2022-06-19remove `span_lint_and_sugg_for_edges` from clippy utilsMaybe Waffle-63/+18
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-4/+4
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-70/+70
2022-06-17Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa...Dylan DPC-21/+102
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-4/+4
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-220/+1183
2022-06-16bless clippy ui testsMaybe Waffle-21/+102
2022-06-16bless clippy testsklensy-70/+70
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-13/+9
2022-06-04Remove unnecessary clap_derive dependency added in 9ee211afPhilipp Krones-15/+14
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-812/+4607
2022-06-03Fully stabilize NLLJack Huey-13/+9
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-327/+2074
2022-05-11Bless clippy.Camille GILLOT-1/+9
2022-05-09Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiserbors-0/+182
2022-05-08Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillotbors-18/+2
2022-05-08Test `expect` attribute for tool lints, clippy edition (RFC 2383)xFrednet-0/+182
2022-05-06Lint for significant drops who may have surprising lifetimes #1Preston From-0/+787
2022-05-06Rollup merge of #96557 - nbdd0121:const, r=oli-obkGuillaume Gomez-1/+1
2022-05-05(Partially) Revert "HACK: Move buggy lints to nursery"flip1995-18/+2
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-1064/+3258
2022-05-05Bless clippy error msgGary Guo-1/+1
2022-04-30Bless tests.Camille GILLOT-14/+2
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-8/+8
2022-04-17Bless clippy.Camille GILLOT-8/+8
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-13/+13
2022-04-08Refactor HIR item-like traversal (part 1)Miguel Guarniz-13/+13
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-465/+1443
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-30/+30
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-18/+18