summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-02-22Move `return_self_not_must_use` to `pedantic`xFrednet-6/+6
2022-02-12Adjust clippy tests to account for unreachable! changesMark Rousskov-6/+3
2022-01-27Handle implicit named arguments in `useless_format`Jason Newcomb-3/+42
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-20/+50
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-1/+0
2021-12-31Make tidy check for magic numbers that spell thingsJosh Triplett-7/+7
2021-12-31Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednetbors-5/+5
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-439/+1493
2021-12-28Update pulldown-cmark version in clippyGuillaume Gomez-5/+5
2021-12-23fix clippylcnr-20/+50
2021-12-22Bless clippy test.Mara Bos-1/+1
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-75/+77
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-31/+56
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-4446/+2856
2021-12-15Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7...Matthias Krüger-13/+2
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-20/+20
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-34/+34
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-13/+2
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-21/+23
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-2/+0
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-80/+47
2021-12-14Remove iter::zip feature gate from clippyPFPoitras-2/+0
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-55/+22
2021-12-13Fix clippy uses of QPath::LangItemEsteban Kuber-13/+13
2021-12-13let-else: use hir::Let in clippyCormac Relf-31/+56
2021-12-13Fix clippy testsAmanieu d'Antras-32/+33
2021-12-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-2/+2
2021-12-12clippy owoEllen-12/+11
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-2/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-3243/+9876
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-2/+1
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-5/+3
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-2/+2
2021-12-02Auto merge of #91354 - fee1-dead:const_env, r=spastorinobors-2/+2
2021-11-29Fix toolsDeadbeef-2/+2
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-12/+6
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-21clippy: Fix pattern_type_mismatch for loopCameron Steffen-164/+43
2021-11-21Fix Clippy with changed for loop desugarCameron Steffen-140/+90
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-5/+3
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-1/+4
2021-11-09Auto merge of #90700 - fee1-dead:select-returns-vec, r=davidtwcobors-2/+2
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-102/+123
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-10/+4
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-2/+2