summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-6/+6
2021-09-01Stop sorting bodies by span.Camille GILLOT-6/+6
2021-09-01add regression test for issue 83190Rémy Rakic-0/+49
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-4/+4
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-15/+5
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
2021-08-26Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakisManish Goregaokar-8/+0
2021-08-26Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebankManish Goregaokar-3/+3
2021-08-26Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwcoManish Goregaokar-5/+4
2021-08-25Adjust spansNoah Lev-1/+1
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-5/+4
2021-08-24Normalize associated types with bound varsJack Huey-43/+41
2021-08-24Update NLL HRTB type ascription blessed expectationsRémy Rakic-8/+0
2021-08-23Clarify what attribute and derive macros look like.Mara Bos-1/+1
2021-08-23Update tests.Mara Bos-0/+2
2021-08-21Improve errors for recursive type aliasesNoah Lev-4/+4
2021-08-21Make E0023 spans even more preciseNoah Lev-5/+3
2021-08-19Auto merge of #88143 - GuillaumeGomez:rollup-sgh318f, r=GuillaumeGomezbors-8/+8
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-16/+41
2021-08-18Use more accurate spans when proposing adding lifetime to itemEsteban Kuber-8/+8
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-0/+73
2021-08-17Make spans for tuple patterns in E0023 more preciseNoah Lev-2/+4
2021-08-16Use note to point at bound introducing requirementEsteban Küber-105/+173
2021-08-16Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasperbors-2/+0
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-2/+0
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-4/+9
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-16/+41
2021-08-14Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkovbors-106/+0
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-1/+1
2021-08-12Use a more accurate span on assoc types WF checksEsteban Kuber-6/+6
2021-08-11Modify structured suggestion outputEsteban Küber-155/+158
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-106/+0
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-4/+5
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-08-07Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obkYuki Okushi-1/+7
2021-08-06Add hint for unresolved associated trait items if the trait has a single itemJakub Beránek-1/+7
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-15/+15
2021-08-03bless a few trivial tests under poloniusRémy Rakic-0/+73
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-1/+5
2021-07-31Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakisbors-7/+7
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-63/+108
2021-07-31Implement trait upcasting coercion type-checking.Charles Lew-3/+3
2021-07-31Add feature gate tests.Charles Lew-6/+6
2021-07-30Use multispan suggestions more oftenEsteban Küber-63/+108
2021-07-29Update testsJonas Schievink-4/+10
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-34/+2
2021-07-27Remove min_tait and full_tait stderr dangling filesSantiago Pastorino-31/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-5/+17
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-14/+1
2021-07-27Rollup merge of #86764 - estebank:issue-86756, r=pnkfelixYuki Okushi-0/+58