about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-2/+2
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-35/+28
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-20/+20
2022-11-25Simplify a bunch of trait ref obligation creationsOli Scherer-2/+1
2022-11-24Auto merge of #103693 - HKalbasi:master, r=oli-obkbors-4/+2
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-5/+9
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-4/+2
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-4/+2
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-4/+2
2022-11-24Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errorsMatthias Krüger-13/+22
2022-11-23Fix clippy codeEsteban Küber-1/+1
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-32/+21
2022-11-23Move `get_associated_type` from `clippy` to `rustc_lint`Maybe Waffle-13/+22
2022-11-22Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995bors-3155/+3326
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-9/+9
2022-11-22Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgrbors-1/+1
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-1/+1
2022-11-21Use `as_closure` helper methodOli Scherer-1/+1
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-10/+6
2022-11-21Fix clippy's missing substsOli Scherer-8/+10
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-2/+2
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-3155/+3326
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-9/+9
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-1/+1
2022-11-20Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errorsbors-88/+83
2022-11-19Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-...Matthias Krüger-4/+4
2022-11-19drive-by: PolyExistentialPredicateMichael Goulet-1/+1
2022-11-19drive-by: Add is_async fn to hir::IsAsyncMichael Goulet-4/+4
2022-11-18Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgrbors-20/+11
2022-11-18Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkovbors-23/+23
2022-11-18Rollup merge of #104006 - flip1995:lang-items-clippy, r=oli-obkMatthias Krüger-20/+11
2022-11-18Rm diagnostic item, use lang itemDeadbeef-88/+83
2022-11-17Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errorsMatthias Krüger-2/+3
2022-11-17Add variant_name function to `LangItem`Philipp Krones-20/+11
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-4/+4
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-23/+23
2022-11-16Convert predicates into Predicate in the Obligation constructorOli Scherer-2/+3
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-71/+88
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-4/+4
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-10-29Use LanguageItems::require lessCameron Steffen-32/+26
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-89/+132
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-114/+114
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-32/+32
2022-10-28Retain ParamEnv constness when running deferred cast checksDeadbeef-1/+2
2022-10-27Move clippy::uninlined_format_args back to pedanticPhilipp Krones-3/+2
2022-10-27Update toolingMaybe Waffle-89/+132
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-32/+32
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-2730/+3552
2022-10-21Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPCbors-9/+14