summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2022-12-12Don'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
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-12/+30
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-8/+13
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-15/+8
2021-09-10Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121Manish Goregaokar-2/+41
2021-09-10Rollup merge of #88632 - camelid:md-opts, r=CraftSpiderManish Goregaokar-9/+14
2021-09-08Wrap <table> elements into <div> to prevent breaking layout and widthGuillaume Gomez-2/+41
2021-09-08Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpiderbors-0/+6
2021-09-03Enable all main body Markdown options for summariesNoah Lev-2/+6
2021-09-03Use `summary_opts()` for Markdown summariesNoah Lev-8/+9
2021-08-29Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...Guillaume Gomez-43/+28
2021-08-21Use the length limit as the initial capacityNoah Lev-1/+0
2021-08-19Refactor Markdown length-limited summary implementationNoah Lev-43/+29
2021-08-19[rustdoc] Wrap code blocks in <code> tagJakub Beránek-1/+1