about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-17Add test.Camille GILLOT-0/+57
2023-08-17Revert PR #114052 to fix invalid suggestionUrgau-36/+56
2023-08-17[RFC-3086] Restrict the parsing of `count`Caio-0/+33
2023-08-17Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle...Matthias Krüger-0/+30
2023-08-17Add a failing case to `tests/ui/macros/macro-interpolation`.Nicholas Nethercote-2/+18
2023-08-16Normalize return type of deduce_future_output_from_obligationsMichael Goulet-0/+19
2023-08-16Fix suggestion for attempting to define a string with single quotesbeetrees-1/+14
2023-08-16Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ...Matthias Krüger-17/+102
2023-08-16Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkovbors-30/+145
2023-08-16Auto merge of #114847 - nikic:update-llvm-12, r=cuviperbors-0/+39
2023-08-16Rollup merge of #114779 - MU001999:fix/114701, r=petrochenkovMatthias Krüger-0/+30
2023-08-16Rollup merge of #114746 - compiler-errors:atb-no-const, r=TaKO8KiMatthias Krüger-0/+20
2023-08-16Don't ICE in is_trivially_sized when encountering late-bound self tyMichael Goulet-0/+30
2023-08-15Auto merge of #111071 - nyurik:simpler-issue-94005, r=m-ou-sebors-24/+24
2023-08-15Cleaner assert_eq! & assert_ne! panic messagesYuri Astrakhan-24/+24
2023-08-15stabilize combining +bundle and +whole-archive link modifiersBe Wilson-27/+0
2023-08-15Rollup merge of #114819 - estebank:issue-78124, r=compiler-errorsMatthias Krüger-0/+40
2023-08-15Rollup merge of #114668 - compiler-errors:match-fn-def, r=petrochenkovMatthias Krüger-0/+30
2023-08-15Rollup merge of #114644 - compiler-errors:lt-err, r=wesleywiserMatthias Krüger-7/+21
2023-08-16Fix bad suggestion when wrong parentheses around a dyn traityukang-8/+80
2023-08-15Misc progressChinedu Francis Nwafili-0/+3
2023-08-15Rollup merge of #114831 - compiler-errors:next-solver-projection-subst-compat...Guillaume Gomez-1/+16
2023-08-15Rollup merge of #114830 - compiler-errors:ui-test-annotations, r=petrochenkovGuillaume Gomez-17/+17
2023-08-15Rollup merge of #114829 - compiler-errors:next-solver-only-unsize-to-dyn-once...Guillaume Gomez-0/+2
2023-08-15Rollup merge of #114828 - compiler-errors:next-solver-probe-upcasting, r=lcnrGuillaume Gomez-3/+15
2023-08-15Rollup merge of #114827 - compiler-errors:next-solver-dyn-safe-candidates, r=...Guillaume Gomez-0/+2
2023-08-15Rollup merge of #114825 - cuviper:gimli-0.28, r=compiler-errorsGuillaume Gomez-0/+9
2023-08-15Rollup merge of #114820 - ehuss:unknown-lint-mod-warning, r=compiler-errorsGuillaume Gomez-0/+36
2023-08-15Remove extra errorsr0cky-39/+6
2023-08-15Add test for #114691Nikita Popov-0/+39
2023-08-15Improve `invalid_reference_casting` lintUrgau-17/+102
2023-08-15Auto merge of #114023 - compiler-errors:coinductive-cycle-lint, r=lcnrbors-6/+72
2023-08-15Deny FnDef in patternsMichael Goulet-0/+30
2023-08-15more nitsMichael Goulet-3/+4
2023-08-15nitsMichael Goulet-1/+1
2023-08-15Implement lint against coinductive impl overlapMichael Goulet-0/+57
2023-08-15more span infoMichael Goulet-6/+14
2023-08-15Auto merge of #113679 - chenyukang:yukang-fix-lint-113459, r=cjgillotbors-0/+50
2023-08-15Check projection arguments before substitutionMichael Goulet-1/+16
2023-08-15Clean up some bad ui testing annotationsMichael Goulet-17/+17
2023-08-15Separate consider_unsize_to_dyn_candidate from other unsize candidatesMichael Goulet-0/+2
2023-08-15Probe when assembling upcast candidates so they don't step on eachother's toesMichael Goulet-3/+15
2023-08-15Only consider object candidates for object-safe dyn typesMichael Goulet-0/+2
2023-08-14Add a regression test for #113238Josh Stone-0/+9
2023-08-14Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3bors-3/+4
2023-08-14Point at return type when it influences non-first `match` armEsteban Küber-0/+40
2023-08-14rebase and review commentsEsteban Küber-7/+6
2023-08-14Rollup merge of #114752 - RickleAndMortimer:issue-113788-fix, r=compiler-errorsMatthias Krüger-0/+16
2023-08-14Suggest `pin!()` instead of `Pin::new()` when appropriateEsteban Küber-9/+31
2023-08-14Add test for unknown_lints from another file.Eric Huss-0/+36