about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/autoderef.rs
AgeCommit message (Expand)AuthorLines
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-08-07Structurally normalize weak and inherent tooMichael Goulet-1/+1
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-2/+5
2023-06-29change snapshot tracking in fulfillment contextslcnr-1/+1
2023-06-06Make TraitEngine::new use the right solver, add compare modeMichael Goulet-2/+1
2023-06-06New trait solver is a property of inference contextMichael Goulet-1/+1
2023-05-22Structurally normalize in the new solverMichael Goulet-22/+54
2023-04-25Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`Maybe Waffle-1/+1
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-4/+4
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-0/+224