about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-973/+776
2025-02-24Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obkMichael Goulet-45/+45
2025-02-24Rollup merge of #137550 - matthewjasper:panic-later-for-missing-dropck-error,...Michael Goulet-0/+33
2025-02-24Rollup merge of #137548 - compiler-errors:asm-ty, r=oli-obkMichael Goulet-0/+49
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-24/+12
2025-02-24Rollup merge of #137417 - taiki-e:riscv-atomic, r=AmanieuMichael Goulet-0/+5
2025-02-24Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obkMichael Goulet-57/+143
2025-02-24Deduplicate CoerceUnsized and DispatchFromDyn impl errorsMichael Goulet-46/+6
2025-02-24Simplify trait error message for CoercePointee validationMichael Goulet-3/+114
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-54/+69
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-847/+489
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-45/+45
2025-02-24Don't immediately panic if dropck fails without returning errorsMatthew Jasper-0/+33
2025-02-24Better error message for unsized pointersMichael Goulet-0/+37
2025-02-24Properly support thin ptrs that are only thin due to their param-env in asm m...Michael Goulet-0/+12
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-0/+16
2025-02-24Fix test output expectationsJana Dönszelmann-245/+185
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-12/+9
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-24/+12
2025-02-23Rollup merge of #137483 - bend-n:😅, r=NoratriebTrevor Gross-4/+4
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-11/+0
2025-02-23rename sub_ptr 😅bendn-4/+4
2025-02-23Auto merge of #137225 - RalfJung:vectorcall, r=nnethercotebors-25/+65
2025-02-23Rollup merge of #137458 - compiler-errors:render-fn, r=fmeaseJacob Pratt-0/+25
2025-02-23Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errorsJacob Pratt-14/+84
2025-02-23Rollup merge of #137423 - Urgau:imprv-pretty-hir, r=compiler-errorsJacob Pratt-0/+83
2025-02-23Fix missing self subst when rendering Fn* trait with no output typeMichael Goulet-0/+25
2025-02-23Rollup merge of #137415 - chenyukang:yukang-fix-137345-invalid-sugg, r=estebankMatthias Krüger-0/+49
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-0/+58
2025-02-23Rollup merge of #137121 - bend-n:master, r=NoratriebMatthias Krüger-18/+14
2025-02-23Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3Matthias Krüger-21/+39
2025-02-22Fix "missing match arm body" suggestion involving `!`Esteban Küber-14/+84
2025-02-22Render implicit self with their shorthand syntax in HIR pretty printingUrgau-1/+33
2025-02-22Filter elided lifetimes in HIR pretty printingUrgau-4/+4
2025-02-22Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errorsMatthias Krüger-0/+22
2025-02-22rustc_target: Add more RISC-V atomic-related featuresTaiki Endo-0/+5
2025-02-22Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkovbors-18/+71
2025-02-22remove invalid suggestion of into_iter for extern macroyukang-0/+49
2025-02-22Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgrbors-114/+464
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-0/+58
2025-02-22Rollup merge of #137399 - lukas-code:oopsie-woopsie, r=compiler-errorsMatthias Krüger-0/+77
2025-02-22Rollup merge of #137257 - compiler-errors:fake-borrow-of-packed-field, r=oli-obkMatthias Krüger-0/+27
2025-02-22Rollup merge of #137245 - estebank:from-residual-note-2, r=oli-obkMatthias Krüger-48/+72
2025-02-22Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obkMatthias Krüger-51/+19
2025-02-22Rollup merge of #136592 - compiler-errors:ensure-stack-in-canonical, r=lcnrMatthias Krüger-4/+63
2025-02-21Auto merge of #137348 - compiler-errors:span-trim, r=estebankbors-1084/+895
2025-02-21fix: naming convention "ferris" suggestion for idents named 🦀Nikita Revenco-0/+22
2025-02-21Do not deduplicate list of associated types provided by dyn principalMichael Goulet-11/+206
2025-02-21don't leave assoc const unnormalized due to unconstrained paramsLukas Markeffsky-2/+2
2025-02-21layout_of: put back not-so-unreachable caseLukas Markeffsky-0/+77