about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/const_prop.rs
AgeCommit message (Expand)AuthorLines
2020-11-18move fuel checks to later points in instcombine and const_prop, add opt level...cjkenn-5/+5
2020-11-16add optimization fuel checks to some mir passescjkenn-0/+4
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-5/+4
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-3/+4
2020-10-28Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obkDylan DPC-5/+6
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-5/+6
2020-10-21rustc_mir: track inlined callees in SourceScopeData.Eduard-Mihai Burtescu-1/+1
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-16/+17
2020-09-23Enable const prop into operands at mir_opt_level=2Dániel Buga-5/+5
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+1276