about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
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
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-03-08Unify inherent impl blocks by wrapping them into a divGuillaume Gomez-0/+1
2022-02-16Adopt let_else in even more placesest31-3/+1
2022-02-09Unify headings indent and remove useless anchorGuillaume Gomez-1/+1
2022-01-28remove allow_fail test flagyuhaixin.hx-12/+0
2022-01-15Remove `collect`Roc Yu-3/+1
2021-12-28Update pulldown-cmark version to 0.9Guillaume Gomez-8/+9
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-1/+1
2021-11-18rustdoc: Avoid using `Iterator::count()` where possibleNoah Lev-1/+1
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-35/+26
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+1
2021-10-16clippy::complexity changesMatthias Krüger-1/+1
2021-10-06Move highlighting logic from JS to RustWill Crichton-0/+1
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-13/+28
2021-10-04No need to default offset since we always override it.Mukund Lakshman-2/+2