| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| This reverts commit d79a01b72f4722611cb21b719e6243aad3e7ec3c. | ||||
| 2019-04-29 | Explicitly set height on rust logo <img> element in docs | Jakob Ståhl | -2/+2 | |
| The layout of the left side menu in docs reflows when navigating between pages because of missing height on the <img> element of rust logo. Setting height='100' tells the browser to reserve that vertical space, leading to a less janky experience. | ||||
| 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 | |
| Add no-crate filter option on rustdoc @onur asked me about it so here it is! r? @QuietMisdreavus | ||||
| 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 | |
| Greatly improve rustdoc rendering speed issues Fixes #55900. So a few improvements here: * we're switching to `DOMTokenList` API when available providing a replacement if it isn't (should only happen on safari and IE I think...) * hide doc sections by default to allow the whole HTML generation to happen in the background to avoid triggering DOM redraw all the times (which killed the performances) r? @QuietMisdreavus | ||||
| 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 | |
| [rustdoc] Specific crate search Reopening of #54706. Fixes #54616. <img width="1440" alt="screenshot 2018-11-29 at 01 29 11" src="https://user-images.githubusercontent.com/3050060/49191372-979adf80-f376-11e8-963e-e4feb927c1da.png"> r? @QuietMisdreavus | ||||
| 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 | |
| or "".into() | ||||
| 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 | |
| Add rustdoc settings menu Fixes #18167. r? @QuietMisdreavus | ||||
| 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 | |
| 2018-01-22 | Fasten up theme loading | Guillaume Gomez | -3/+4 | |
| 2018-01-22 | Change theme icon | Guillaume Gomez | -1/+2 | |
| 2018-01-21 | Add possibility to have multiple themes | Guillaume Gomez | -2/+6 | |
| 2018-01-15 | extended dt with kbd tags | Marcel Hellwig | -8/+10 | |
| removed styling of dt tages, which would make them look like keys and added <kbd> tag inside of dt tag. Added css style for kbd and removed some stylings for dt | ||||
| 2017-12-07 | Greatly improve sidebar when width < 700px | Guillaume Gomez | -0/+1 | |
| 2017-11-07 | Add "-" shortcut | Guillaume Gomez | -1/+1 | |
| 2017-10-19 | Auto merge of #45288 - GuillaumeGomez:tab-key-binding, r=QuietMisdreavus | bors | -0/+2 | |
| Save the highlighted item when switching tab To be merged after #45281. r? @rust-lang/docs | ||||
| 2017-10-14 | Fix arrow display | Guillaume Gomez | -2/+2 | |
| 2017-10-14 | Save current highlighted item in search tab | Guillaume Gomez | -0/+2 | |
| 2017-05-02 | Remove jquery dependency | Guillaume Gomez | -1/+0 | |
| 2017-03-28 | Make the rustdoc sidebar white on `src` pages | Wesley Wiser | -2/+2 | |
| Fixes #40724 | ||||
| 2016-12-19 | Don't @import normalize.css. | Clar Charr | -0/+1 | |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -9/+0 | |
| The main change is to stop using javascript to generate the URLs and use rustdoc instead. This also adds run buttons to the error index examples. | ||||
| 2016-10-05 | Fixes run button appearing when it shouldn't | Guillaume Gomez | -2/+2 | |
