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
2021-10-04
Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez
bors
-15
/
+8
2021-08-29
Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...
Guillaume Gomez
-43
/
+28
2021-08-21
Use the length limit as the initial capacity
Noah Lev
-1
/
+0
2021-08-19
Refactor Markdown length-limited summary implementation
Noah Lev
-43
/
+29
2021-08-19
[rustdoc] Wrap code blocks in <code> tag
Jakub Beránek
-1
/
+1
2021-08-05
Move extra arguments for highlight URL generation into a new ContextInfo stru...
Guillaume Gomez
-2
/
+0
2021-08-05
Add links on source types to go to definition
Guillaume Gomez
-0
/
+3
2021-07-26
Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514
Guillaume Gomez
-2
/
+2
2021-07-24
Flatten nested `format!` calls
Noah Lev
-2
/
+2
2021-07-24
Escape item search summaries
Noah Lev
-3
/
+2
2021-07-21
Don't render <table> in items' summary
Guillaume Gomez
-4
/
+11
2021-07-15
Fix misuse of rev attribute on <a> tag
Guillaume Gomez
-2
/
+1
2021-07-14
Fix display for non-rust code blocks
Guillaume Gomez
-18
/
+33
2021-07-04
Clean up rustdoc IDs
Guillaume Gomez
-4
/
+11
2021-06-18
Resolve intra-doc links in summary desc
Michael Howell
-4
/
+21
2021-05-11
Move global click handlers to per-element ones.
Jacob Hoffman-Andrews
-0
/
+1
2021-05-10
Fix line number not being clickable on source pages
Guillaume Gomez
-0
/
+1
2021-04-24
Revert "rustdoc: Hide `#text` in doc-tests"
David Hewitt
-13
/
+6
2021-04-22
rustdoc: Hide `#text` in doc-tests
Joshua Nelson
-6
/
+13
2021-04-03
Remove unneeded INITIAL_IDS const
Guillaume Gomez
-6
/
+9
2021-04-02
Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157
Yuki Okushi
-0
/
+1
2021-03-31
Add a button to copy the "use statement"
Guillaume Gomez
-0
/
+1
2021-03-28
Point to disambiguator instead of whole link
Camelid
-0
/
+1
2021-03-21
rustdoc: Replace pair of `Option`s with an enum
Camelid
-8
/
+11
2021-03-09
Treat header as first paragraph for shortened markdown descriptions
Michael Howell
-0
/
+1
2021-03-05
Don't unnecessarily clone some fields in `Context`
Camelid
-4
/
+0
2021-03-01
Move lint machinery into a separate file
Joshua Nelson
-1
/
+1
2021-03-01
Rename rustdoc lints to be a tool lint instead of built-in.
Joshua Nelson
-2
/
+1
2021-02-26
Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514
bors
-3
/
+29
2021-02-23
Rollup merge of #79423 - camelid:smart-punct, r=jyn514
Dylan DPC
-1
/
+2
2021-02-20
Cut off plain text descriptions after headers
Michael Howell
-0
/
+1
2021-02-12
[librustdoc] Reform lang string token splitting
Casey Rodarmor
-3
/
+29
2021-02-07
Enable smart punctuation
Camelid
-1
/
+2
2021-02-06
Enable 'task list' markdown extension
Joshua Nelson
-1
/
+4
2021-01-30
rustdoc tweaking
bors
-12
/
+17
2021-01-21
Fix rustc::internal lints on rustdoc
Joshua Nelson
-8
/
+8
2021-01-18
Remove inline script tags
Guillaume Gomez
-0
/
+2
2021-01-08
Use target in `Deref` method section IDs
J. Ryan Stinnett
-1
/
+0
2021-01-03
Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514
bors
-7
/
+17
2021-01-03
Only report reference-style link errors once
Dániel Buga
-7
/
+17
2021-01-03
Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...
Guillaume Gomez
-3
/
+9
2021-01-03
Create a "is_ignore" variable instead of doing the comparison multiple times
Guillaume Gomez
-3
/
+4
2021-01-02
Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514
bors
-71
/
+84
2021-01-02
Only use locate for borrowed strings
Dániel Buga
-7
/
+21
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-9
/
+4
2021-01-01
Add suggestion in case a "ignore" doc block has invalid rust code inside
Guillaume Gomez
-3
/
+8
2020-12-31
Collect links into a single vector
Dániel Buga
-7
/
+5
2020-12-31
Always provide a range
Dániel Buga
-7
/
+7
2020-12-31
Remove unnecessary scope
Dániel Buga
-36
/
+33
2020-12-31
Use ranges returned by pulldown
Dániel Buga
-31
/
+35
[next]