about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-1/+1
2021-12-12add regression test for #91489SNCPlay42-0/+40
2021-12-11Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obkbors-16/+31
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-2/+2
2021-12-11Rollup merge of #91373 - djkoloski:fuchsia_test_suite, r=Mark-SimulacrumMatthias Krüger-0/+8
2021-12-11Tweak assoc type obligation spansEsteban Kuber-16/+31
2021-12-10Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandryMatthias Krüger-0/+27
2021-12-10bless testsEllen-1/+1
2021-12-10fix tests after rebaseEsteban Kuber-1/+1
2021-12-10Tweak wordingEsteban Kuber-1/+1
2021-12-10Clean up visual output logicEsteban Kuber-1/+1
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+8
2021-12-07Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoeristerMatthias Krüger-5/+16
2021-12-04Use multipart suggestions.Camille GILLOT-4/+21
2021-12-04Lint bare traits in AstConv.Camille GILLOT-4/+39
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-14/+90
2021-12-03Tweak "call this function" suggestion to have smaller spanEsteban Kuber-5/+16
2021-12-03Annotate `derive`d spans and move span suggestion codeEsteban Kuber-2/+2
2021-12-03Keep spans for generics in `#[derive(_)]` desugaringEsteban Kuber-14/+90
2021-12-03code-cov: generate dead functions with private/default linkageWesley Wiser-0/+27
2021-12-03Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebankMatthias Krüger-0/+21
2021-12-01Stop treating extern crate loading failures as fatal errorsMichael-3/+19
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+4
2021-11-28Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasperMatthias Krüger-53/+54
2021-11-27Only check for errors in predicate when skipping impl assemblyAaron Hill-8/+9
2021-11-27regression test for issue 87490cameron-0/+24
2021-11-26Perform Sync check on static items in wf-check instead of during const checksOli Scherer-53/+54
2021-11-26Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnrbors-9/+8
2021-11-26Auto merge of #85102 - estebank:point-at-assignment, r=oli-obkbors-61/+67
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-9/+8
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-61/+67
2021-11-23Fix printing unit return ty, don't elaborate FnOnce unless we see itMichael Goulet-4/+4
2021-11-23Update test outputsMichael Goulet-4/+4
2021-11-21Simplify for loop desugarCameron Steffen-14/+3
2021-11-21Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgrbors-0/+4
2021-11-20Use same_type_modulo_infer in more placesMichael Goulet-0/+4
2021-11-20Move tests for missing trait bounds to their own directoryEsteban Kuber-95/+0
2021-11-20Suggest constraining `fn` type params when appropriateEsteban Kuber-2/+39
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-181/+0
2021-11-20Point at bounds when comparing impl items to traitEsteban Kuber-11/+7
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-63/+126
2021-11-20Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebankMatthias Krüger-2/+2
2021-11-16Update tests.Mara Bos-2/+2
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-4/+16
2021-11-13Type can be unsized and uninhabitedSeo Sanghyeon-0/+21
2021-11-10no overlap errors after failing the orphan checklcnr-22/+11
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-1/+10
2021-11-08Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkovbors-3788/+0
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-1/+10
2021-11-06Move some tests to more reasonable directoriesCaio-3788/+0