about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/lower_intrinsics.rs
AgeCommit message (Expand)AuthorLines
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-8/+16
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+11
2022-07-07Make MIR basic blocks field publicTomasz Miąsko-2/+2
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-1/+1
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-12/+12
2022-05-16Add a query for checking whether a function is an intrinsic.Oli Scherer-3/+1
2022-02-19Adopt let else in more placesest31-3/+2
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-2/+2
2021-09-13Introduce NullOp::AlignOfGary Guo-2/+7
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+154