summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2024-12-31chore: fix typosdxsullivan-1/+1
2024-12-31Unsafe binder support in rustdocMichael Goulet-0/+19
2024-12-26Adjust test for slightly changed inlining behaviorMichael Howell-1/+1
2024-12-26rustdoc: use shorter paths as preferred canonical pathsMichael Howell-0/+40
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-1/+31
2024-12-19Suppress `= _` on associated constants in implsDavid Tolnay-4/+7
2024-12-19Add test for rustdoc showing underscore as assoc const valueDavid Tolnay-0/+27
2024-12-19Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle许杰友 Jieyou Xu (Joe)-0/+24
2024-12-17Add regression test for #132208Guillaume Gomez-0/+24
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-2/+2
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-11-25Add regression test for prelude typesGuillaume Gomez-0/+23
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