about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-01-30Rollup merge of #136199 - purplesyringa:emscripten-tests, r=jieyouxuMatthias Krüger-8/+9
2025-01-30Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwUMatthias Krüger-0/+53
2025-01-30Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=NadrierilMatthias Krüger-303/+1832
2025-01-29Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwUbors-33/+43
2025-01-29Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgrbors-139/+218
2025-01-29Handle all `PatExpr`s in dead code analysisOli Scherer-18/+3
2025-01-29Add regression test showing we don't realize some consts are usedOli Scherer-8/+33
2025-01-29Eliminate PatKind::PathOli Scherer-26/+26
2025-01-29Rollup merge of #136212 - estebank:span-tweak, r=petrochenkovMatthias Krüger-11/+11
2025-01-29Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwUMatthias Krüger-0/+47
2025-01-29Rollup merge of #136190 - taiki-e:dedup, r=compiler-errorsMatthias Krüger-128/+90
2025-01-29Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnrMatthias Krüger-0/+70
2025-01-29Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmeasebors-0/+40
2025-01-29Allow transmuting generic pattern types to and from their baseOli Scherer-23/+3
2025-01-29Add tests for transmuting pattern typesOli Scherer-0/+73
2025-01-29Rollup merge of #136168 - fmease:gci-fix-mono, r=compiler-errorsLeón Orell Valerian Liehr-0/+40
2025-01-29Rollup merge of #136153 - tmiasko:mv-asan-test, r=lqdLeón Orell Valerian Liehr-0/+0
2025-01-29Auto merge of #136225 - fmease:rollup-fm7m744, r=fmeasebors-18/+39
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-14/+7
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-4/+32
2025-01-29Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726bors-20/+20
2025-01-28Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgrbors-18/+329
2025-01-28Tweak `&mut self` suggestion spanEsteban Küber-11/+11
2025-01-28Do not assume child bound assumptions for rigid aliasMichael Goulet-4/+32
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-0/+47
2025-01-28Rollup merge of #136124 - adetaylor:test-comment, r=compiler-errorsMatthias Krüger-1/+23
2025-01-28Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJungMatthias Krüger-10/+228
2025-01-28Fix tests/ui/privacy/sysroot-privateAlisa Sireneva-8/+9
2025-01-28Remove duplicated code in RISC-V asm bad-reg testTaiki Endo-128/+90
2025-01-28"normalize" signature before checking mentions selfBoxy-7/+78
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-207/+163
2025-01-28Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errorsMatthias Krüger-46/+46
2025-01-28Suggest considering casting fn item as fn pointer in more casesmu001999-0/+70
2025-01-28add test case for implicitly stable const fnDeadbeef-1/+117
2025-01-28Implement MIR const trait stability checksDeadbeef-10/+112
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-14/+7
2025-01-28GCI: Don't try to collect mono items inside overly generic free const itemsLeón Orell Valerian Liehr-0/+40
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-207/+163
2025-01-27Locate asan-odr-win with other sanitizer testsTomasz Miąsko-0/+0
2025-01-27Trim extra whitespace in fn ptr suggestion spanTyrone Wu-46/+46
2025-01-27Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi...Guillaume Gomez-3626/+44
2025-01-27Rollup merge of #136064 - veluca93:tf11-fntrait-note, r=oli-obkGuillaume Gomez-13/+44
2025-01-27Rollup merge of #135988 - bjorn3:workaround_parallel_rustc_crash, r=lqdGuillaume Gomez-0/+23
2025-01-27Arbitrary self types v2: explain test.Adrian Taylor-1/+23
2025-01-27Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-codeLeón Orell Valerian Liehr-14/+139
2025-01-27Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercoteLeón Orell Valerian Liehr-5/+71
2025-01-27Make a previously unreachable UI test reachableLeón Orell Valerian Liehr-35/+44
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-3591/+0
2025-01-27Add `TooGeneric` variant to `LayoutError` and emit `Unknown` oneFedericoBruzzone-14/+139
2025-01-26Add cache to FoldEscapingRegionsMichael Goulet-0/+125