about summary refs log tree commit diff
path: root/src/test/mir-opt
AgeCommit message (Expand)AuthorLines
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-25/+24
2022-09-14address review againb-naber-374/+12
2022-09-14Prefer explict closure sig types over expected onesOli Scherer-1/+1
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-161/+161
2022-09-13rebaseb-naber-42/+22
2022-09-13bless testsb-naber-8/+389
2022-09-08Remove ReEmptyJack Huey-44/+40
2022-09-08Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebankDylan DPC-12/+12
2022-09-07Rollup merge of #101435 - JakobDegen:bitwidth-tests, r=wesleywiserMatthias Krüger-1152/+12
2022-09-06Shrink span for bindings with subpatterns.Camille GILLOT-12/+12
2022-09-06Test bumpOli Scherer-448/+2
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-1/+1
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-1/+120
2022-09-04Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTHJakob Degen-1598/+12
2022-09-01Simplify MIR opt testsJakob Degen-1509/+742
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-30Refactor MIR phasesJakob Degen-49/+68
2022-08-29Rollup merge of #100239 - RalfJung:const-prop-uninit, r=oli-obkDylan DPC-1/+2
2022-08-28Use the declaration's SourceInfo for FnEntry retags, not the outermostBen Kimock-8/+8
2022-08-27remove an ineffective check in const_propRalf Jung-1/+2
2022-08-23./x.py test --blessTomasz Miąsko-149/+34
2022-08-22Auto merge of #99762 - Nilstrieb:unreachable-prop, r=oli-obkbors-155/+265
2022-08-22Auto merge of #100881 - Dylan-DPC:rollup-q9rr658, r=Dylan-DPCbors-38/+60
2022-08-22Rollup merge of #99770 - Nilstrieb:mir-pass-unit-test, r=oli-obkDylan DPC-38/+60
2022-08-22bless mir-opt testsNilstrieb-384/+384
2022-08-21bless mir-opt testsNilstrieb-155/+265
2022-08-19Rollup merge of #100598 - ouz-a:91633, r=compiler-errorsDylan DPC-0/+197
2022-08-19Rollup merge of #100522 - cjgillot:inline-polymorphic-recursion, r=tmiaskoDylan DPC-0/+25
2022-08-17Ignore substs when checking inlining history.Camille GILLOT-0/+25
2022-08-17pass when where clause foundouz-a-0/+197
2022-08-14Update the minimum external LLVM to 13Josh Stone-1/+0
2022-08-12make some const prop tests unit-testNilstrieb-38/+60
2022-08-11Rollup merge of #100192 - tmiasko:rm-duplicated-locals, r=nagisaDylan DPC-26/+22
2022-08-10Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgrbors-186/+167
2022-08-10Rollup merge of #100086 - JakobDegen:better-tests, r=wesleyweiserMatthias Krüger-186/+167
2022-08-09Add more `// unit-test`s to MIR opt testsJakob Degen-186/+167
2022-08-10Rollup merge of #100314 - JakobDegen:test-docs, r=RalfJungMatthias Krüger-0/+12
2022-08-09Mention `unit-test` in MIR opt test READMEJakob Degen-0/+12
2022-08-07Remove even more box syntax uses from src/testest31-1/+1
2022-08-06./x.py test --blessTomasz Miąsko-26/+22
2022-08-02Avoid invalidating the CFG in MirPatch.Jakob Degen-172/+0
2022-07-28bless mir opt testsNilstrieb-9912/+9912
2022-07-26Allow try_to_raw_bytes on u8 arrayMichael Goulet-0/+307
2022-07-12ignore wasm=32 & blessouz-a-130/+133
2022-07-12add new rval, pull deref earlyouz-a-76/+68
2022-07-09tweak names and output and blessRalf Jung-217/+219
2022-07-07Shorten span for closures.Camille GILLOT-81/+81
2022-07-06fix miri-opt testsTakayuki Maeda-10/+10
2022-07-05Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJungbors-0/+143
2022-07-04Auto merge of #98446 - nnethercote:derive-no-match-destructuring, r=scottmcmbors-66/+46