about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui
AgeCommit message (Expand)AuthorLines
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-233/+1167
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-145/+1630
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-887/+4534
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-101/+121
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-957/+2047
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
2021-10-24Always sort suggestions before emitting themEsteban Kuber-10/+10
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-212/+2422
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-6/+6
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-6/+6
2021-10-15Fix clippy with changed macro statement spansCameron Steffen-106/+106
2021-10-13Update clippy ui outputOli Scherer-1/+1
2021-10-12Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplettbors-150/+150
2021-10-11Add #[must_use] to From::from and Into::intoJohn Kugelman-150/+150
2021-10-11Deprecate mem_discriminant_non_enumflip1995-224/+12
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-460/+1310
2021-10-02Add desugaring mark to while loopCameron Steffen-14/+11
2021-09-30Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillotManish Goregaokar-3/+4
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-423/+1201
2021-09-14update testasquared31415-3/+4
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-2/+2
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-246/+1497
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-33/+3
2021-09-04Fix #88256, remove duplicated diagnosticyukang-33/+3
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-19/+11
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-2/+2
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1