summary refs log tree commit diff
path: root/src/test/mir-opt
AgeCommit message (Expand)AuthorLines
2022-10-13Bless testsGary Guo-23/+47
2022-10-08Rollup merge of #102778 - nbdd0121:mir, r=tmiaskoMatthias Krüger-0/+67
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-16/+16
2022-10-07Fix testGary Guo-10/+11
2022-10-07make const_err a hard errorRalf Jung-1/+0
2022-10-07Fix MIR inlining of asm_unwindGary Guo-0/+66
2022-10-06Remove `mir::CastKind::Misc`ouz-a-16/+16
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-55/+55
2022-09-26address reviewb-naber-55/+55
2022-09-26bless testsb-naber-6/+6
2022-09-26actually fix line numberPietro Albini-2/+2
2022-09-26fix line number in expected test outputPietro Albini-2/+2
2022-09-26applease tidyPietro Albini-1/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-24/+24
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-24/+24
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-22bless testsb-naber-1/+1
2022-09-21Rollup merge of #102045 - RalfJung:const-prop-regression-fix, r=oli-obkDylan DPC-0/+120
2022-09-20fix ConstProp handling of written_only_inside_own_block_localsRalf Jung-0/+120
2022-09-18add miri test via const fnDing Xiang Fei-1/+1
2022-09-18add mir-opt testDing Xiang Fei-0/+84
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