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
/
render
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-13
Fix duplicated footnote IDs
Guillaume Gomez
-2
/
+2
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-7
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-10
Auto merge of #129337 - EtomicBomb:rfc, r=notriddle
bors
-84
/
+91
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-1
/
+1
2024-09-07
rfc#3662 changes under unstable flags
EtomicBomb
-84
/
+91
2024-09-05
Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc
Matthias Krüger
-2
/
+4
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-20
rustdoc: add test case for modnav position when TOC is off
Michael Howell
-5
/
+2
2024-08-20
rustdoc: add separate section for module items
Michael Howell
-3
/
+6
2024-08-20
Add configuration options to hide TOC or module navigation
Michael Howell
-0
/
+1
2024-08-20
Add Top TOC support to rustdoc
Michael Howell
-1
/
+2
2024-08-07
add blank line, remove extraneous comment
EtomicBomb
-1
/
+0
2024-08-07
initial implementation of mergable rustdoc cci
EtomicBomb
-8
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+5
2024-07-23
Replace askama with rinja
Guillaume Gomez
-1
/
+1
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+3
2024-04-09
rustdoc: load icons from css instead of inline
Michael Howell
-1
/
+1
2024-01-10
Shorten some error invocations.
Nicholas Nethercote
-2
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-8
/
+13
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+1
2023-10-22
Revert "rustdoc: factor all-impls-for-item out into its own method"
Michael Howell
-45
/
+2
2023-10-22
Revert "rustdoc: filter before storing in vec"
Michael Howell
-10
/
+4
2023-10-08
rustdoc: clean up the In [name] up-pointer
Michael Howell
-1
/
+2
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-5
/
+7
2023-10-08
rustdoc: clean up the layout for annotated version numbers
Michael Howell
-1
/
+5
2023-10-08
rustdoc: show crate name beside small logo
Michael Howell
-3
/
+3
2023-09-15
rustdoc: merge theme css into rustdoc.css
Michael Howell
-12
/
+3
2023-09-13
Merge settings.css into rustdoc.css
Guillaume Gomez
-3
/
+0
2023-09-10
rustdoc: filter before storing in vec
Michael Howell
-4
/
+10
2023-09-09
rustdoc: factor all-impls-for-item out into its own method
Michael Howell
-2
/
+45
2023-08-23
Add unstable `--no-html-source` rustdoc flag
Guillaume Gomez
-1
/
+2
2023-08-16
Use more named format args
Guillaume Gomez
-4
/
+9
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-12
/
+7
2023-07-30
Remove some unneeded `clone()` calls
Guillaume Gomez
-1
/
+1
2023-07-18
Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...
bors
-1
/
+1
2023-07-14
Correctly handle `--document-hidden-items`
Guillaume Gomez
-1
/
+1
2023-07-14
Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co...
Guillaume Gomez
-6
/
+1
2023-07-13
Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle
Matthias Krüger
-1
/
+6
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+5
2023-07-12
Add jump to doc
Guillaume Gomez
-1
/
+6
2023-06-20
Fix invalid creation of files in rustdoc
Guillaume Gomez
-7
/
+34
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-5
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-16
Spelling librustdoc
Josh Soref
-5
/
+5
2023-03-16
clean up few alloc
klensy
-1
/
+1
2023-03-11
Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomez
Matthias Krüger
-12
/
+17
2023-03-10
Render doc sidebar using Askama
clubby789
-12
/
+17
2023-03-09
Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum...
Matthias Krüger
-2
/
+26
[next]