about summary refs log tree commit diff
path: root/src/test/mir-opt
AgeCommit message (Expand)AuthorLines
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-466/+466
2022-02-24Remove an unnecessary restriction in `dest_prop`Jakob Degen-7/+13
2022-02-22change `mir::Constant` in mir dumpslcnr-317/+84
2022-02-21Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkovMatthias Krüger-32/+46
2022-02-20Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"Mark Rousskov-6/+43
2022-02-20Gracefully handle non-UTF-8 string slices when pretty printingTomasz Miąsko-32/+46
2022-02-20Auto merge of #93387 - JakobDegen:improve_partialeq, r=tmiaskobors-17/+128
2022-02-19Fix pretty printing of enums without variantsTomasz Miąsko-65/+71
2022-02-18Add test checking that fallthrough branches are correctly identified as deadJakob Degen-17/+128
2022-02-17Fix ScalarInt to char conversionTomasz Miąsko-18/+38
2022-02-16Rollup merge of #94020 - tmiasko:pp, r=oli-obkMatthias Krüger-0/+72
2022-02-16Support pretty printing of invalid constantsTomasz Miąsko-0/+72
2022-02-15try to bless 32bit mir tests manuallyb-naber-11/+2
2022-02-15bless mir-opt testsb-naber-4/+147
2022-02-15bless testsb-naber-179/+8
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-5/+5
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-4/+4
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-5/+5
2022-01-26Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obkbors-97/+219
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-2/+2
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-2/+2
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-24/+24
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-210/+0
2022-01-15initial revertEllen-23/+23
2022-01-12Remove mir-opt tests for LLVM-style inline assemblyTomasz Miąsko-210/+0
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-4/+4
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-2/+2
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-4/+4
2021-12-18Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726Matthias Krüger-10/+5
2021-12-16Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiserbors-24/+24
2021-12-15Move generator check earlier in inlining.Camille GILLOT-10/+5
2021-12-14Improve test coverage of `early_otherwise_branch` mir optJakob Degen-0/+105
2021-12-14Correct the unsoundness in the `EarlyOtherwiseBranch` mir optJakob Degen-97/+114
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-24/+24
2021-12-10bless new output on some mir-opt testsJane Lusby-3/+3
2021-12-02`EarlyOtherwiseBranch` requires `-Zunsound-mir-opts`Dylan MacKenzie-1/+1
2021-11-30Update MIR opt tests with new nameDylan MacKenzie-8/+8
2021-11-23Fix printing unit return ty, don't elaborate FnOnce unless we see itMichael Goulet-8/+8
2021-11-23Update test outputsMichael Goulet-8/+8
2021-11-21Simplify for loop desugarCameron Steffen-69/+46
2021-11-06Run reveal_all on MIR more often.Camille GILLOT-1/+3
2021-10-17Ignore wasm32 in test.Camille GILLOT-1/+1
2021-10-17Normalize MIR with RevealAll before optimizations.Camille GILLOT-4/+146
2021-10-15Bless testsCameron Steffen-3/+3
2021-10-06opt-level >= 4Alexander-1/+1
2021-10-06run remaining testsAlexander-9/+17
2021-10-06tidyAlexander-1/+1
2021-10-06add MIR artifactsAlexander-3/+626
2021-10-06reset and cleanupAlexander-0/+50
2021-10-04Stabilize `const_panic`Jacob Pratt-3/+2