about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-14Update uitestsJonathan Brouwer-2267/+2449
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-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
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-24/+64
2025-08-11Factor out InherentImplCannotUnsafeCameron Steffen-0/+4
2025-08-11Always attempt to invoke xcrun to get the Apple SDKMads Marquart-0/+33
2025-08-11Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomezbors-9/+47
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-41/+169
2025-08-11Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxubors-0/+11
2025-08-11fix testsEsteban Küber-12/+20
2025-08-11Add link to invalid `repr` errorEsteban Küber-0/+8
2025-08-11Add link to docs on malformed attributesEsteban Küber-0/+48
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-148/+547