summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2024-11-18Add regression test for jump to def links on items with genericsGuillaume Gomez-0/+14
2024-11-14Add regression test for #131946Guillaume Gomez-0/+20
2024-11-13Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddleMatthias Krüger-0/+41
2024-11-13Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddleMatthias Krüger-20/+10
2024-11-13Add regression test for #131901Guillaume Gomez-0/+41
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-20/+10
2024-11-10Rollup merge of #132871 - lolbinarycat:rustdoc-heterogeneous-first-paragraph-...Jacob Pratt-0/+11
2024-11-10add regression test for #85763binarycat-0/+11
2024-11-09Rollup merge of #132744 - lolbinarycat:test-90781, r=aDotInTheVoidMatthias Krüger-0/+78
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-13/+12
2024-11-07add regression test for #90781binarycat-0/+78
2024-11-06Clean middle generics using paren sugar if trait has rustc_paren_sugarMichael Goulet-0/+6
2024-11-04remove support for extern-block const intrinsicsRalf Jung-11/+17
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-2/+2
2024-11-03Yeet effects featureMichael Goulet-8/+3
2024-11-02rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-14/+100
2024-10-25Re-do recursive const stability checksRalf Jung-6/+0
2024-10-24Rollup merge of #132115 - bash:rustdoc-fake-variadic-wrapper, r=GuillaumeGome...Jubilee-0/+19
2024-10-24rustdoc: Extend fake_variadic to "wrapped" tuplesTau Gärtli-0/+19
2024-10-24Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratriebbors-0/+1
2024-10-24Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomezMatthias Krüger-29/+29
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-29/+29
2024-10-19Remove the Arc rt::init allocation for thread infoGnomedDev-0/+1
2024-10-17Dont consider predicates that may hold as impossible in is_impossible_associa...Michael Goulet-0/+8
2024-10-16Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgrbors-0/+26
2024-10-16rustdoc: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-30/+30
2024-10-14Add regression tests for #130233Guillaume Gomez-0/+26
2024-10-01Auto merge of #131076 - lukas-code:doc-stab2, r=notriddlebors-8/+41
2024-10-01Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid...bors-0/+20
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-8/+41
2024-09-24rustdoc: inherit parent's stability where applicableLukas Markeffsky-7/+42
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-44/+61
2024-09-23Tweak breadcrumbs listMichael Howell-21/+21
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-0/+20
2024-09-12rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2024-09-12Add URL and crate_name to test casesMichael Howell-7/+27
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-34/+51
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-10/+10
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-1/+1
2024-09-09Ban non-array SIMDScott McMurray-1/+1
2024-09-07add tests for behavior in rfc#3662EtomicBomb-0/+501
2024-09-05Add regression test for sidebar associated itemsGuillaume Gomez-0/+42
2024-09-05Make impl associated constants sorted firstGuillaume Gomez-7/+7
2024-09-05Add regression test for impl associated items sortingGuillaume Gomez-0/+42
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-1/+91
2024-08-27Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri...Matthias Krüger-1/+27
2024-08-25Add regression test for impl associated types source linkGuillaume Gomez-0/+26
2024-08-25Generate missing source link on impl associated typesGuillaume Gomez-1/+1
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-0/+17
2024-08-22Add regression test for #126796Guillaume Gomez-0/+27