about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-331/+2456
2025-06-16trait_sel: skip `nominal_obligations` for `Sized`David Wood-36/+4
2025-06-16trait_sel: skip elaboration of sizedness supertraitDavid Wood-28/+116
2025-06-16tests: bless remaining testsDavid Wood-18/+128
2025-06-16tests: add overflow testDavid Wood-0/+66
2025-06-16tests: unconstrain params in `non_lifetime_binders`David Wood-43/+64
2025-06-16tests: update tests with unconstrained parametersDavid Wood-7/+32
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-67/+128
2025-06-16middle: print `{Meta,Pointee}Sized` in opaquesDavid Wood-0/+119
2025-06-16trait_sel: print `{Meta,Pointee}Sized` impl headersDavid Wood-0/+206
2025-06-16aux: add `{Meta,Pointee}Sized` bounds to minicoreDavid Wood-25/+25
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-65/+475
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-133/+417
2025-06-16Rollup merge of #142341 - xizheyin:142311, r=fee1-deadJakub Beránek-0/+77
2025-06-16Dont suggest converting `///` to regular comment when it appears after missin...xizheyin-0/+77
2025-06-16aux: add `{Meta,Pointee}Sized` to minicoreDavid Wood-1/+8
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `?Sized` typesDavid Wood-46/+692
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+114
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-0/+44
2025-06-15Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmeaseLeón Orell Valerian Liehr-0/+159
2025-06-15Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3León Orell Valerian Liehr-0/+1118
2025-06-15Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r...León Orell Valerian Liehr-1/+133
2025-06-15Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis...León Orell Valerian Liehr-0/+645
2025-06-15Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichtonLeón Orell Valerian Liehr-171/+0
2025-06-15Suggest adding semicolon in user code rather than macro impl detailsUrgau-0/+159
2025-06-15Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obkbors-12/+12
2025-06-14Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-place...bors-3/+107
2025-06-14Remove all support for wasm's legacy ABIbjorn3-171/+0
2025-06-14Rollup merge of #142477 - JonathanBrouwer:associated-type-suggestion, r=Waffl...Matthias Krüger-0/+59
2025-06-14Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubileeMatthias Krüger-29/+27
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-448/+398
2025-06-14Rollup merge of #140593 - m-ou-se:some-temp, r=NadrierilMatthias Krüger-131/+124
2025-06-14Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu...Andrew Zhogin-1/+133
2025-06-13Rollup merge of #142480 - workingjubilee:unhandwrite-minicore, r=tgross35Jubilee-5/+3
2025-06-13Rollup merge of #142449 - oli-obk:missing-mgca-args, r=BoxyUwUJubilee-0/+35
2025-06-13Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmannJubilee-117/+187
2025-06-13Rollup merge of #142273 - workingjubilee:rework-gpu-kernel-feature-gate-test,...Jubilee-21/+172
2025-06-13Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviperJubilee-2/+2
2025-06-13Rollup merge of #141352 - lcnr:no-builtin-preference, r=compiler-errorsJubilee-0/+50
2025-06-13tests: Convert two handwritten minicores to add-core-stubsJubilee Young-5/+3
2025-06-13Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiserbors-0/+242
2025-06-14Fix incorrect suggestion when calling an associated type with a type anchorJonathan Brouwer-2/+2
2025-06-14Failing testJonathan Brouwer-0/+59
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-263/+821
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-219/+117
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-29/+27
2025-06-13Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgrbors-39/+210
2025-06-13Add failing testsJonathan Brouwer-3/+175
2025-06-13Require generic params for const generic paramsOli Scherer-0/+35
2025-06-13Add test for temporary lifetime extension in `Self()` syntax.Mara Bos-1/+12