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
2024-12-25
Improve rustdoc code
Guillaume Gomez
-3
/
+3
2024-12-17
Fix intra doc links not generated inside footnote definitions
Guillaume Gomez
-16
/
+50
2024-12-05
Turn `markdown_split_summary_and_content` into a method of `Markdown`
Guillaume Gomez
-46
/
+49
2024-12-05
Always display first line of impl blocks even when collapsed
Guillaume Gomez
-21
/
+74
2024-12-02
Remove static HashSet for default IDs list
Guillaume Gomez
-60
/
+56
2024-12-01
Store default ID map in a static
Guillaume Gomez
-3
/
+7
2024-12-01
Split ID maps in two parts: the constant one and the updated one
Guillaume Gomez
-61
/
+57
2024-12-01
Stop cloning `Context` so much
Guillaume Gomez
-49
/
+64
2024-11-28
Fix new clippy lints
Guillaume Gomez
-18
/
+15
2024-11-13
Fix duplicated footnote IDs
Guillaume Gomez
-16
/
+30
2024-10-19
rustdoc: Extract footnote logic into it's own module.
Alona Enraght-Moony
-79
/
+5
2024-10-16
rustdoc: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-10-08
Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle
bors
-48
/
+1
2024-10-07
Remove dead code
Guillaume Gomez
-48
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-4
/
+4
2024-09-29
Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...
Guillaume Gomez
-3
/
+3
2024-09-28
Improve mistyped docblock attribute warning messages
Guillaume Gomez
-31
/
+27
2024-09-28
Add warning if `standalone-crate` is mistyped
Guillaume Gomez
-0
/
+14
2024-09-28
Improve code for codeblock invalid attributes
Guillaume Gomez
-25
/
+18
2024-09-28
Rename `standalone` doctest attribute into `standalone-crate`
Guillaume Gomez
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-22
Strip last backline from non-rust code examples
Guillaume Gomez
-1
/
+3
2024-09-05
Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc
Matthias Krüger
-11
/
+62
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-20
rustdoc: consistentify `#TOC` and `#ModNav` to lowercase
Michael Howell
-2
/
+3
2024-08-20
rustdoc: show code spans as `<code>` in TOC
Michael Howell
-2
/
+27
2024-08-20
Add Top TOC support to rustdoc
Michael Howell
-11
/
+36
2024-08-20
Remove unneeded conversion to `DefId` for `ExtraInfo`
Guillaume Gomez
-24
/
+20
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-2
/
+2
2024-08-13
Improve code readability
Guillaume Gomez
-1
/
+1
2024-08-13
Rename `DocTest` into `DocTestBuilder`
Guillaume Gomez
-1
/
+1
2024-08-13
Correctly handle doctests with invalid AST
Guillaume Gomez
-1
/
+1
2024-08-13
Add new doc codeblock `standalone` attribute
Guillaume Gomez
-0
/
+6
2024-08-13
Split standalone and mergeable doctests
Guillaume Gomez
-2
/
+2
2024-08-13
Split doctests between standalone and mergeable ones
Guillaume Gomez
-2
/
+2
2024-08-13
Add `DocTest` type
Guillaume Gomez
-2
/
+3
2024-08-12
Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc
Guillaume Gomez
-1
/
+2
2024-08-08
rustdoc: do not run doctests with invalid langstrings
Michael Howell
-4
/
+16
2024-08-05
Unify run button display with "copy code" button and with mdbook buttons
Guillaume Gomez
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-14
/
+13
2024-06-30
rustdoc: update to pulldown-cmark 0.11
Michael Howell
-57
/
+54
2024-06-07
Move some arguments to fields and reorganize fields
Noah Lev
-2
/
+10
2024-06-07
rustdoc: Remove `DoctestVisitor::get_line`
Noah Lev
-1
/
+23
2024-06-07
rustdoc: Rename `Tester` to `DoctestVisitor`
Noah Lev
-4
/
+4
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-107
/
+18
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-4
/
+7
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-107
/
+18
2024-04-28
Remove direct dependencies on lazy_static, once_cell and byteorder
George Bateman
-3
/
+3
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-4
/
+4
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
[next]