about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
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-16Revert overeager warning for misuse of `--print native-static-libs`Jubilee Young-19/+0
2025-06-16Handle same-crate macro for borrowck semicolon suggestionUrgau-116/+64
2025-06-16Rollup merge of #142341 - xizheyin:142311, r=fee1-deadJakub Beránek-0/+77
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-0/+1
2025-06-16Make sure to propagate result from visit_expr_fieldsMichael Goulet-1/+20
2025-06-17Add support for repetition to `proc_macro::quote`Tomoaki Kobayashi-59/+192
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-16Bless unicode testMark Rousskov-1/+1
2025-06-16Add union with default field values case testJieyou Xu-8/+14
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-15Only traverse reachable blocks in JumpThreading.Camille GILLOT-0/+20
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-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-182/+526
2025-06-15Move `tests/ui/async-await/pin-ergonomics` to `tests/ui`Frank King-0/+0
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-10/+299
2025-06-15Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`sayantn-25/+138
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-14Marks ADT live if it appears in patternMu001999-16/+131
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