about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/coherence/builtin.rs
AgeCommit message (Expand)AuthorLines
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-5/+5
2023-02-14Even less HIR.Camille GILLOT-2/+1
2023-02-06Modify existing bounds if they existEdward Shen-0/+1
2023-01-30Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next...Matthias Krüger-1/+1
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-7/+4
2023-01-20Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnrbors-44/+66
2023-01-20Add and use expect methods to hir.Maybe Waffle-1/+1
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-11/+7
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-1/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-6/+5
2023-01-17`rustc_hir_analysis`: some general code improvementsMaybe Waffle-5/+2
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-2/+2
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-2/+2
2023-01-13Suggest lifetime bound in illegal Copy implMichael Goulet-43/+63
2023-01-13Check ADT fields for copy implementations considering regionsMichael Goulet-2/+4
2023-01-03Move check_region_obligations_and_report_errors to TypeErrCtxtMichael Goulet-2/+4
2022-12-24Bubble up ErrorGuaranteed from region constraints in method item compareMichael Goulet-2/+2
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-2/+2
2022-11-26Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errorsGuillaume Gomez-1/+1
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-2/+2
2022-11-23Depend on `Mutability` orderingMaybe Waffle-1/+1
2022-11-22Use `tcx.require_lang_item` instead of unwrappingMaybe Waffle-1/+1
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-3/+2
2022-11-21Use iterators instead of slices at more sitesOli Scherer-2/+2
2022-11-06Move fallback_has_occurred to FnCtxtMichael Goulet-2/+2
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-331/+314
2022-10-07Introduce TypeErrCtxtCameron Steffen-3/+4
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+588