summary refs log tree commit diff
path: root/src/test/ui/mir
AgeCommit message (Expand)AuthorLines
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-0/+34
2020-12-09fix test case issue refChenguang Wang-1/+1
2020-12-09fix issue #78496Chenguang Wang-0/+16
2020-11-22Drop support for cloudabi targetsLzu Tao-4/+0
2020-11-21Support building clone shims for arrays with generic sizeTomasz Miąsko-0/+13
2020-11-19Revert "Normalize function type during validation"Tomasz Miąsko-14/+4
2020-11-15Limit storage duration of inlined always live localsTomasz Miąsko-4/+22
2020-11-12Normalize function type during validationTomasz Miąsko-4/+14
2020-10-20Add test for issue-77911Yuki Okushi-0/+16
2020-10-20Add test for issue-76375Yuki Okushi-0/+29
2020-10-20Add test for issue-75053Yuki Okushi-0/+48
2020-10-20Add test for issue-68841Yuki Okushi-0/+15
2020-10-07add test for should_inline incorrect param_envBastian Kauschke-0/+32
2020-10-07add regression testBastian Kauschke-0/+28
2020-10-07normalize substs during inliningBastian Kauschke-0/+17
2020-10-07Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morseDylan DPC-0/+38
2020-10-05inliner: use caller param_envBastian Kauschke-0/+38
2020-10-04Add regression test for SimplifyBranchSame miscompilationTomasz Miąsko-0/+21
2020-10-02Fix test nameCamelid-0/+0
2020-10-01Disable the SimplifyArmIdentity mir-optWesley Wiser-0/+35
2020-09-29Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morsebors-2/+2
2020-09-27[mir-opt] Introduce a new flag to enable experimental/unsound mir optsWesley Wiser-1/+1
2020-09-26Make invalid integer operation messages consistentvarkor-2/+2
2020-09-25Auto merge of #73453 - erikdesjardins:tuplayout, r=eddybbors-0/+27
2020-09-20Add a regression test for copy propagation miscompilationTomasz Miąsko-0/+30
2020-09-17[mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame optWesley Wiser-0/+19
2020-09-14Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiserbors-0/+16
2020-09-03inliner: Emit storage markers for introduced arg temporariesTomasz Miąsko-0/+16
2020-09-02Fold length constant in Rvalue::RepeatTomasz Miąsko-0/+29
2020-08-30add tests related to tuple scalar layout with ZST in last fieldErik Desjardins-0/+27
2020-08-12allow escaping bound vars when normalizing `ty::Opaque`Bastian Kauschke-0/+13
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-2/+2
2020-06-24lints: add `improper_ctypes_definitions`David Wood-0/+3
2020-06-23The const propagator cannot trace references.Oliver Scherer-8/+2
2020-05-28Add test for #66930Yuki Okushi-0/+11
2020-05-08Skip tests on emscriptenYuki Okushi-0/+11
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+247
2020-04-28Added new ui tests to show what errors MIR can now find at compile timeFélix Fischer-0/+46
2020-03-13Add test for issue-60390Yuki Okushi-0/+8
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-03rustc_codegen_ssa: don't treat inlined variables as debuginfo arguments.Eduard-Mihai Burtescu-0/+11
2020-02-02add raw-addr-of variant to mir_raw_fat_ptrRalf Jung-1/+58
2020-01-09Delay bug to prevent ICE in MIR borrowckYuki Okushi-0/+23
2020-01-05Fix ICE involving calling `Instance.ty` during const evaluationAaron Hill-0/+34
2020-01-01Ensure that we process projections during MIR inliningAaron Hill-0/+17
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-0/+1
2019-12-06const-prop: Restrict scalar pair propagationÖmer Sinan Ağacan-0/+13
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+0
2019-11-13Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...Robin Kruppe-3/+0
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-0/+67