about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-12-02Add `StrStyle` to `ast::LitKind::ByteStr`.Nicholas Nethercote-6/+8
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-1914/+4245
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-10/+10
2022-12-01rustc_hir: Change representation of import paths to support multiple resolutionsVadim Petrochenkov-32/+41
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-6/+6
2022-11-30Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorinobors-2/+2
2022-11-28FnCtxt normalization stuffMichael Goulet-3/+2
2022-11-28partially_normalize_... -> At::normalizeMichael Goulet-0/+1
2022-11-28Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkovMatthias Krüger-2/+2
2022-11-28fix clippy testsEsteban Küber-13/+13
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-2/+2
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-46/+33
2022-11-25Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð...bors-35/+34
2022-11-25Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPCMatthias Krüger-2/+2
2022-11-25RefCell::get_mut: fix typoRalf Jung-2/+2
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-33/+33
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-5/+3
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-4/+2
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-5/+3
2022-11-24Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errorsMatthias Krüger-31/+23
2022-11-23Fix clippy codeEsteban Küber-2/+2
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-43/+26
2022-11-23Move `get_associated_type` from `clippy` to `rustc_lint`Maybe Waffle-31/+23
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-0/+1
2022-11-22Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995bors-18373/+8247
2022-11-22Clippy: Workaround for let_chains issuePhilipp Krones-5/+6
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-9/+9
2022-11-22Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgrbors-9/+13
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-9/+13
2022-11-21Use `as_closure` helper methodOli Scherer-1/+1
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-11/+7
2022-11-21Fix clippy's missing substsOli Scherer-13/+19
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-3/+3
2022-11-21Clippy: Don't import GenericParamDefKindPhilipp Krones-8/+8
2022-11-21Fix declare_clippy_lint cratePhilipp Krones-1/+6
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-18373/+8241
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-9/+9
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+1
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-91/+95
2022-11-19Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-...Matthias Krüger-9/+9
2022-11-19drive-by: PolyExistentialPredicateMichael Goulet-1/+1
2022-11-19drive-by: Add is_async fn to hir::IsAsyncMichael Goulet-9/+9
2022-11-18Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgrbors-36/+27
2022-11-18Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkovbors-28/+50
2022-11-18Rollup merge of #104006 - flip1995:lang-items-clippy, r=oli-obkMatthias Krüger-36/+27
2022-11-18Rm diagnostic item, use lang itemDeadbeef-91/+95