about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-16old testcase outputMu001999-0/+48
2025-08-14Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzolbors-196/+156
2025-08-14Rollup merge of #145403 - shepmaster:grammar, r=estebankJakub Beránek-60/+60
2025-08-14Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxuJakub Beránek-12/+38
2025-08-14Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-...Jakub Beránek-8/+10
2025-08-14Rollup merge of #137872 - estebank:extra-vert, r=compiler-errorsJakub Beránek-116/+48
2025-08-14Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmannbors-2267/+2449
2025-08-14Adjust error message grammar to be less awkwardJake Goulding-60/+60
2025-08-14Update uitestsJonathan Brouwer-2267/+2449
2025-08-14Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscrossbors-7/+1
2025-08-14Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726Guillaume Gomez-7/+23
2025-08-14Rollup merge of #145361 - xizheyin:145294, r=compiler-errorsGuillaume Gomez-0/+47
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-24/+42
2025-08-14Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmannGuillaume Gomez-0/+28
2025-08-14Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum...Guillaume Gomez-1/+24
2025-08-14resolve: Improve code reuse in typo candidate collectionVadim Petrochenkov-6/+16
2025-08-14resolve: Do not show deprecated helper attributes in typo recommendationsVadim Petrochenkov-1/+7
2025-08-14rustdoc: Allow multiple references to a single footnoteTsukasa OI-1/+24
2025-08-14Add regression test for a former ICE involving helper attributes containing i...León Orell Valerian Liehr-0/+28
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-18/+102
2025-08-14Stabilize `sse4a` and `tbm` target featuressayantn-7/+1
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-24/+42
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-16/+86
2025-08-13Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi...Guillaume Gomez-0/+3
2025-08-13Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwcoGuillaume Gomez-0/+5
2025-08-13Suppress wrapper suggestion when expected and actual ty are the same adt and ...xizheyin-8/+0
2025-08-13Add test suggest-add-wrapper-issue-145294xizheyin-0/+55
2025-08-13resolve: Improve diagnostics for ambiguities in extern preludeVadim Petrochenkov-10/+2
2025-08-13resolve: Split extern prelude into two scopesVadim Petrochenkov-18/+110
2025-08-13Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLiibors-57/+73
2025-08-13Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzolbors-194/+341
2025-08-13Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmeaseJakub Beránek-194/+341
2025-08-13Auto merge of #145093 - nikic:dead-on-return, r=nnethercotebors-5/+36
2025-08-13Fix pgo testsywxt-5/+21
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-52/+52
2025-08-12Remove unused must_useMichael Goulet-194/+341
2025-08-12Detect and report macro kind mismatches early, and more preciselyJosh Triplett-8/+86
2025-08-12Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macrosJosh Triplett-8/+0
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-1/+1
2025-08-12Rollup merge of #145251 - tiif:support_trait, r=BoxyUwUStuart Cook-6/+57
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-201/+792
2025-08-12Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmeaseStuart Cook-0/+22
2025-08-12Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkovStuart Cook-10/+51
2025-08-12Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmannStuart Cook-6/+9
2025-08-12Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease...Stuart Cook-0/+6
2025-08-12Rollup merge of #144386 - camsteffen:imploftrait, r=fmeaseStuart Cook-39/+87
2025-08-12Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercoteStuart Cook-0/+33
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-1/+1
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-1/+1
2025-08-11Tweak trait modifier errorsCameron Steffen-28/+32