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
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
2019-09-07
Remove unnecessary Buffer in layout::render
Mark Rousskov
-6
/
+2
2019-09-07
Move constant parameters to render to Layout struct
Mark Rousskov
-4
/
+8
2019-09-07
Create buffers in top-level rendering
Mark Rousskov
-5
/
+6
2019-09-07
Migrate top-level rendering to Buffer
Mark Rousskov
-4
/
+4
2019-04-29
Fix image position and display
Guillaume Gomez
-4
/
+2
2019-04-29
Wrap logo in container to prevent layout reflow
Jakob Ståhl
-2
/
+4
2019-04-29
Revert "Explicitly set height on rust logo <img> element in docs"
Jakob Ståhl
-2
/
+2
2019-04-29
Explicitly set height on rust logo <img> element in docs
Jakob Ståhl
-2
/
+2
2019-04-12
Apply resource-suffix to search-index and source-files scripts as well
Guillaume Gomez
-2
/
+2
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-4
/
+3
2019-02-01
Fix image link in the settings menu
Guillaume Gomez
-10
/
+18
2019-01-20
Add default favicon for documentation
Guillaume Gomez
-1
/
+3
2019-01-20
Add default rust logo for documentation
Guillaume Gomez
-1
/
+4
2018-12-29
Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus
bors
-8
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-24
Add no-crate filter option on rustdoc
Guillaume Gomez
-8
/
+17
2018-12-20
split extra_scripts to handle root_path shenanigans
QuietMisdreavus
-4
/
+10
2018-12-20
new --static-root-path flag for controlling static file locations
QuietMisdreavus
-14
/
+25
2018-12-15
Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavus
bors
-0
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-12-06
Show everything when noscript is on
Guillaume Gomez
-0
/
+1
2018-12-06
Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavus
Pietro Albini
-5
/
+13
2018-12-03
Don't generate suffix for source-file.js
Guillaume Gomez
-3
/
+2
2018-11-29
Add arrow to the crate select box
Guillaume Gomez
-0
/
+3
2018-11-28
Add crate filtering
Guillaume Gomez
-5
/
+10
2018-11-24
Source sidebar improvements
Guillaume Gomez
-2
/
+3
2018-11-24
Add source file sidebar
Guillaume Gomez
-1
/
+7
2018-10-17
[librustdoc] Disable spellcheck for search field
Alexander Komarov
-0
/
+1
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-3
/
+3
2018-07-25
Add missing dyn
Tatsuyuki Ishi
-2
/
+2
2018-04-27
fix search load page failure
Guillaume Gomez
-1
/
+1
2018-04-22
Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus
bors
-2
/
+6
2018-04-21
Generate alias file
Guillaume Gomez
-0
/
+1
2018-04-17
Add rustdoc settings menu
Guillaume Gomez
-2
/
+6
2018-04-14
Add doc
Guillaume Gomez
-0
/
+4
2018-04-14
Small size reduction
Guillaume Gomez
-122
/
+106
2018-03-29
Rename main theme into light theme
Guillaume Gomez
-1
/
+1
2018-03-05
Add resource-suffix option for rustdoc
Guillaume Gomez
-11
/
+16
2018-01-24
Few fixes for multiple themes support feature
Guillaume Gomez
-3
/
+5
2018-01-23
Fasten even more theme switch
Guillaume Gomez
-2
/
+11
[next]