about summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-12/+12
2022-03-24Auto merge of #95273 - flip1995:clippyup, r=manishearthbors-334/+1084
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-334/+1084
2022-03-24update clippy stderr fileOli Scherer-0/+10
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-3/+3
2022-03-14Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyupflip1995-56/+1394
2022-03-07Update and fix clippy testsEric Holk-5/+11
2022-03-05Do not point at whole file missing `fn main`Esteban Kuber-14/+6
2022-03-02bless clippyRalf Jung-4/+4
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-327/+1776
2022-02-24Update clippy testsVadim Petrochenkov-2/+2
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-10/+2
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-10/+2
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-25/+7
2022-02-12Bless clippy test.Camille GILLOT-2/+10
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-345/+905
2022-02-01silence lint in clippylcnr-26/+27
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-561/+884
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-1/+10
2022-01-17Bless clippy ui tests after format_args changeDavid Tolnay-1/+10
2022-01-17Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyupflip1995-30/+502
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-419/+1374
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-2/+2
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-1/+2
2021-12-31Make tidy check for magic numbers that spell thingsJosh Triplett-7/+7
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-129/+676
2021-12-23fix clippylcnr-1/+2
2021-12-22Bless clippy test.Mara Bos-1/+1
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-3/+3
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-159/+1644
2021-12-15Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7...Matthias Krüger-13/+2
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-13/+2
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-64/+26
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-32/+33
2021-12-13fix clippy testsEsteban Kuber-12/+12
2021-12-13Fix rebase and clippy testsEsteban Kuber-52/+14
2021-12-13let-else: use hir::Let in clippyCormac Relf-3/+3
2021-12-13Fix clippy testsAmanieu d'Antras-32/+33
2021-12-12clippy owoEllen-12/+11
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-945/+4827
2021-11-27Only check for errors in predicate when skipping impl assemblyAaron Hill-7/+8
2021-11-26Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnrbors-8/+7
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-8/+7
2021-11-25Fix clippy testEsteban Kuber-0/+3
2021-11-21Fix Clippy with changed for loop desugarCameron Steffen-34/+19
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-102/+123
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-975/+2079
2021-10-31Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplettMatthias Krüger-37/+39
2021-10-30Add #[must_use] to len and is_emptyJohn Kugelman-37/+39