| Age | Commit message (Expand) | Author | Lines |
| 2020-05-26 | Reexported functions are now declared directly as "windows" field | Guillaume Gomez | -11/+6 |
| 2020-05-26 | Move "global" code into anonymous functions | Guillaume Gomez | -248/+258 |
| 2020-05-26 | Move focusSearchBar and defocusSearchBar functions to the top of the file wit... | Guillaume Gomez | -10/+11 |
| 2020-05-24 | Rollup merge of #72092 - workingjubilee:patch-2, r=GuillaumeGomez | Dylan DPC | -0/+9 |
| 2020-05-21 | Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison | Ralf Jung | -1/+1 |
| 2020-05-21 | Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou... | Ralf Jung | -0/+6 |
| 2020-05-21 | Fix anchor display when hovering impl | Guillaume Gomez | -1/+1 |
| 2020-05-19 | Fix going back in history to a search result page on firefox | Guillaume Gomez | -0/+6 |
| 2020-05-14 | * Update aliases data struct from HashMap to BTreeMap to have more determinis... | Guillaume Gomez | -3/+4 |
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -6/+14 |
| 2020-05-14 | Move doc alias discovery into the Attributes struct and some code improvements | Guillaume Gomez | -1/+1 |
| 2020-05-10 | Unblock font loading in rustdoc.css | Jubilee | -0/+9 |
| 2020-05-07 | Merge aliases and search-index | Guillaume Gomez | -39/+87 |
| 2020-05-07 | Improve doc alias JS code | Guillaume Gomez | -23/+50 |
| 2020-05-05 | Replace title "Methods" with "Implementations" | Guillaume Gomez | -1/+1 |
| 2020-04-07 | Extend sidebar scrollbar changes to all scrollbars | Guillaume Gomez | -13/+41 |
| 2020-04-07 | Improve scrollbar display in rustdoc | Guillaume Gomez | -0/+36 |
| 2020-03-28 | Fix rustdoc.css CSS tab-size property | 0xd4d | -2/+2 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -64/+66 |
| 2020-03-16 | Update src/librustdoc/html/static/main.js
| Guillaume Gomez | -1/+1 |
| 2020-03-16 | formatting | Guillaume Gomez | -6/+4 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -62/+66 |
| 2020-03-14 | Make ignore and compile fail signs more visible | Guillaume Gomez | -13/+21 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -187/+3 |
| 2020-02-15 | Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27 | bors | -8/+22 |
| 2020-02-11 | [ImgBot] Optimize images | ImgBotApp | -3/+3 |
| 2020-01-30 | rustdoc: emit JS paths for struct-like variants | Tom Jakubowski | -8/+22 |
| 2020-01-29 | Rollup merge of #68598 - GuillaumeGomez:fix-null-synthetic_implementors, r=ol... | Yuki Okushi | -14/+16 |
| 2020-01-28 | Fix null synthetic_implementors error | Guillaume Gomez | -14/+16 |
| 2020-01-26 | Fix run button positionning in case of scrolling | Guillaume Gomez | -1/+3 |
| 2020-01-20 | Remove usage of global variable "inlined_types" | Guillaume Gomez | -2/+18 |
| 2020-01-14 | Rollup merge of #68166 - ollie27:rustdoc_help_escape, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-01-12 | rustdoc: HTML escape arrows on help popup | Oliver Middleton | -2/+2 |
| 2020-01-09 | rustdoc: use another stability mark arrow, no rotate. | Liigo Zhuang | -3/+2 |
| 2020-01-09 | rustdoc: improve stability mark arrows | Liigo Zhuang | -4/+9 |
| 2019-12-22 | Fix invalid results showing back | Guillaume Gomez | -0/+4 |
| 2019-12-22 | Improve code readability | Guillaume Gomez | -43/+37 |
| 2019-12-22 | Improve JS code a bit by avoid erasing all event handlers | Guillaume Gomez | -4/+5 |
| 2019-12-15 | Fix JS error when loading page with search | Guillaume Gomez | -1/+1 |
| 2019-12-02 | Add missing check | Guillaume Gomez | -1/+1 |
| 2019-11-25 | Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2019-11-21 | Revert "Update Source Code Pro and include italics" | Guillaume Gomez | -10/+3 |
| 2019-11-20 | Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnison | Mazdak Farrokhzad | -15/+10 |
| 2019-11-20 | Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomez | Mazdak Farrokhzad | -5/+13 |
| 2019-11-20 | Rollup merge of #65665 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Mazdak Farrokhzad | -3/+10 |
| 2019-11-20 | Change background-color of search input if disabled | Guillaume Gomez | -0/+8 |
| 2019-11-20 | rustdoc: fixes #64305: disable search field instead of hidding it | Maxime “pep” Buquet | -5/+5 |
| 2019-11-19 | Rollup merge of #66430 - dns2utf8:fix_code_selection_click_handler, r=Guillau... | Mazdak Farrokhzad | -24/+37 |
| 2019-11-18 | Fix selected crate search filter | Guillaume Gomez | -15/+10 |
| 2019-11-15 | Prevent jumps when selecting one or many lines | Stefan Schindler | -0/+5 |