summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/required_consts.rs
Commit message (Expand)AuthorAgeFilesLines
* Don't ICE when encountering ConstKind::Error in RequiredConstsVisitorMichael Goulet2022-11-101-1/+1
* address review againb-naber2022-09-141-7/+2
* use ty::Unevaluated<'tcx, ()> in type systemb-naber2022-09-131-3/+13
* Rename the `ConstS::val` field as `kind`.Nicholas Nethercote2022-06-141-1/+1
* 7 - Make more use of `let_chains`Caio2022-03-011-4/+3
* Overhaul `Const`.Nicholas Nethercote2022-02-151-1/+1
* Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray2021-12-071-1/+1
* Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT2021-09-071-0/+23