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.rs
Age
Commit message (
Expand
)
Author
Lines
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
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-03-08
Unify inherent impl blocks by wrapping them into a div
Guillaume Gomez
-0
/
+1
2022-02-16
Adopt let_else in even more places
est31
-3
/
+1
2022-02-09
Unify headings indent and remove useless anchor
Guillaume Gomez
-1
/
+1
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-12
/
+0
2022-01-15
Remove `collect`
Roc Yu
-3
/
+1
2021-12-28
Update pulldown-cmark version to 0.9
Guillaume Gomez
-8
/
+9
2021-12-02
Rename ID "main" into "main-content"
Guillaume Gomez
-1
/
+1
2021-11-18
rustdoc: Avoid using `Iterator::count()` where possible
Noah Lev
-1
/
+1
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-35
/
+26
2021-10-23
Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514
Matthias Krüger
-0
/
+1
2021-10-16
clippy::complexity changes
Matthias Krüger
-1
/
+1
2021-10-06
Move highlighting logic from JS to Rust
Will Crichton
-0
/
+1
2021-10-04
heading_level: u32 -> heading_offset: HeadingOffset
Mukund Lakshman
-13
/
+28
2021-10-04
No need to default offset since we always override it.
Mukund Lakshman
-2
/
+2
[prev]
[next]