| Age | Commit message (Expand) | Author | Lines |
| 2018-03-01 | Remember state of top-level collapse toggle widget | Peter Lyons | -0/+6 |
| 2018-02-28 | Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, r=QuietMisd... | kennytm | -8/+0 |
| 2018-02-28 | Auto merge of #47894 - vi:rustdoc_foldable_impls, r=GuillaumeGomez,QuietMisdr... | bors | -50/+123 |
| 2018-02-20 | Allow to not switch to a theme if it doesn't exist | Guillaume Gomez | -8/+0 |
| 2018-02-18 | Fix inlining | Aaron Hill | -3/+8 |
| 2018-02-18 | Cleanup formatting | Aaron Hill | -6/+3 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -2/+17 |
| 2018-02-08 | Hide theme button under menu in mobile mode and fix top margin issue (in mobi... | Guillaume Gomez | -31/+6 |
| 2018-02-03 | Fix rendering issues on mobile | Guillaume Gomez | -0/+26 |
| 2018-02-01 | rustdoc: Fix erroneous collapsing of second+ inherent impl. | Vitaly _Vi Shukela | -2/+3 |
| 2018-02-01 | rustdoc: Auto-collapse all non-inherent impls | Vitaly _Vi Shukela | -0/+16 |
| 2018-01-31 | rustdoc: Fix some minor issues per reviewer | Vitaly _Vi Shukela | -15/+17 |
| 2018-01-31 | rustdoc: Fix tidy errors found by travis | Vitaly _Vi Shukela | -9/+9 |
| 2018-01-31 | rustdoc: Foldable impl blocks | Vitaly _Vi Shukela | -51/+105 |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-01-22 | Fix quoted search | Guillaume Gomez | -2/+2 |
| 2018-01-21 | Add possibility to have multiple themes | Guillaume Gomez | -1/+11 |
| 2018-01-12 | Prepare main.js for tests | Guillaume Gomez | -43/+39 |
| 2018-01-05 | Fix search bar defocus | Guillaume Gomez | -0/+4 |
| 2018-01-02 | Indentation fix | Johannes Boczek | -2/+2 |
| 2018-01-02 | Defocus search bar in rustdoc pages | Johannes Boczek | -0/+6 |
| 2017-12-20 | Fix sidebar on ios | Guillaume Gomez | -9/+17 |
| 2017-12-18 | Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |
| 2017-12-18 | Fix dynamic crates listing in doc sidebar | Guillaume Gomez | -1/+1 |
| 2017-12-15 | Improve results a bit | Guillaume Gomez | -2/+6 |
| 2017-12-15 | make doc search more relevant | Guillaume Gomez | -12/+7 |
| 2017-12-12 | Fix type filter in rustdoc js | Guillaume Gomez | -4/+4 |
| 2017-12-07 | Fix JS errors | Guillaume Gomez | -2/+8 |
| 2017-12-07 | Greatly improve sidebar when width < 700px | Guillaume Gomez | -1/+37 |
| 2017-12-07 | Auto merge of #46221 - GuillaumeGomez:doc-script-load-speedup, r=nrc | bors | -2/+9 |
| 2017-12-06 | Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavus | bors | -6/+6 |
| 2017-12-05 | Changed tab names to those agreed upon. | JRegimbal | -6/+6 |
| 2017-12-01 | Fix deduplication of items | Guillaume Gomez | -3/+10 |
| 2017-11-26 | Fix global search | Guillaume Gomez | -227/+227 |
| 2017-11-25 | Auto merge of #46081 - GuillaumeGomez:fix-path-search, r=QuietMisdreavus | bors | -82/+141 |
| 2017-11-23 | Speedup search loading when search url is received | Guillaume Gomez | -2/+9 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -0/+28 |
| 2017-11-20 | Strongly improve search path | Guillaume Gomez | -10/+37 |
| 2017-11-19 | Fix path search in docs | Guillaume Gomez | -82/+114 |
| 2017-11-18 | Add tooltip for important traits display | Guillaume Gomez | -1/+1 |
| 2017-11-18 | Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -45/+43 |
| 2017-11-17 | Improve modal display and add JS events | Guillaume Gomez | -1/+16 |
| 2017-11-17 | First step for important traits UI | Guillaume Gomez | -1/+16 |
| 2017-11-17 | spotlight Iterator/Read/Write impls on function return types | QuietMisdreavus | -3/+1 |
| 2017-11-17 | Fix primitive types not showing up | Guillaume Gomez | -45/+43 |
| 2017-11-15 | Support `extern type` in rustdoc. | kennytm | -1/+3 |
| 2017-11-13 | "Types/modules" in tab to "In name" | JRegimbal | -2/+2 |
| 2017-11-12 | Add "As parameters" items as well | Guillaume Gomez | -22/+25 |
| 2017-11-12 | Improve result output | Guillaume Gomez | -5/+8 |
| 2017-11-12 | Big JS optimization | Guillaume Gomez | -15/+11 |