index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
markdown
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
rustdoc: Allow multiple references to a single footnote
Tsukasa OI
-9
/
+24
2025-07-03
Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann
bors
-2
/
+2
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-2
/
+2
2025-06-29
Lazy-ify some markdown rendering
Yotam Ofek
-7
/
+14
2025-03-27
Remove and stabilize --enable-per-target-ignores
Eric Huss
-2
/
+2
2025-02-08
Rustfmt
bjorn3
-8
/
+8
2024-12-31
Fix typos
ericlehong
-1
/
+1
2024-12-05
Always display first line of impl blocks even when collapsed
Guillaume Gomez
-9
/
+16
2024-11-28
Fix new clippy lints
Guillaume Gomez
-1
/
+1
2024-11-14
Fix handling of footnote reference in footnote definition
Guillaume Gomez
-26
/
+34
2024-11-13
Fix duplicated footnote IDs
Guillaume Gomez
-14
/
+19
2024-10-19
rustdoc: Refractor footnote handling
Alona Enraght-Moony
-36
/
+67
2024-10-19
rustdoc: Extract footnote logic into it's own module.
Alona Enraght-Moony
-0
/
+82
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-11
/
+11
2024-09-22
Strip last backline from non-rust code examples
Guillaume Gomez
-4
/
+2
2024-08-08
rustdoc: do not run doctests with invalid langstrings
Michael Howell
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-5
/
+2
2024-02-17
Fix non_local_definitions lint in rustdoc
Urgau
-5
/
+0
2023-12-05
Allow links in doc blocks headings
Guillaume Gomez
-0
/
+7
2023-12-05
Rework doc blocks headings by not turning them into links anymore and putting...
Guillaume Gomez
-12
/
+41
2023-09-19
Allow more characters in custom classes
Guillaume Gomez
-3
/
+18
2023-09-17
Update tests for `custom_code_classes_in_docs` feature
Guillaume Gomez
-2
/
+5
2023-09-15
Add `custom` tag for markdown codeblocks
Guillaume Gomez
-0
/
+36
2023-09-15
Implement new eBNF for codeblock attributes
Guillaume Gomez
-51
/
+38
2023-09-15
Add support for double quotes in markdown codeblock attributes
Guillaume Gomez
-0
/
+12
2023-09-15
Add tests for `custom_code_classes_in_docs` feature
Guillaume Gomez
-27
/
+104
2023-09-15
Implement custom classes for rustdoc code blocks with `custom_code_classes_in...
Guillaume Gomez
-0
/
+24
2023-07-30
Remove some unneeded `clone()` calls
Guillaume Gomez
-1
/
+1
2023-02-11
rustdoc: account for intra-doc links in `<meta name="description">`
Michael Howell
-1
/
+1
2022-12-11
Extend rustdoc hashtag prepended line test
Guillaume Gomez
-0
/
+8
2022-12-10
Add test for non-rust code block hashtag prepended lines
Guillaume Gomez
-0
/
+37
2022-09-22
rustdoc: fix unit tests
Michael Howell
-6
/
+5
2022-02-09
Update rustdoc tests for headings indent
Guillaume Gomez
-34
/
+7
2022-02-09
Unify headings indent and remove useless anchor
Guillaume Gomez
-10
/
+10
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-1
/
+0
2021-12-02
Rename ID "main" into "main-content"
Guillaume Gomez
-4
/
+4
2021-10-04
heading_level: u32 -> heading_offset: HeadingOffset
Mukund Lakshman
-3
/
+3
2021-10-04
No need to default offset since we always override it.
Mukund Lakshman
-2
/
+2
2021-10-04
Change `Markdown(...)` to `Markdown { ... }`
Mukund Lakshman
-4
/
+20
2021-10-04
librustdoc: Use correct heading levels.
Mukund Lakshman
-16
/
+16
2021-09-08
Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider
bors
-1
/
+23
2021-08-25
Add tests for `HtmlWithLimit`
Noah Lev
-0
/
+2
2021-07-26
Pass correct line number for indented code blocks.
Abdalrhman Mohamed
-1
/
+23
2021-07-24
Escape item search summaries
Noah Lev
-1
/
+11
2021-06-18
Update test cases for intra-doc links in summaries
Michael Howell
-1
/
+3
2021-03-09
Treat header as first paragraph for shortened markdown descriptions
Michael Howell
-0
/
+1
2021-03-05
Undo addition of boxes
Camelid
-1
/
+0
2021-03-05
Don't unnecessarily clone some fields in `Context`
Camelid
-9
/
+3
2021-02-26
Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514
bors
-4
/
+42
[next]