about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown
AgeCommit message (Expand)AuthorLines
2025-08-14rustdoc: Allow multiple references to a single footnoteTsukasa OI-9/+24
2025-07-03Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmannbors-2/+2
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-06-29Lazy-ify some markdown renderingYotam Ofek-7/+14
2025-03-27Remove and stabilize --enable-per-target-ignoresEric Huss-2/+2
2025-02-08Rustfmtbjorn3-8/+8
2024-12-31Fix typosericlehong-1/+1
2024-12-05Always display first line of impl blocks even when collapsedGuillaume Gomez-9/+16
2024-11-28Fix new clippy lintsGuillaume Gomez-1/+1
2024-11-14Fix handling of footnote reference in footnote definitionGuillaume Gomez-26/+34
2024-11-13Fix duplicated footnote IDsGuillaume Gomez-14/+19
2024-10-19rustdoc: Refractor footnote handlingAlona Enraght-Moony-36/+67
2024-10-19rustdoc: Extract footnote logic into it's own module.Alona Enraght-Moony-0/+82
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-11/+11
2024-09-22Strip last backline from non-rust code examplesGuillaume Gomez-4/+2
2024-08-08rustdoc: do not run doctests with invalid langstringsMichael Howell-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+4
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-5/+2
2024-02-17Fix non_local_definitions lint in rustdocUrgau-5/+0
2023-12-05Allow links in doc blocks headingsGuillaume Gomez-0/+7
2023-12-05Rework doc blocks headings by not turning them into links anymore and putting...Guillaume Gomez-12/+41
2023-09-19Allow more characters in custom classesGuillaume Gomez-3/+18
2023-09-17Update tests for `custom_code_classes_in_docs` featureGuillaume Gomez-2/+5
2023-09-15Add `custom` tag for markdown codeblocksGuillaume Gomez-0/+36
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-51/+38
2023-09-15Add support for double quotes in markdown codeblock attributesGuillaume Gomez-0/+12
2023-09-15Add tests for `custom_code_classes_in_docs` featureGuillaume Gomez-27/+104
2023-09-15Implement custom classes for rustdoc code blocks with `custom_code_classes_in...Guillaume Gomez-0/+24
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-1/+1
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-1/+1
2022-12-11Extend rustdoc hashtag prepended line testGuillaume Gomez-0/+8
2022-12-10Add test for non-rust code block hashtag prepended linesGuillaume Gomez-0/+37
2022-09-22rustdoc: fix unit testsMichael Howell-6/+5
2022-02-09Update rustdoc tests for headings indentGuillaume Gomez-34/+7
2022-02-09Unify headings indent and remove useless anchorGuillaume Gomez-10/+10
2022-01-28remove allow_fail test flagyuhaixin.hx-1/+0
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-4/+4
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-3/+3
2021-10-04No need to default offset since we always override it.Mukund Lakshman-2/+2
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-4/+20
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-16/+16
2021-09-08Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpiderbors-1/+23
2021-08-25Add tests for `HtmlWithLimit`Noah Lev-0/+2
2021-07-26Pass correct line number for indented code blocks.Abdalrhman Mohamed-1/+23
2021-07-24Escape item search summariesNoah Lev-1/+11
2021-06-18Update test cases for intra-doc links in summariesMichael Howell-1/+3
2021-03-09Treat header as first paragraph for shortened markdown descriptionsMichael Howell-0/+1
2021-03-05Undo addition of boxesCamelid-1/+0
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-9/+3
2021-02-26Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514bors-4/+42