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
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
2021-03-05
Remove theme.js file creation and move its code inside main.js
Guillaume Gomez
-1
/
+0
2021-03-04
Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez
Yuki Okushi
-2
/
+2
2021-03-04
Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomez
Yuki Okushi
-2
/
+3
2021-03-02
Improve page load performance in rustdoc.
Jacob Hoffman-Andrews
-2
/
+2
2021-03-02
Load rustdoc's JS search index on-demand.
Jacob Hoffman-Andrews
-2
/
+3
2021-02-27
Add ARIA role to sidebar toggle in Rustdoc
Vincent Ambo
-1
/
+1
2021-01-30
rustdoc tweaking
bors
-15
/
+11
2021-01-21
Fix rustc::internal lints on rustdoc
Joshua Nelson
-2
/
+3
2021-01-18
Remove inline script tags
Guillaume Gomez
-4
/
+1
2020-12-13
Fixes submit event of the search input
Guillaume Gomez
-1
/
+1
2020-12-10
Make search results tab and help button focusable with keyboard
Guillaume Gomez
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-20
/
+20
2020-10-30
Add aria roles for theme picker menu
Michael Howell
-2
/
+2
2020-10-28
rustdoc: Fix some nits
Ian Jackson
-1
/
+1
[next]