about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-04-24Auto merge of #110778 - JohnTitor:rollup-7f51qwk, r=JohnTitorbors-2/+530
2023-04-25Rollup merge of #110760 - GuillaumeGomez:regression-60522, r=notriddleYuki Okushi-0/+39
2023-04-25Rollup merge of #110667 - pcc:fix-pointer-auth-link-with-c, r=Mark-SimulacrumYuki Okushi-2/+2
2023-04-25Rollup merge of #110590 - oli-obk:object_safe_assoc_types, r=jackh726Yuki Okushi-0/+141
2023-04-25Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Yuki Okushi-0/+348
2023-04-24Auto merge of #110713 - cjgillot:track-mir-opt, r=scottmcmbors-170/+757
2023-04-24Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub...bors-0/+25
2023-04-24Add regression test for #60522Guillaume Gomez-0/+39
2023-04-24Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obkMatthias Krüger-33/+9
2023-04-24Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box...Matthias Krüger-0/+33
2023-04-24Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726Matthias Krüger-0/+26
2023-04-23Don't create projection ty for const projectionMichael Goulet-0/+33
2023-04-23Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obkMatthias Krüger-0/+26
2023-04-23Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla...Matthias Krüger-0/+9
2023-04-23Add mir-opt tests to track MIR quality.Camille GILLOT-170/+757
2023-04-23Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillotbors-48/+450
2023-04-23Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors-320/+309
2023-04-23allow array-style simd in inline asmEzra Shaw-0/+25
2023-04-22Add `intrinsics::transmute_unchecked`Scott McMurray-33/+9
2023-04-22Remove the size of locals heuristic in MIR inliningBen Kimock-48/+450
2023-04-23Fortify test.Camille GILLOT-7/+15
2023-04-22Turn on ConstDebugInfo pass.Wesley Wiser-74/+68
2023-04-22Don't infer fn return type to return itselfMichael Goulet-0/+26
2023-04-22add known-bug test for unsound issue 104005whtahy-0/+37
2023-04-22add known-bug test for unsound issue 100051whtahy-0/+31
2023-04-22add known-bug test for unsound issue 100041whtahy-0/+19
2023-04-22add known-bug test for unsound issue 98117whtahy-0/+23
2023-04-22Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjaybors-0/+23
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-389/+8
2023-04-22Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJungbors-3/+108
2023-04-22add known-bug test for unsound issue 85099whtahy-0/+68
2023-04-22add known-bug test for unsound issue 84591whtahy-0/+39
2023-04-22add known-bug test for unsound issue 84533whtahy-0/+37
2023-04-22add known-bug test for unsound issue 84366whtahy-0/+15
2023-04-22add known-bug test for unsound issue 57893whtahy-0/+25
2023-04-22add known-bug test for unsound issue 49206whtahy-0/+38
2023-04-22add known-bug test for unsound issue 25860whtahy-0/+16
2023-04-22Auto merge of #110469 - compiler-errors:encode-lt-param-span, r=oli-obkbors-30/+48
2023-04-21pointer-auth-link-with-c: Fix cross compilation.Peter Collingbourne-2/+2
2023-04-22Encode lifetime param spans tooMichael Goulet-30/+48
2023-04-22Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors-0/+576
2023-04-21rustdoc: remove unneeded handleKey from settings.jsMichael Howell-0/+9
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer-305/+306
2023-04-21Leave it to the query system to invoke the typeck query instead of invoking i...Oli Scherer-15/+3
2023-04-21Evaluate place expression in `PlaceMention`.Camille GILLOT-3/+108
2023-04-21Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPCbors-0/+60
2023-04-21Auto merge of #110107 - cjgillot:const-prop-lint-junk, r=oli-obkbors-39/+38
2023-04-21Adjust expected result for coverage testAmanieu d'Antras-3/+3
2023-04-21Do not rely on exact error code.Camille GILLOT-1/+1
2023-04-21Ensure mir_drops_elaborated_and_const_checked when requiring codegen.Camille GILLOT-39/+38