about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-10-26Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errorsMatthias Krüger-0/+70
2023-10-26Rollup merge of #117143 - estebank:issue-117080, r=wesleywiserMatthias Krüger-0/+30
2023-10-26Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obkbors-0/+185
2023-10-26Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnrbors-0/+24
2023-10-26Quietly fail if an error has already occurredOli Scherer-0/+70
2023-10-26Properly restore snapshot when failing to recover parsing ternaryclubby789-5/+18
2023-10-26Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnrbors-17/+92
2023-10-26Deny providing explicit effect paramsDeadbeef-0/+185
2023-10-26Auto merge of #117148 - dtolnay:sinceversion, r=cjgillotbors-19/+6
2023-10-26Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 editionOli Scherer-0/+78
2023-10-26Remove unused feature from a miri testMaybe Waffle-4/+3
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-31/+25
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-7/+7
2023-10-25Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naberMatthias Krüger-6/+115
2023-10-25Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin...Matthias Krüger-44/+87
2023-10-25Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi...Matthias Krüger-0/+152
2023-10-25Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obkMatthias Krüger-2/+5
2023-10-25Never consider raw pointer casts to be trivalNilstrieb-0/+24
2023-10-25Return multiple object-safety violation errorsMaybe Waffle-2/+5
2023-10-25Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgrbors-81/+693
2023-10-25Avoid unbounded O(n^2) when parsing nested type argsEsteban Küber-0/+30
2023-10-25Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebankMatthias Krüger-75/+638
2023-10-25Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukangMatthias Krüger-0/+47
2023-10-25Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errorsMatthias Krüger-6/+8
2023-10-25Rename in preparation for moving the `async` printing out of `CoroutineSource`Oli Scherer-7/+7
2023-10-25Rollup merge of #117160 - cuishuang:master, r=lqdMatthias Krüger-1/+1
2023-10-25Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obkMatthias Krüger-321/+1597
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-9/+84
2023-10-25Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errorsMatthias Krüger-0/+31
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-75/+638
2023-10-25Fix problematic commentcui fliter-1/+1
2023-10-25Make THIR unused_unsafe lint consistent with MIRMatthew Jasper-321/+1597
2023-10-25Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkovbors-17/+17
2023-10-25Do not suggest 'Trait<Assoc=arg>' when in trait implGurinder Singh-0/+152
2023-10-25Fix unwrap suggestion for async fnMichael Goulet-0/+47
2023-10-25coverage: UI test for unstable value `-C instrument-coverage=branch`Zalathar-6/+8
2023-10-25Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naberbors-23/+135
2023-10-24Update stability attribute sanity UI test to delete superfluous errorsDavid Tolnay-19/+6
2023-10-24mv testsEsteban Küber-0/+0
2023-10-24Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgrbors-79/+281
2023-10-24Rollup merge of #117127 - compiler-errors:incomplete, r=lqdMatthias Krüger-74/+29
2023-10-24Rollup merge of #116943 - heiher:target-features, r=wesleywiserMatthias Krüger-1/+3
2023-10-24Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naberMatthias Krüger-0/+245
2023-10-24Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiserMatthias Krüger-4/+4
2023-10-24Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgrbors-0/+95
2023-10-24Merge impl_wf_inference into coherence checkingMichael Goulet-9/+84
2023-10-25suggest unwrap/expect for let binding type mismatchyukang-0/+245
2023-10-24Add diverging match guard test.Camille GILLOT-2/+12
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-453/+183
2023-10-24Remove incomplete features from RPITIT/AFIT testsMichael Goulet-74/+29