about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-08-30`ignore-cross-compile` remaining tests that run binariesLukas Wirth-0/+7
2023-08-30Rollup merge of #115363 - kpreid:suggest-private, r=compiler-errorsMatthias Krüger-0/+25
2023-08-30Rollup merge of #115355 - lqd:issue-115351, r=compiler-errorsMatthias Krüger-0/+39
2023-08-30Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errorsMatthias Krüger-0/+40
2023-08-30Rollup merge of #115313 - gurry:issue-114918-cycle-detected, r=compiler-errorsMatthias Krüger-0/+91
2023-08-30Rollup merge of #114704 - bvanjoi:fix-114636, r=compiler-errorsMatthias Krüger-38/+44
2023-08-30Make get_return_block() return Some only for HIR nodes in bodyGurinder Singh-0/+91
2023-08-29Don't suggest adding parentheses to call an inaccessible method.Kevin Reid-0/+25
2023-08-29add non-regression test for issue 115351Rémy Rakic-0/+39
2023-08-29Rollup merge of #115187 - ouz-a:smir_wrap, r=oli-obkMatthias Krüger-31/+3
2023-08-29Rollup merge of #115174 - davidtwco:needs-test-bad-location-list-67992, r=wes...Matthias Krüger-0/+31
2023-08-29Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obkMatthias Krüger-0/+42
2023-08-29suggest removing `impl` in generic trait bound positiony21-0/+40
2023-08-29Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkovbors-0/+0
2023-08-29Create StableMir replacer for SMirCallsouz-a-31/+3
2023-08-29there seems to be no reason to treat ZST specially in these casesRalf Jung-7/+7
2023-08-29rustc_abi: audit uses of is_zst; fix a case of giving an enum insufficient al...Ralf Jung-0/+58
2023-08-29Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkinbors-2/+11
2023-08-28Move testsCaio-0/+0
2023-08-28Auto merge of #115326 - matthiaskrgr:rollup-qsoa8ar, r=matthiaskrgrbors-429/+131
2023-08-28Don't ICE on layout computation failureKatherine Philip-0/+42
2023-08-28Auto merge of #114489 - compiler-errors:rpitit-capture-all, r=oli-obkbors-70/+149
2023-08-28Rollup merge of #115322 - estebank:list-tweak, r=compiler-errorsMatthias Krüger-15/+15
2023-08-28Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errorsMatthias Krüger-209/+11
2023-08-28Rollup merge of #115294 - compiler-errors:cycle-err, r=oli-obkMatthias Krüger-205/+105
2023-08-28Tweak output of `to_pretty_impl_header` involving only anon lifetimesEsteban Küber-15/+15
2023-08-28Auto merge of #115050 - khei4:khei4/codegen-move-before-nocapture, r=nikicbors-0/+22
2023-08-28Auto merge of #114774 - Enselic:less-move-size-noise, r=oli-obkbors-21/+4
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-209/+11
2023-08-28Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=AmanieuMatthias Krüger-11/+12
2023-08-28Better error message for object type with GATMichael Goulet-6/+12
2023-08-28Test variances of opaque capturesMichael Goulet-0/+88
2023-08-28Bless testsMichael Goulet-9/+32
2023-08-28RPITITs capture all their lifetimesMichael Goulet-58/+20
2023-08-27More precisely detect cycle errors from type_of on opaqueMichael Goulet-205/+105
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-11/+12
2023-08-27Auto merge of #115231 - saethlin:dont-ignore-wasm, r=Mark-Simulacrumbors-22/+18
2023-08-27Auto merge of #115226 - RalfJung:debug-abi, r=compiler-errorsbors-19/+302
2023-08-27Auto merge of #115139 - cjgillot:llvm-fragment, r=nikicbors-0/+77
2023-08-27add rustc_abi debugging attributeRalf Jung-19/+302
2023-08-27Rollup merge of #114957 - loongarch-rs:fix-tests, r=Mark-SimulacrumMatthias Krüger-2/+2
2023-08-27Rollup merge of #114924 - Zalathar:tidy-tests, r=Mark-SimulacrumMatthias Krüger-122/+100
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-2/+11
2023-08-26Restrict test to x86_64.Camille GILLOT-0/+3
2023-08-26Auto merge of #115219 - estebank:issue-105306, r=compiler-errorsbors-155/+163
2023-08-26Account for `Weak` alias kinds when adding more targetted obligationEsteban Küber-12/+15
2023-08-26Remove unnecessary `select_obligations_where_possible` and redundant errorsEsteban Küber-92/+10
2023-08-26More accurately point at argumentsEsteban Küber-93/+91
2023-08-26Do not produce fragment for ZST.Camille GILLOT-8/+37
2023-08-26Add test with non-ZST.Camille GILLOT-13/+31