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-12-15
Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors
Jubilee
-1
/
+1
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-1
/
+1
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-6
/
+4
2023-12-15
Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez
Guillaume Gomez
-0
/
+1
2023-12-12
Follow guidelines for lint suggestions
Guillaume Gomez
-9
/
+21
2023-12-12
Add `rustX` check to codeblock attributes lint
Guillaume Gomez
-0
/
+10
2023-12-12
Clean up CodeBlocks::next code
Guillaume Gomez
-38
/
+29
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-2
/
+2
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-4
/
+4
2023-11-03
clone less
Matthias Krüger
-2
/
+2
2023-10-29
feat: Add 'object-safety' ID to init_id_map() in rustdoc
Alexis (Poliorcetics) Bourget
-0
/
+1
2023-10-11
rustdoc: allow resizing the sidebar
Michael Howell
-0
/
+1
2023-09-27
rustdoc: while -> if
Matthias Krüger
-1
/
+1
2023-09-19
Allow more characters in custom classes
Guillaume Gomez
-9
/
+27
2023-09-18
Use old parser if `custom_code_classes_in_docs` feature is not enabled
Guillaume Gomez
-104
/
+135
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-16
/
+79
2023-09-15
Add `custom` tag for markdown codeblocks
Guillaume Gomez
-3
/
+5
2023-09-15
Update to new `emit_error` API
Guillaume Gomez
-8
/
+8
2023-09-15
Improve error emitting code
Guillaume Gomez
-6
/
+10
2023-09-15
Add eBNF and documentation on TagIterator
Guillaume Gomez
-0
/
+30
2023-09-15
Implement new eBNF for codeblock attributes
Guillaume Gomez
-83
/
+189
2023-09-15
Add support for double quotes in markdown codeblock attributes
Guillaume Gomez
-49
/
+72
2023-09-15
Implement custom classes for rustdoc code blocks with `custom_code_classes_in...
Guillaume Gomez
-45
/
+191
2023-09-11
Add missing ID into the ID map
Guillaume Gomez
-0
/
+1
2023-09-07
rustdoc: remove unused ID `mainThemeStyle`
Michael Howell
-1
/
+0
2023-08-18
narrow down the lint trigger constraint
Kyle Lin
-9
/
+26
2023-08-18
Fix resolution caching
Kyle Lin
-0
/
+1
2023-08-18
rework link parsing loop
Kyle Lin
-24
/
+65
2023-08-16
Use more named format args
Guillaume Gomez
-6
/
+6
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-16
/
+16
2023-07-30
Remove some unneeded `clone()` calls
Guillaume Gomez
-2
/
+0
2023-06-27
Replace `id` attribute with `name` for `<meta>` tag
Guillaume Gomez
-1
/
+0
2023-06-01
Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeG...
Dylan DPC
-5
/
+10
2023-05-30
rustdoc: Fix LinkReplacer link matching
benediktwerner
-5
/
+10
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
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
[next]