about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-08-31Provide suggestion when encountering `match () { () => 1 } + match () { () =>...Esteban Küber-6/+24
2025-08-29Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxuMatthias Krüger-37/+41
2025-08-29Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxuMatthias Krüger-80/+66
2025-08-28Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomezbors-39/+51
2025-08-28Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmannGuillaume Gomez-36/+12
2025-08-28Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqkGuillaume Gomez-0/+22
2025-08-28Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmeaseGuillaume Gomez-3/+17
2025-08-28Update uitest stderrJonathan Brouwer-50/+4
2025-08-28Add another case to the bad-lit-suffixes testJonathan Brouwer-1/+23
2025-08-28Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e...bors-0/+161
2025-08-28Add tests for `doc(attribute = "...")` attributeGuillaume Gomez-3/+17
2025-08-28Rollup merge of #145941 - Urgau:int_to_ptr_transmutes-unsized, r=lcnrStuart Cook-0/+50
2025-08-28Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplettStuart Cook-3/+3
2025-08-28Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxuStuart Cook-19/+63
2025-08-28Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmannStuart Cook-364/+940
2025-08-28Auto merge of #145877 - nikic:capture-address, r=tmiaskobors-10/+25
2025-08-27Add test batch 2Oneirical-37/+41
2025-08-27Disable `int_to_ptr_transmutes` suggestion for unsized typesUrgau-0/+50
2025-08-27Changes to the uitestsJonathan Brouwer-364/+940
2025-08-27Rename `Location::file_with_nul` to `file_as_c_str`Alice Ryhl-3/+3
2025-08-27Auto merge of #145923 - matthiaskrgr:rollup-rkejtos, r=matthiaskrgrbors-0/+21
2025-08-27Rollup merge of #145905 - TaKO8Ki:fix-137580, r=nnethercoteMatthias Krüger-0/+21
2025-08-27Auto merge of #140737 - amandasystems:revised-constraint-search, r=lcnrbors-28/+25
2025-08-27remove old crash testTakayuki Maeda-2/+3
2025-08-27Add test batch 1Oneirical-80/+66
2025-08-27Auto merge of #144841 - cjgillot:typeck-no-attrs, r=davidtwcobors-0/+27
2025-08-26Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins`Matthew Maurer-0/+22
2025-08-26Rollup merge of #145792 - scrabsha:push-umpytyxunpxq, r=jdonszelmannSamuel Tardieu-171/+537
2025-08-26Rollup merge of #144499 - Enselic:ci-debuginfo-level-tests, r=davidtwcoSamuel Tardieu-3/+19
2025-08-26fix: Render continuation between no source labelsScott Schafer-1/+1
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+62
2025-08-26fix: Don't add an end column separator after a file with no sourceScott Schafer-18/+0
2025-08-27stop returning errors when format foreign has trailing dollarTakayuki Maeda-0/+20
2025-08-26Rollup merge of #145481 - mu001999-contrib:fix/closure-sugg, r=SparrowLiiGuillaume Gomez-2/+52
2025-08-26Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r...Guillaume Gomez-0/+2
2025-08-26Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhprattGuillaume Gomez-4/+3
2025-08-26Use captures(address) instead of captures(none) for indirect argsNikita Popov-10/+25
2025-08-26remove deprecated Error::description in implsMarijn Schouten-4/+3
2025-08-26Rollup merge of #144885 - zachs18:ptr_guaranteed_cmp_more, r=RalfJungStuart Cook-30/+192
2025-08-25Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwUbors-183/+225
2025-08-25Only consider auto traits empty for the purposes of omitting vptrs from subtr...Zachary S-0/+161
2025-08-25Use attribute name in message for "outer attr used as inner attr" errorsSasha Pourcelot-171/+537
2025-08-25change non-defining use error messagelcnr-6/+58
2025-08-25support non-defining uses in HIR typecklcnr-177/+167
2025-08-25Rollup merge of #145788 - JonathanBrouwer:proper-fix-for-macro-call-target, r...Stuart Cook-42/+302
2025-08-25Rollup merge of #145620 - compiler-errors:fake-dyn-to-dyn, r=lcnrStuart Cook-0/+16
2025-08-24Make sure to treat only param where clauses as inherentMichael Goulet-0/+196
2025-08-24Regression test for attributes on macro callsJonathan Brouwer-42/+302
2025-08-24Auto merge of #145384 - ywxt:parallel-tests, r=jieyouxubors-18/+705
2025-08-24fix ICE on stable related to attrs on macrosJana Dönszelmann-1/+46