summary refs log tree commit diff
path: root/tests/mir-opt/const_prop/offset_of.rs
AgeCommit message (Expand)AuthorLines
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-1/+1
2023-12-24Replace legacy ConstProp by GVN.Camille GILLOT-3/+3
2023-11-03Feature gate enums in offset_ofGeorge Bateman-1/+1
2023-10-31Support enum variants in offset_of!George Bateman-0/+17
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-06-21Warn on unused offset_of!() resultChayim Refael Friedman-0/+1
2023-04-23Make some tests unit.Camille GILLOT-2/+1
2023-04-21test improvementsDrMeepster-10/+34
2023-04-21offset_ofDrMeepster-0/+25