summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/coherence/builtin.rs
AgeCommit message (Expand)AuthorLines
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