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
/
render
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-47
/
+37
2025-07-17
Improve path segment joining.
Nicholas Nethercote
-2
/
+2
2025-06-19
rustdoc: Remove `FormatRenderer::cache`
Alona Enraght-Moony
-4
/
+0
2025-06-11
Avoid more clones in rustdoc JSON output.
Nicholas Nethercote
-1
/
+1
2025-06-10
Simplify `JsonRenderer`.
Nicholas Nethercote
-1
/
+1
2025-05-26
Rename some methods.
Nicholas Nethercote
-4
/
+4
2025-05-20
Get rid of unnecessary `BufDisplay` abstraction
Yotam Ofek
-5
/
+2
2025-05-20
Make some fns return `fmt::Result` to get rid of a few `unwrap`s
Yotam Ofek
-1
/
+1
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-6
/
+6
2025-04-10
make `AllTypes::print` return `impl fmt::Display`
Yotam Ofek
-9
/
+1
2025-04-03
Update to new rinja version (askama)
Guillaume Gomez
-1
/
+1
2025-02-23
return `impl fmt::Display` in more places instead of writing to strings
Yotam Ofek
-3
/
+2
2025-02-14
librustdoc: lazily format some paths
Yotam Ofek
-6
/
+6
2025-02-14
librustdoc: make `item_path` formatting lazy
Yotam Ofek
-7
/
+12
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-32
/
+35
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-2
/
+2
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-02
rustdoc: Rename set_back_info to restore_module_data.
Alona Enraght-Moony
-1
/
+1
2024-12-01
Fix link to `FormatRenderer` method
Guillaume Gomez
-1
/
+1
2024-12-01
Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere...
Guillaume Gomez
-3
/
+3
2024-12-01
Add documentation for new `FormatRenderer` trait items
Guillaume Gomez
-0
/
+6
2024-12-01
Move `SharedContext` out of `Rc`
Guillaume Gomez
-25
/
+20
2024-12-01
Split ID maps in two parts: the constant one and the updated one
Guillaume Gomez
-6
/
+0
2024-12-01
Stop cloning `Context` so much
Guillaume Gomez
-32
/
+43
2024-11-28
Fix new clippy lints
Guillaume Gomez
-4
/
+4
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
[next]