about summary refs log tree commit diff
path: root/src/test/ui/mir
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-4076/+0
2023-01-09Add test for issue 106062Albert Larsan-0/+42
2022-12-19add non-regression test for issue 105809Rémy Rakic-0/+36
2022-12-19Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"Rémy Rakic-76/+0
2022-12-16Auto merge of #103880 - b-naber:field-ty-mir, r=lcnrbors-0/+76
2022-12-11Move testsCaio-0/+190
2022-12-08add regression test for #105009lcnr-0/+52
2022-11-23add invariance testb-naber-0/+24
2022-11-23add more testsb-naber-0/+31
2022-11-23add testsb-naber-0/+21
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-1/+1
2022-11-15nll: correctly deal with bivariancelcnr-0/+26
2022-10-16Don't consider `Let` exprs terminating scopesNathan Whitaker-4/+4
2022-10-13Add test for issue 102389Gary Guo-0/+17
2022-10-05Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obkbors-0/+24
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-28fix unwind drop glue for if-then scopesDing Xiang Fei-0/+24
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+5
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+5
2022-09-25Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obkfee1-dead-12/+12
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-12/+12
2022-09-23Restore ignore tagFlorian Bartels-5/+0
2022-09-16Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandryMichael Howell-0/+1
2022-09-16Adding needs-unwind arg to applicable compiler ui testsAndrew Pollack-0/+1
2022-09-16Add test for #101844Jack Huey-0/+73
2022-09-02Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obkMatthias Krüger-0/+25
2022-08-29Revert let_chains stabilizationNilstrieb-1/+13
2022-08-29Try normalizing types without RevealAll in ParamEnv in mir validationNilstrieb-0/+25
2022-08-21Add test.Camille GILLOT-0/+30
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-5/+6
2022-07-16Stabilize `let_chains`Caio-13/+1
2022-07-07Tweak wording and spansEsteban Küber-2/+2
2022-07-07On partial uninit error point at where we need initEsteban Küber-3/+6
2022-07-06fix projectionelem validationDrMeepster-2/+2
2022-06-28Migrate some rustc_borrowck diagnostics to SessionDiagnosticMichael Goulet-3/+3
2022-06-25[rustc_parse] Forbid lets in certain placesCaio-2/+9
2022-06-15remove box derefs from codgenDrMeepster-8/+10
2022-04-16Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkovDylan DPC-0/+10
2022-04-14Update issue-92893.stderrouz-a-0/+27
2022-04-13Consider lifetimes when comparing types for equality in MIR validatorJakob Degen-0/+10
2022-04-04diagnostics: use correct span for const genericsMichael Howell-2/+2
2022-03-23add test for treating ExprKind::ConstParam as tempb-naber-0/+42
2022-03-16Extend the irrefutable_let_patterns lint to let chainsest31-0/+1
2022-03-13Fix definition of Box in ssa-analysis-regression-50041.rsbjorn3-2/+2
2022-01-18Formally implement let chainsCaio-0/+93
2021-12-22Delay remaining `span_bug`s in drop elaborationTomasz Miąsko-0/+82
2021-12-18Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726Matthias Krüger-1/+1
2021-12-15Move generator check earlier in inlining.Camille GILLOT-1/+1
2021-12-14Return an error when `eval_rvalue_with_identities` failsTomasz Miąsko-0/+12
2021-12-13use try_normalize_erasing_regions in RevealAllVisitorb-naber-0/+21