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
/
sources.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-30
Replace `rustc_span::Span` with a stripped down version for librustdoc's high...
Yotam Ofek
-1
/
+6
2025-08-15
rustdoc-search: search backend with partitioned suffix tree
Michael Howell
-0
/
+1
2025-06-20
Convert `ilog(10)` to `ilog10()`
Chai T. Rex
-1
/
+1
2025-05-20
Get rid of unnecessary `BufDisplay` abstraction
Yotam Ofek
-5
/
+3
2025-05-20
Make some fns return `fmt::Result` to get rid of a few `unwrap`s
Yotam Ofek
-8
/
+7
2025-04-03
Update to new rinja version (askama)
Guillaume Gomez
-1
/
+1
2025-03-04
`librustdoc`: 2024 edition! 🎊
Yotam Ofek
-1
/
+1
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-8
/
+10
2025-02-10
Move line numbers into the `<code>` directly
Guillaume Gomez
-7
/
+17
2025-01-22
rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it
Yotam Ofek
-5
/
+5
2025-01-22
rustdoc: pass around decoration info by ref
Yotam Ofek
-2
/
+2
2024-12-03
Rename `is_real_and_local` function into `filename_real_and_local`
Guillaume Gomez
-3
/
+4
2024-12-03
Improve code for FileName retrieval in rustdoc
Guillaume Gomez
-28
/
+21
2024-12-01
Move `SharedContext` out of `Rc`
Guillaume Gomez
-4
/
+2
2024-12-01
Stop cloning `Context` so much
Guillaume Gomez
-2
/
+2
2024-11-28
Fix new clippy lints
Guillaume Gomez
-3
/
+3
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-4
/
+4
2024-09-25
rm higher-ranked lifetimes from `DocVisitor`
Lukas Markeffsky
-2
/
+2
2024-09-23
Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez
Michael Goulet
-8
/
+27
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-10
rustdoc: redesign toolbar and disclosure widgets
Michael Howell
-8
/
+27
2024-09-07
Generate scraped examples buttons in JS
Guillaume Gomez
-1
/
+0
2024-09-05
Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle
Matthias Krüger
-19
/
+38
2024-08-31
Unify scraped examples with other code examples
Guillaume Gomez
-19
/
+38
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-16
/
+13
2024-07-23
Replace askama with rinja
Guillaume Gomez
-1
/
+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
-2
/
+6
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+1
2023-10-17
[RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...)
Urgau
-1
/
+2
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-1
/
+1
2023-08-16
Use more named format args
Guillaume Gomez
-2
/
+2
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-2
/
+1
2023-07-14
rustdoc: use `src` consistently over `source` in code
Michael Howell
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-03
rustdoc: migrate document functions to return a Display
Michael Howell
-3
/
+3
2023-03-23
Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomez
Dylan DPC
-31
/
+27
2023-03-16
clean up few alloc
klensy
-1
/
+1
2023-03-16
Render source page layout with Askama
clubby789
-31
/
+27
2023-01-30
rustdoc: remove meta keywords from HTML
Michael Howell
-2
/
+1
2023-01-06
Correctly render sidebar for relative module paths
clubby789
-16
/
+44
2022-12-10
Clean up lifetimes in rustdoc syntax highlighting
Nilstrieb
-1
/
+1
2022-11-19
rustdoc: use real buttons for scrape examples controls
Michael Howell
-2
/
+5
2022-11-12
rustdoc: avoid excessive HTML generated in example sources
Michael Howell
-5
/
+5
2022-10-31
rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`
Michael Howell
-10
/
+11
2022-10-29
Fix z-indexes of code example feature and cleanup its CSS
Guillaume Gomez
-2
/
+7
2022-09-26
rustdoc: give `.line-number` / `.line-numbers` meaningful names
Michael Howell
-1
/
+1
2022-09-15
rustdoc: use more precise URLs for jump-to-definition links
Michael Howell
-1
/
+4
[next]