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
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
2020-10-28
rustdoc: Provide a general --default-setting SETTING[=VALUE] option
Ian Jackson
-1
/
+1
2020-10-28
rustdoc: Provide a way to set the default settings from Rust code
Ian Jackson
-0
/
+8
2020-09-23
Use theme-adaptive SVG favicon from other Rust sites
Jarek Samic
-1
/
+3
2020-08-31
Fix strings indent
Guillaume Gomez
-2
/
+2
2020-08-11
Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514
Dylan DPC
-0
/
+1
2020-08-10
Add help button
Guillaume Gomez
-0
/
+1
2020-08-07
Only add a border for the rust logo
Guillaume Gomez
-1
/
+1
2020-07-12
Clean up handling of style files in rustdoc
Jarek Samic
-11
/
+14
2020-05-07
Merge aliases and search-index
Guillaume Gomez
-1
/
+0
2019-12-22
Format the world
Mark Rousskov
-68
/
+88
2019-11-20
Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomez
Mazdak Farrokhzad
-1
/
+2
2019-11-20
rustdoc: fixes #64305: disable search field instead of hidding it
Maxime “pep” Buquet
-1
/
+2
2019-11-18
Apply review comments
Guillaume Gomez
-4
/
+6
2019-10-27
reduce size of generated HTML files by moving the popup helper code to the JS
Guillaume Gomez
-55
/
+0
2019-10-26
Add more information on search
Guillaume Gomez
-0
/
+8
2019-09-13
Replace SlashChecker with ensure_trailing_slash
Mark Rousskov
-2
/
+2
2019-09-07
layout::render takes Print instead of fmt::Display
Mark Rousskov
-4
/
+3
2019-09-07
Implement Print for FnOnce(&mut Buffer)
Mark Rousskov
-1
/
+1
2019-09-07
Move sidebar to Buffer-printing
Mark Rousskov
-2
/
+3
[next]