about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-07-24Fix unused_parens false positiveBen Schulz-0/+9
2025-07-24MIR-build: No longer emit assumes in enum-as castingScott McMurray-30/+29
2025-07-24asm: Stabilize loongarch32WANG Rui-21/+126
2025-07-24Rollup merge of #144358 - JonathanBrouwer:fix-stability-malformed, r=oli-obkLeón Orell Valerian Liehr-10/+22
2025-07-24Rollup merge of #144335 - fmease:no-angle-no-colon, r=SparrowLiiLeón Orell Valerian Liehr-2/+20
2025-07-24Rollup merge of #144276 - cjgillot:no-hir-privacy, r=petrochenkovLeón Orell Valerian Liehr-47/+47
2025-07-24Rollup merge of #144240 - yuk1ty:false-sealed-traits-note-reported-in-another...León Orell Valerian Liehr-5/+32
2025-07-24Rollup merge of #144221 - usamoi:versym, r=bjorn3León Orell Valerian Liehr-0/+137
2025-07-24Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-deadLeón Orell Valerian Liehr-3/+2
2025-07-24Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkovLeón Orell Valerian Liehr-0/+14
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-440/+440
2025-07-24moved 35 tests to organized locationsKivooeo-0/+0
2025-07-24generate elf symbol version in raw-dylibusamoi-0/+137
2025-07-24Remove dead code and extend test coverage and diagnostics around itOli Scherer-8/+31
2025-07-23Auto merge of #144233 - cjgillot:unsat-mir, r=oli-obkbors-25/+94
2025-07-23Suggest unwrapping when private method name is available in inner typeEsteban Küber-2/+33
2025-07-23Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgrbors-2/+33
2025-07-23Upgrade semicolon_in_expressions_from_macros from warn to denyJosh Triplett-43/+40
2025-07-23Point at the type that doesn't impl `Clone` in more cases beyond closuresEsteban Küber-5/+7
2025-07-23Rollup merge of #144290 - makai410:summary-ups, r=jieyouxuMatthias Krüger-2/+2
2025-07-23Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJungMatthias Krüger-0/+31
2025-07-23Stop using the old `validate_attr` logic for stability attributesJonathan Brouwer-10/+22
2025-07-23add codegen test for variadics (also replacing some existing does-this-build ...Ralf Jung-59/+24
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-34/+123
2025-07-23Update uitest stderrsJonathan Brouwer-73/+260
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-38/+38
2025-07-23Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty bindingLeón Orell Valerian Liehr-2/+20
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-1/+1
2025-07-22Add a test case for ui test false-sealed-traits-note.rsyuk1ty-5/+32
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-1/+1
2025-07-22Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obkMatthias Krüger-0/+31
2025-07-22Rollup merge of #144082 - mladedav:dm/pub-priv-tests, r=petrochenkovMatthias Krüger-20/+223
2025-07-22update SUMMARY.mdMakai-2/+2
2025-07-22Use less HIR in check_private_in_public.Camille GILLOT-47/+47
2025-07-21Ensure we codegen and don't internalize the entrypointBen Kimock-0/+14
2025-07-21Use serde for target spec json deserializeNoratrieb-3/+2
2025-07-22Rollup merge of #144246 - jieyouxu:no-dual-test, r=lqd,RalfJung许杰友 Jieyou Xu (Joe)-10/+10
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-186/+222
2025-07-22Rollup merge of #143985 - makai410:rp-rename, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+3
2025-07-22Rollup merge of #143768 - Randl:const-try, r=oli-obk许杰友 Jieyou Xu (Joe)-230/+55
2025-07-22Rollup merge of #143430 - cjgillot:extra-lifetime-swap, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+32
2025-07-21Tweak spans when encountering multiline initializer in move errorEsteban Küber-15/+9
2025-07-21Generalize logic pointing at binding moved into closureEsteban Küber-51/+70
2025-07-21Tweak borrowck label pointing at `!Copy` value moved into closureEsteban Küber-2/+4
2025-07-21Dont ICE on copy error being suppressed due to overflowMichael Goulet-0/+31
2025-07-21Don't ICE on non-TypeId metadata within TypeIdOli Scherer-0/+31
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-230/+55
2025-07-21Stabilize const `TypeId::of`Oli Scherer-19/+12
2025-07-21Don't use another main test file as auxiliaryJieyou Xu-10/+10
2025-07-21Auto merge of #144238 - jhpratt:rollup-xb8aida, r=jhprattbors-51/+171