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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-26
rustdoc: get unnormalized link destination for suggestions
Michael Howell
-9
/
+111
2023-05-21
rustdoc: include strikethrough in item summary
Lukas Markeffsky
-1
/
+9
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-2
/
+2
2023-04-16
Spelling librustdoc
Josh Soref
-1
/
+1
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-03-19
Remove footnote references from doc summary
Guillaume Gomez
-1
/
+13
2023-02-28
Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum...
bors
-4
/
+4
2023-02-23
rustdoc: avoid including `<li>` tags in item table short desc
Michael Howell
-4
/
+1
2023-02-22
rustdoc: reduce allocations when generating tooltips
Michael Howell
-4
/
+4
2023-02-18
doc links: Filter away autolinks in both rustc and rustdoc
Vadim Petrochenkov
-16
/
+8
2023-02-18
rustdoc: Cleanup broken link callbacks
Vadim Petrochenkov
-29
/
+17
2023-02-18
rustdoc: Do not use Footnotes and HeadingLinks when extracting doc links
Vadim Petrochenkov
-8
/
+3
2023-02-13
rustdoc: add more tooltips to intra-doc links
Michael Howell
-5
/
+11
2023-02-12
Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...
Matthias Krüger
-2
/
+11
2023-02-11
rustdoc: account for intra-doc links in `<meta name="description">`
Michael Howell
-2
/
+11
2023-02-11
Rollup merge of #107909 - notriddle:notriddle/register-header-empty-cond, r=c...
Matthias Krüger
-5
/
+1
2023-02-10
rustdoc: remove redundant `if s.is_empty()` from `find_testable_code`
Michael Howell
-5
/
+1
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-9
/
+1
2023-02-09
Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez
Dylan DPC
-41
/
+2
2023-02-06
Turn MarkdownWithToc into a struct with named fields
Guillaume Gomez
-9
/
+9
2023-02-03
rustdoc: use the same URL escape rules for fragments as for examples
Michael Howell
-41
/
+2
2023-01-27
Remove from librustdoc and clippy too
Scott McMurray
-3
/
+3
2023-01-27
Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez
Yuki Okushi
-32
/
+12
2023-01-26
rustdoc: use smarter encoding for playground URL
Michael Howell
-1
/
+18
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-32
/
+12
2023-01-13
Playground.crate_name String -> Symbol
klensy
-3
/
+3
2022-12-16
Don't add "Read more" link if there is no extra content
Guillaume Gomez
-6
/
+21
2022-12-13
Improve rustdoc markdown variable naming
Guillaume Gomez
-5
/
+5
2022-12-10
Don't take into account hashtag prepended lines if not in rust code block
Guillaume Gomez
-3
/
+4
2022-10-15
rustdoc: make the help button a link to a page
Michael Howell
-0
/
+1
2022-10-01
rustdoc: adopt to the new lint API
Maybe Waffle
-5
/
+2
2022-09-22
rustdoc: clean up CSS/DOM for deprecation warnings
Michael Howell
-11
/
+8
2022-09-13
rustdoc: clean up DOM by removing `.dockblock-short p`
Michael Howell
-1
/
+5
2022-08-11
Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_...
Matthias Krüger
-1
/
+2
2022-08-11
Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez
Matthias Krüger
-15
/
+8
2022-08-10
Add missing ID into the ID map
Guillaume Gomez
-1
/
+2
2022-08-09
rustdoc: simplify highlight.rs
Jacob Hoffman-Andrews
-15
/
+8
2022-07-25
Add a clickable link to the layout section
est31
-0
/
+1
2022-07-14
Removed unused HTML IDs
Guillaume Gomez
-2
/
+0
2022-05-24
fix simple clippy lints
klensy
-6
/
+6
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-43
/
+46
2022-05-14
Remove theme picker button
Guillaume Gomez
-2
/
+0
2022-04-30
Move settings into full JS
Guillaume Gomez
-1
/
+4
2022-04-21
Auto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov
bors
-44
/
+48
2022-04-21
rustdoc: Optimize IdMap
Jakub Beránek
-44
/
+48
2022-04-20
Remove `<>` links to be potential intra-doc links
Guillaume Gomez
-1
/
+13
2022-04-19
rustdoc: Cache preprocessed markdown links
Vadim Petrochenkov
-4
/
+6
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-2
/
+4
2022-04-09
rustdoc: Reduce allocations in a `html::markdown` function
Roc Yu
-7
/
+5
2022-03-10
Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...
Dylan DPC
-1
/
+1
[next]