summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/engine.rs
AgeCommit message (Expand)AuthorLines
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-3/+3
2022-08-30Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnrDylan DPC-0/+13
2022-08-26Add and use ObligationCtxt::new_in_snapshotMichael Goulet-0/+13
2022-08-25no unnormalized types for implied boundslcnr-1/+12
2022-08-17dedup some codelcnr-1/+22
2022-07-21move `considering_regions` to the infcxlcnr-10/+0
2022-07-15hir typeck: `fulfillment_cx` ignore regionslcnr-0/+10
2022-07-15try to avoid `FnCtxt` during wflcnr-1/+95
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2020-08-30mv compiler to compiler/mark-0/+18