summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-04-16Don't collect return-position impl traits for documentationMichael Goulet-0/+15
2023-02-23rustdoc: avoid including `<li>` tags in item table short descMichael Howell-0/+10
2023-02-23Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddleMatthias Krüger-0/+26
2023-02-22Add test to ensure there are no duplicated importsGuillaume Gomez-0/+26
2023-02-22rustdoc: update test case with intra-doc link pointing to methodMichael Howell-4/+12
2023-02-22Rollup merge of #108310 - GuillaumeGomez:fix-reexports-duplicated-attributes,...Guillaume Gomez-0/+25
2023-02-21Add regression test for #108281Guillaume Gomez-0/+25
2023-02-20Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not...Matthias Krüger-0/+45
2023-02-20Add test for reexported hidden macroGuillaume Gomez-0/+22
2023-02-20Add regression test for #108231Guillaume Gomez-0/+23
2023-02-19Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...Guillaume Gomez-0/+28
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-43/+43
2023-02-18Add regression test for #107995Guillaume Gomez-0/+28
2023-02-16Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddleMatthias Krüger-0/+33
2023-02-15Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do...Guillaume Gomez-3/+10
2023-02-14Add test for reexports attr mergeGuillaume Gomez-0/+26
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-0/+17
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-5/+5
2023-02-12Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...Matthias Krüger-0/+6
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-0/+6
2023-02-11Rollup merge of #107897 - GuillaumeGomez:reexported-macros-docs, r=notriddleMatthias Krüger-0/+23
2023-02-11Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...Dylan DPC-27/+0
2023-02-10Add regression test for reexported macros docsGuillaume Gomez-0/+23
2023-02-09Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomezDylan DPC-14/+14
2023-02-07rustdoc: simplify DOM for `.item-table`Michael Howell-43/+43
2023-02-07rustdoc: use a newline instead of `<br>` to format code headersMichael Howell-22/+47
2023-02-04rustdoc: trait bound formattingRoland Strasser-10/+44
2023-02-03rustdoc: use the same URL escape rules for fragments as for examplesMichael Howell-14/+14
2023-02-03Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomezMichael Goulet-5/+5
2023-02-03Replace nbsp in all rustdoc code blocksMichael Howell-5/+5
2023-02-02Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors-1/+95
2023-01-31rustdoc: stop making unstable items transparentMichael Howell-5/+7
2023-01-31rustdoc: remove inconsistently-present sidebar tooltipsMichael Howell-27/+0
2023-01-31Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwUYuki Okushi-0/+17
2023-01-30Use ObligationCtxt::new_in_snapshot in satisfied_from_param_envMichael Goulet-0/+17
2023-01-30rustdoc: remove unnecessary wrapper div.item-decl from HTMLMichael Howell-253/+253
2023-01-28rustdoc: remove unused class `has-srclink`Michael Howell-86/+86
2023-01-27Add rustdoc test to ensure that items into a `doc(hidden)` block are handled ...Guillaume Gomez-0/+50
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-5/+5
2023-01-27Update rustdoc/redirect testGuillaume Gomez-1/+2
2023-01-27Add regression test for impl blocks in const exprGuillaume Gomez-0/+43
2023-01-27Add regression test for #107350Guillaume Gomez-0/+18
2023-01-27Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil...Yuki Okushi-18/+18
2023-01-27Rollup merge of #107284 - notriddle:notriddle/plus, r=jshaYuki Okushi-4/+4
2023-01-27Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomezYuki Okushi-5/+5
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-18/+18
2023-01-26rustdoc: use smarter encoding for playground URLMichael Howell-4/+4
2023-01-23rustdoc: rearrange HTML in primitive reference linksMichael Howell-4/+4
2023-01-23rustdoc: make item links consistently use `title="{shortty} {path}"`Michael Howell-5/+5
2023-01-19Revert "Add regression test for impl blocks in const expr"Guillaume Gomez-43/+0