about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/required_consts.rs
AgeCommit message (Expand)AuthorLines
2022-11-10Don't ICE when encountering ConstKind::Error in RequiredConstsVisitorMichael Goulet-1/+1
2022-09-14address review againb-naber-7/+2
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-3/+13
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-1/+1
2022-03-017 - Make more use of `let_chains`Caio-4/+3
2022-02-15Overhaul `Const`.Nicholas Nethercote-1/+1
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-1/+1
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+23