about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-11Rollup merge of #144966 - scrabsha:push-rozroqqmurvu, r=jdonszelmannGuillaume Gomez-9/+47
2025-08-11Rollup merge of #145225 - joshtriplett:infinite-print-no-semi, r=lqdStuart Cook-8/+8
2025-08-11Rollup merge of #145194 - compiler-errors:coro-witness-re, r=lcnrStuart Cook-0/+14
2025-08-11Rollup merge of #144156 - compiler-errors:dtorck-upvars, r=lcnrStuart Cook-0/+100
2025-08-11Rollup merge of #135331 - fmease:ban-assoc-ty-unbounds, r=lcnrStuart Cook-10/+26
2025-08-11Auto merge of #145236 - Zalathar:rollup-1ggbztv, r=Zalatharbors-32/+928
2025-08-11Rollup merge of #145227 - estebank:tweak-inference-span, r=joshtriplettStuart Cook-10/+40
2025-08-11Rollup merge of #144558 - estebank:issue-68119, r=lcnrStuart Cook-22/+888
2025-08-10Auto merge of #135846 - estebank:non-exhaustive-dfv-ctor-2, r=BoxyUwUbors-0/+144
2025-08-10Do not point at macro invocation when providing inference contextEsteban Küber-5/+1
2025-08-10Add test showing innecessary inference spanEsteban Küber-0/+42
2025-08-10Account for macros when trying to point at inference causeEsteban Küber-10/+2
2025-08-10Fix macro infinite recursion test to not trigger warning about semicolon in exprJosh Triplett-8/+8
2025-08-10Auto merge of #145223 - jhpratt:rollup-xcqbwqe, r=jhprattbors-54/+102
2025-08-10Rollup merge of #145064 - okaneco:saturating_sub_regression_tests, r=nikicJacob Pratt-0/+19
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-54/+83
2025-08-10Add support for method callsEsteban Küber-22/+684
2025-08-10Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a...Esteban Küber-21/+225
2025-08-10Detect struct construction with private field in field with defaultEsteban Küber-0/+144
2025-08-10Auto merge of #144544 - JonathanBrouwer:illformed-in-deps, r=traviscrossbors-0/+176
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-54/+83
2025-08-10Auto merge of #145210 - Zalathar:rollup-dm4reb2, r=Zalatharbors-118/+937
2025-08-10Rollup merge of #145191 - dianne:fix-borrow-suggestion-args, r=compiler-errorsStuart Cook-0/+31
2025-08-10Rollup merge of #145112 - dpaoliello:raw-dylib-link-ordinal, r=jieyouxuStuart Cook-2/+3
2025-08-10Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxuStuart Cook-30/+154
2025-08-10Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=AmanieuStuart Cook-41/+157
2025-08-10Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726Stuart Cook-45/+592
2025-08-10Auto merge of #145144 - scottmcm:unsigned_overflow_intr, r=nikicbors-16/+22
2025-08-10Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependenciesJonathan Brouwer-0/+176
2025-08-10Ignore coroutine witness type region args in auto trait confirmationMichael Goulet-0/+14
2025-08-09`suggest_borrow_generic_arg`: use the correct generic argsdianne-0/+31
2025-08-09Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercotebors-13/+18
2025-08-09commentsKivooeo-30/+96
2025-08-09Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalatharbors-64/+396
2025-08-09remove `P`Deadbeef-13/+18
2025-08-08Stop using uadd.with.overflowScott McMurray-16/+22
2025-08-09Rollup merge of #145124 - compiler-errors:for-eq, r=lqdStuart Cook-15/+25
2025-08-09Rollup merge of #145119 - makai410:pretty-fix, r=compiler-errorsStuart Cook-2/+2
2025-08-09Rollup merge of #145115 - lcnr:less-borrowck-tainting, r=compiler-errorsStuart Cook-37/+123
2025-08-09Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycatStuart Cook-0/+47
2025-08-09Rollup merge of #145082 - nnethercote:macro-stats-fix-widths, r=petrochenkovStuart Cook-5/+32
2025-08-09Rollup merge of #145050 - lcnr:add-opaque-type-tests, r=lqdStuart Cook-1/+101
2025-08-09Rollup merge of #145017 - pmur:murp/s390x-improve-asm-test, r=nnethercoteStuart Cook-1/+1
2025-08-09Rollup merge of #144883 - scottmcm:remove-unneeded-drop_in_place, r=nnethercoteStuart Cook-0/+37
2025-08-09Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...Stuart Cook-3/+28
2025-08-09Auto merge of #143376 - dianne:guard-scope, r=matthewjasperbors-0/+88
2025-08-09Auto merge of #145086 - jdonszelmann:revert-allow-internal-unsafe, r=Kobzolbors-9/+6
2025-08-09Add regression test for doc alias matching vs equivalently matched itemsGuillaume Gomez-0/+47
2025-08-08Rollup merge of #144649 - estebank:issue-144602, r=lcnrTrevor Gross-15/+106
2025-08-08Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkovTrevor Gross-16/+411