about summary refs log tree commit diff
path: root/src/test/mir-opt/derefer_complex_case.main.Derefer.diff
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-105/+0
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-1/+1
2022-09-26address reviewb-naber-1/+1
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-6/+6
2022-09-13rebaseb-naber-1/+1
2022-08-23./x.py test --blessTomasz Miąsko-2/+0
2022-08-09Add more `// unit-test`s to MIR opt testsJakob Degen-4/+4
2022-08-02Avoid invalidating the CFG in MirPatch.Jakob Degen-4/+0
As a part of this change, we adjust MirPatch to not needlessly create unnecessary resume blocks.
2022-07-28bless mir opt testsNilstrieb-62/+62
2022-07-12ignore wasm=32 & blessouz-a-66/+66
2022-07-12add new rval, pull deref earlyouz-a-5/+5
2022-07-09tweak names and output and blessRalf Jung-3/+3
2022-04-29exp-stuff-dirtyouz-a-4/+4
2022-04-16Make derefer work everwhereouz-a-0/+111
Co-Authored-By: Oli Scherer <332036+oli-obk@users.noreply.github.com>