summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2023-05-26rustdoc: get unnormalized link destination for suggestionsMichael Howell-9/+111
2023-05-21rustdoc: include strikethrough in item summaryLukas Markeffsky-1/+9
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-2/+2
2023-04-16Spelling librustdocJosh Soref-1/+1
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-03-19Remove footnote references from doc summaryGuillaume Gomez-1/+13
2023-02-28Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum...bors-4/+4
2023-02-23rustdoc: avoid including `<li>` tags in item table short descMichael Howell-4/+1
2023-02-22rustdoc: reduce allocations when generating tooltipsMichael Howell-4/+4
2023-02-18doc links: Filter away autolinks in both rustc and rustdocVadim Petrochenkov-16/+8
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-29/+17
2023-02-18rustdoc: Do not use Footnotes and HeadingLinks when extracting doc linksVadim Petrochenkov-8/+3
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-5/+11
2023-02-12Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...Matthias Krüger-2/+11
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-2/+11
2023-02-11Rollup merge of #107909 - notriddle:notriddle/register-header-empty-cond, r=c...Matthias Krüger-5/+1
2023-02-10rustdoc: remove redundant `if s.is_empty()` from `find_testable_code`Michael Howell-5/+1
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-9/+1
2023-02-09Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomezDylan DPC-41/+2
2023-02-06Turn MarkdownWithToc into a struct with named fieldsGuillaume Gomez-9/+9
2023-02-03rustdoc: use the same URL escape rules for fragments as for examplesMichael Howell-41/+2
2023-01-27Remove from librustdoc and clippy tooScott McMurray-3/+3
2023-01-27Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomezYuki Okushi-32/+12
2023-01-26rustdoc: use smarter encoding for playground URLMichael Howell-1/+18
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-32/+12
2023-01-13Playground.crate_name String -> Symbolklensy-3/+3
2022-12-16Don't add "Read more" link if there is no extra contentGuillaume Gomez-6/+21
2022-12-13Improve rustdoc markdown variable namingGuillaume Gomez-5/+5
2022-12-10Don't take into account hashtag prepended lines if not in rust code blockGuillaume Gomez-3/+4
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-0/+1
2022-10-01rustdoc: adopt to the new lint APIMaybe Waffle-5/+2
2022-09-22rustdoc: clean up CSS/DOM for deprecation warningsMichael Howell-11/+8
2022-09-13rustdoc: clean up DOM by removing `.dockblock-short p`Michael Howell-1/+5
2022-08-11Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_...Matthias Krüger-1/+2
2022-08-11Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomezMatthias Krüger-15/+8
2022-08-10Add missing ID into the ID mapGuillaume Gomez-1/+2
2022-08-09rustdoc: simplify highlight.rsJacob Hoffman-Andrews-15/+8
2022-07-25Add a clickable link to the layout sectionest31-0/+1
2022-07-14Removed unused HTML IDsGuillaume Gomez-2/+0
2022-05-24fix simple clippy lintsklensy-6/+6
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-43/+46
2022-05-14Remove theme picker buttonGuillaume Gomez-2/+0
2022-04-30Move settings into full JSGuillaume Gomez-1/+4
2022-04-21Auto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkovbors-44/+48
2022-04-21rustdoc: Optimize IdMapJakub Beránek-44/+48
2022-04-20Remove `<>` links to be potential intra-doc linksGuillaume Gomez-1/+13
2022-04-19rustdoc: Cache preprocessed markdown linksVadim Petrochenkov-4/+6
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-2/+4
2022-04-09rustdoc: Reduce allocations in a `html::markdown` functionRoc Yu-7/+5
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-1/+1