about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
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
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-2/+0
2021-08-05Add links on source types to go to definitionGuillaume Gomez-0/+3
2021-07-26Pass correct line number for indented code blocks.Abdalrhman Mohamed-0/+6
2021-07-26Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514Guillaume Gomez-2/+2
2021-07-24Flatten nested `format!` callsNoah Lev-2/+2
2021-07-24Escape item search summariesNoah Lev-3/+2
2021-07-21Don't render <table> in items' summaryGuillaume Gomez-4/+11
2021-07-15Fix misuse of rev attribute on <a> tagGuillaume Gomez-2/+1
2021-07-14Fix display for non-rust code blocksGuillaume Gomez-18/+33
2021-07-04Clean up rustdoc IDsGuillaume Gomez-4/+11
2021-06-18Resolve intra-doc links in summary descMichael Howell-4/+21
2021-05-11Move global click handlers to per-element ones.Jacob Hoffman-Andrews-0/+1
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-0/+1
2021-04-24Revert "rustdoc: Hide `#text` in doc-tests"David Hewitt-13/+6
2021-04-22rustdoc: Hide `#text` in doc-testsJoshua Nelson-6/+13
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-6/+9
2021-04-02Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157Yuki Okushi-0/+1
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-0/+1
2021-03-28Point to disambiguator instead of whole linkCamelid-0/+1
2021-03-21rustdoc: Replace pair of `Option`s with an enumCamelid-8/+11
2021-03-09Treat header as first paragraph for shortened markdown descriptionsMichael Howell-0/+1
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-4/+0
2021-03-01Move lint machinery into a separate fileJoshua Nelson-1/+1
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-2/+1