about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-12-17Bless ui testsDeadbeef-4/+4
2021-12-15Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgrbors-19/+3
2021-12-15Rollup merge of #91898 - compiler-errors:dont_suggest_closure_return_type, r=...Matthias Krüger-19/+3
2021-12-15Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7...Matthias Krüger-16/+10
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-16/+10
2021-12-15Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgrbors-3/+3
2021-12-14Rollup merge of #91239 - cameron1024:issue-87490-regression, r=jackh726Matthias Krüger-0/+24
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-19/+3
2021-12-13Fix rebase and clippy testsEsteban Kuber-14/+0
2021-12-13Remove yet more output from `for`-loop and `?` errorsEsteban Kuber-0/+14
2021-12-13Reduce verbosity when calling `for`-loop on non-`Iterator` expressionEsteban Kuber-3/+3
2021-12-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-0/+40
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