about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-29rustc_abi: audit uses of is_zst; fix a case of giving an enum insufficient al...Ralf Jung-0/+58
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-28closure field capturing: don't depend on alignment of packed fieldsRalf Jung-17/+12
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-28Allow stuct literals in if let guardsMatthew Jasper-0/+3
2023-08-28Add tests for struct literals in if let/while letMatthew Jasper-2/+44
2023-08-28Add note when matching on nested non-exhaustive enumsSebastian Toh-4/+49
2023-08-28Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=AmanieuMatthias Krüger-11/+12
2023-08-28Add note that str cannot be matched exhaustivelySebastian Toh-0/+31
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-27Fix inlining with -Zalways-encode-mirTomasz Miąsko-0/+19
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-11/+12
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/+31
2023-08-27add rustc_abi debugging attributeRalf Jung-19/+302
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-0/+31
2023-08-26On let binding type point to type parameter that introduced unmet boundEsteban Küber-7/+114
2023-08-26Point at appropriate type parameter in more trait bound errorsEsteban Küber-58/+40
2023-08-25Handle Self in paths tooMichael Goulet-20/+20
2023-08-25Walk through full path in point_at_path_if_possibleMichael Goulet-10/+29
2023-08-25Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errorsbors-0/+7
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-5/+64
2023-08-25Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillotMatthias Krüger-5/+4
2023-08-25keep trying which flags we need for this test until it passes borsRalf Jung-5/+10
2023-08-25Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglobors-42/+308
2023-08-25Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrierilbors-0/+245
2023-08-25Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkinbors-7/+19
2023-08-24Rollup merge of #115172 - matthewjasper:if-let-guard-tests, r=cjgillotWeihang Lo-0/+298
2023-08-24Rollup merge of #115167 - uweigand:ubintarray-endian-fix, r=RalfJungWeihang Lo-42/+10
2023-08-24Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errorsWeihang Lo-0/+0
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-0/+0
2023-08-24Add more tests for if_let_guardMatthew Jasper-0/+298
2023-08-24Auto merge of #115147 - estebank:issue-114311, r=davidtwcobors-0/+76
2023-08-24Include compiler flags when you `break rust;`Martin Nordholts-0/+7
2023-08-24Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lintUrgau-20/+76