about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-07-26Replace LifetimeRes::Anonymous by LifetimeRes::Infer.Camille GILLOT-2/+2
2022-07-25Clippy fallout.Camille GILLOT-32/+46
2022-07-25Generate correct suggestion with named arguments used positionallyPreston From-1/+1
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-411/+988
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-3/+3
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-3/+3
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-49/+49
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-7/+12
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-1/+1
2022-07-13Clippy fallout.Camille GILLOT-7/+12
2022-07-12Fix clippy buildMaybe Waffle-49/+49
2022-07-11move else block into the `Local` structDing Xiang Fei-57/+47
2022-07-11lower let-else in MIR insteadDing Xiang Fei-50/+59
2022-07-07Add test for and fix rust-lang/rust-clippy#9131Andrea Nall-1/+1
2022-07-07Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obkDylan DPC-1/+1
2022-07-07Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley...Dylan DPC-2/+20
2022-07-07`UnsafeCell` now has no niches, ever.Oli Scherer-1/+1
2022-07-07Move `predecessors` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-07-07Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisabors-1/+1
2022-07-06Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod`xFrednet-2/+20
2022-07-06Update TypeVisitor pathsAlan Egerton-10/+10
2022-07-02ast: Add span to `Extern`Nixon Enraght-Moony-1/+1
2022-07-02Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errorsDylan DPC-17/+10
2022-07-01Shorten def_span for more items.Camille GILLOT-4/+5
2022-07-01Factor out hir::Node::BindingCameron Steffen-17/+10
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-2959/+4284
2022-06-20remove last use of MAX_SUGGESTION_HIGHLIGHT_LINESMaybe Waffle-10/+3
2022-06-19remove `span_lint_and_sugg_for_edges` from clippy utilsMaybe Waffle-8/+4
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-1089/+1656
2022-06-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-85/+97
2022-06-14address reviewb-naber-1/+1
2022-06-14fix clippy test failuresb-naber-13/+28
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-17/+15
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-2/+2
2022-06-13remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`Takayuki Maeda-1/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-18/+18
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-85/+97
2022-06-08Folding revamp.Nicholas Nethercote-1/+1
2022-06-07Rollup merge of #97794 - eltociear:patch-13, r=matthiaskrgrMatthias Krüger-1/+1
2022-06-06Fix typo in redundant_pattern_match.rsIkko Ashimine-1/+1
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-1663/+2653
2022-06-03Manipulate lifetimes by LocalDefId for region resolution.Camille GILLOT-2/+2
2022-06-01Lazify `SourceFile::lines`.Nicholas Nethercote-15/+21
2022-05-25try to cache region_scope_tree as a queryDing Xiang Fei-15/+3
2022-05-24Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obkbors-2/+2
2022-05-24Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-SimulacrumYuki Okushi-22/+22
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-2/+2
2022-05-23Lifetime variance fixes for clippyMichael Goulet-22/+22
2022-05-22Fix clippy explicit_write lint for new writeln implementationDavid Tolnay-2/+34