about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-02-02Rollup merge of #136145 - oli-obk:push-wxvpklmkppqz, r=RalfJungMatthias Krüger-0/+298
2025-02-02Maintain a list of types permitted per patternOli Scherer-0/+182
2025-02-02Check the base type of pattern types for validity firstOli Scherer-1/+1
2025-02-02Test validity of pattern typesOli Scherer-0/+116
2025-02-02Use short ty string for binop and upops errorsEsteban Küber-0/+41
2025-02-02bless UI test involving private namejoboet-1/+1
2025-02-02Rollup merge of #136434 - RalfJung:rustc_allowed_through_unstable_modules-dep...Matthias Krüger-12/+7
2025-02-02Rollup merge of #136415 - estebank:highlight-clarification, r=compiler-errorsMatthias Krüger-4/+117
2025-02-02Rollup merge of #136402 - notriddle:notriddle/let-expr-detector, r=compiler-e...Matthias Krüger-0/+135
2025-02-02Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o...Matthias Krüger-103/+0
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-0/+169
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-14/+14
2025-02-02Ported tests/ui/simd to use the intrinsic macrovayunbiyani-348/+518
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-12/+7
2025-02-02Rollup merge of #136412 - estebank:fn-ptr-cast-suggestion, r=jieyouxuMatthias Krüger-3/+3
2025-02-02Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqdMatthias Krüger-55/+95
2025-02-02Highlight clarifying information in "expected/found" errorEsteban Küber-4/+117
2025-02-02Shorten error message for callable with wrong return typeEsteban Küber-28/+28
2025-02-02Tweak fn pointer suggestion spanEsteban Küber-3/+3
2025-02-01diagnostics: fix borrowck suggestions for if/while let conditionalsMichael Howell-0/+135
2025-02-01Fix two malformed error annotations in a UI testLeón Orell Valerian Liehr-2/+2
2025-02-01Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obkMatthias Krüger-56/+154
2025-02-01Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-deadMatthias Krüger-0/+28
2025-02-01Rollup merge of #136163 - uellenberg:driftsort-off-by-one, r=Mark-SimulacrumMatthias Krüger-0/+10
2025-02-01Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnrMatthias Krüger-38/+55
2025-02-01Rollup merge of #135840 - vayunbiyani:omit_intrinsic_unused_param_warning, r=...Matthias Krüger-14/+20
2025-01-31Rework "long type names" printing logicEsteban Küber-55/+95
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-183/+225
2025-01-31Ensure that we never try to monomorphize the upcasting of impossible dyn typesMichael Goulet-0/+26
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-38/+55
2025-01-31Enforce unsafe binders must be Copy (for now)Michael Goulet-39/+74
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-56/+119
2025-01-31Auto merge of #134424 - 1c3t3a:null-checks, r=saethlinbors-0/+88
2025-01-31Rollup merge of #136325 - compiler-errors:indirectly, r=RalfJungMatthias Krüger-0/+42
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-183/+183
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+88
2025-01-31update NLL `get_default` test for poloniusesRémy Rakic-12/+51
2025-01-31add explicit revisions to polonius testsRémy Rakic-14/+148
2025-01-31add explicit revisions to check-pass testsRémy Rakic-5/+16
2025-01-31merge duplicate issue-46589 testsRémy Rakic-38/+8
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-98/+199
2025-01-31Add amdgpu targetFlakebi-7/+28
2025-01-31Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhprattbors-44/+10
2025-01-31Rollup merge of #136313 - compiler-errors:too-many-args, r=lqdJacob Pratt-0/+31
2025-01-31Rollup merge of #136310 - lqd:long-types, r=compiler-errorsJacob Pratt-55/+73
2025-01-31Rollup merge of #132156 - estebank:closure-return, r=Nadrieril,compiler-errorsJacob Pratt-43/+95
2025-01-31Rollup merge of #136291 - lcnr:compare-mode, r=oli-obkJacob Pratt-44/+10
2025-01-30implement unstable `new_range` featurePeter Jaszkowiak-6/+115
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-325/+508
2025-01-30std::rangePeter Jaszkowiak-24/+24