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
/
layout.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-15
rustdoc-search: search backend with partitioned suffix tree
Michael Howell
-0
/
+1
2025-08-01
rustdoc font links only emit `crossorigin` when needed
Mingwei Samuel
-0
/
+29
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-1
/
+0
2025-05-26
Avoid some unnecessary cloning.
Nicholas Nethercote
-1
/
+0
2025-05-20
Get rid of unnecessary `BufDisplay` abstraction
Yotam Ofek
-18
/
+1
2025-04-03
Update to new rinja version (askama)
Guillaume Gomez
-1
/
+1
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-4
/
+21
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-1
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-1
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
rustdoc: use `<wbr>` in sidebar headers
Michael Howell
-0
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-07-23
Replace askama with rinja
Guillaume Gomez
-1
/
+1
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-5
/
+32
2023-10-08
rustdoc: clean up the layout for annotated version numbers
Michael Howell
-0
/
+1
2023-10-08
rustdoc: show crate name beside small logo
Michael Howell
-0
/
+1
2023-06-23
Link to the corresponding channel in the help popover
Guillaume Gomez
-0
/
+2
2023-01-30
rustdoc: remove meta keywords from HTML
Michael Howell
-1
/
+0
2022-11-09
Fix `rustdoc --version` when used with download-rustc
Joshua Nelson
-1
/
+1
2022-10-29
Move string literal into format string
Jacob Hoffman-Andrews
-1
/
+1
2022-10-29
Make --static-root-path point to static.files
Jacob Hoffman-Andrews
-3
/
+6
2022-10-29
rustdoc: add hash to filename of toolchain files
Jacob Hoffman-Andrews
-6
/
+8
2022-06-20
Improve loading of crates.js and sidebar-items.js
Jacob Hoffman-Andrews
-2
/
+0
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-22
/
+22
2022-01-10
Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...
Dirkjan Ochtman
-3
/
+0
2022-01-10
Address feedback
Dirkjan Ochtman
-4
/
+2
2022-01-10
Migrate rustdoc from Tera to Askama
Dirkjan Ochtman
-6
/
+7
2021-11-24
Consistentize the system for image URLs in CSS.
Jacob Hoffman-Andrews
-1
/
+2
2021-11-24
Move themes and version into rustdoc-vars
Jacob Hoffman-Andrews
-0
/
+3
2021-11-24
Simplify rendering of stylesheet links into HTML
Jacob Hoffman-Andrews
-15
/
+7
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-4
/
+2
2021-10-06
Move JS into a standalone file
Will Crichton
-0
/
+2
2021-06-20
Use Tera templates for rustdoc.
Jacob Hoffman-Andrews
-174
/
+40
2021-06-05
Add missing backslash in HTML layout string
Guillaume Gomez
-1
/
+1
2021-06-05
Escape <meta> content attribute value
Guillaume Gomez
-1
/
+1
2021-06-05
Rollup merge of #85503 - liigo:tooltips, r=GuillaumeGomez
Guillaume Gomez
-3
/
+3
2021-06-03
Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha
bors
-1
/
+1
2021-06-01
Add missing <title> in redirection page <head>
Guillaume Gomez
-0
/
+1
2021-05-31
* Put crates list at all levels
Guillaume Gomez
-1
/
+1
2021-05-20
rustdoc: add tooltips to some buttons
Liigo Zhuang
-3
/
+3
2021-05-11
Move global click handlers to per-element ones.
Jacob Hoffman-Andrews
-1
/
+1
2021-05-10
Use an SVG image for clipboard instead of unicode character
Guillaume Gomez
-1
/
+7
2021-04-20
Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomez
Dylan DPC
-1
/
+1
2021-04-19
rustdoc: Show nag box on IE10
Michael Howell
-1
/
+1
2021-04-19
Remove unused footer section
Guillaume Gomez
-1
/
+0
2021-04-14
Change root_path to static_root_path
Jacob Hoffman-Andrews
-1
/
+1
2021-04-13
Split search.js from search-index.js.
Jacob Hoffman-Andrews
-1
/
+2
2021-03-23
Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157
Yuki Okushi
-1
/
+0
2021-03-13
crates.js should use root_path and not static_root_path
Guillaume Gomez
-1
/
+1
[next]