about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src
AgeCommit message (Expand)AuthorLines
2022-12-03Remove useless filter in unused extern crate check.Camille GILLOT-19/+0
2022-12-03Mark naked functions as never inline in codegen_fn_attrsTomasz Miąsko-0/+1
2022-12-03Disable coverage instrumentation for naked functionsTomasz Miąsko-0/+4
2022-12-02Rollup merge of #105163 - compiler-errors:afit-lt-arity, r=jackh726Matthias Krüger-21/+18
2022-12-02Check lifetime param count in collect_trait_impl_trait_tysMichael Goulet-21/+18
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-1/+1
2022-11-30Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorinobors-12/+17
2022-11-29Make inferred_outlives_crate return ClauseSantiago Pastorino-23/+15
2022-11-28Make ObligationCtxt::normalize take cause by borrowMichael Goulet-12/+12
2022-11-28Simplify more FnCtxt normalizationMichael Goulet-1/+1
2022-11-28FnCtxt normalization stuffMichael Goulet-0/+5
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-1/+1
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-2/+4
2022-11-27Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillotMatthias Krüger-12/+13
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-74/+108
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-12/+13
2022-11-26Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errorsGuillaume Gomez-2/+2
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-82/+122
2022-11-25Simplify a bunch of trait ref obligation creationsOli Scherer-1/+1
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-6/+8
2022-11-24Change how suggested lifetime args are computed.Camille GILLOT-20/+48
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+1
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-2/+2
2022-11-24Rollup merge of #104775 - spastorino:use-obligation-ctxt-normalize, r=lcnrMatthias Krüger-17/+4
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-1/+1
2022-11-23Add `Mutability::{is_mut,is_not}`Maybe Waffle-1/+1
2022-11-23Depend on `Mutability` orderingMaybe Waffle-1/+1
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-55/+59
2022-11-23Use ObligationCtxt::normalizeSantiago Pastorino-17/+4
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-53/+10
2022-11-23Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile...Yuki Okushi-1/+1
2022-11-22Use `tcx.require_lang_item` instead of unwrappingMaybe Waffle-1/+1
2022-11-22Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPCbors-43/+37
2022-11-22Rollup merge of #104701 - compiler-errors:rpitit-remove-reempty-hack, r=TaKO8KiDylan DPC-11/+1
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-31/+15
2022-11-22Remove a hack from compare_predicate_entailmentMichael Goulet-11/+1
2022-11-22Delay bug to deduplicate diagnosticsMichael Goulet-8/+10
2022-11-22drive-by: style nitsMichael Goulet-25/+19
2022-11-22Check generics parity between impl and trait before collecting RPITITsMichael Goulet-3/+11
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-5/+4
2022-11-21Add helper to create the trait ref for a lang itemOli Scherer-5/+5
2022-11-21Use iterators instead of slices at more sitesOli Scherer-2/+2
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-2/+2
2022-11-21Assert that various types have the right amount of generic args and fix the s...Oli Scherer-8/+2
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-31/+15
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+6
2022-11-21Treat different opaque types of the same def id as equal during coherenceOli Scherer-0/+4
2022-11-21Allow opaque types in trait impl headers and rely on coherence to reject unso...Oli Scherer-53/+0
2022-11-21Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgrbors-1/+1
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-1/+1