summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/abstract_const.rs
AgeCommit message (Expand)AuthorLines
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-4/+4
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-22introduce mir::Unevaluatedb-naber-1/+1
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-1/+1
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-1/+1
2022-07-14Fix overlapping implskadmin-137/+29
2022-07-12Move abstract const to rustc_middle::tykadmin-0/+302