| Age | Commit message (Expand) | Author | Lines |
| 2018-12-02 | Fix invalid line number match | Guillaume Gomez | -1/+1 |
| 2018-12-01 | Remove unneeded body class selector | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Add arrow to the crate select box | Guillaume Gomez | -1/+6 |
| 2018-11-28 | Add crate filtering | Guillaume Gomez | -20/+120 |
| 2018-11-28 | rustdoc: add margin-bottom spacing to nested lists | Lyndon Brown | -1/+1 |
| 2018-11-24 | Don't show file sidebar by default | Guillaume Gomez | -6/+6 |
| 2018-11-24 | Source sidebar improvements | Guillaume Gomez | -20/+31 |
| 2018-11-24 | Add source file sidebar | Guillaume Gomez | -57/+297 |
| 2018-11-21 | Improve no result found sentence in doc search | Guillaume Gomez | -6/+22 |
| 2018-11-15 | Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2018-11-13 | Change sidebar selector to fix compatibility with docs.rs | cynecx | -1/+1 |
| 2018-11-13 | Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd... | kennytm | -4/+9 |
| 2018-11-10 | Small fixes on code blocks in rustdoc | Guillaume Gomez | -4/+9 |
| 2018-11-07 | Remove intermediate font specs | Jon Gjengset | -5/+5 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -16/+75 |
| 2018-10-30 | Fix invalid "expand description" display | Guillaume Gomez | -8/+9 |
| 2018-10-29 | Fix source code pages in rustdoc | Guillaume Gomez | -2/+5 |
| 2018-10-29 | Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomez | Pietro Albini | -5/+0 |
| 2018-10-28 | Remove unreachable code in hasClass function in Rustdoc | Konrad Borowski | -5/+0 |
| 2018-10-27 | Fix sub-variant doc display | Guillaume Gomez | -8/+31 |
| 2018-10-26 | Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavus | kennytm | -9/+59 |
| 2018-10-22 | Fix multiple errors | Guillaume Gomez | -4/+14 |
| 2018-10-21 | improve search tabs look | Guillaume Gomez | -23/+14 |
| 2018-10-21 | Fix script to avoid displaying unnecessary items | Guillaume Gomez | -4/+8 |
| 2018-10-21 | Hide items if they use default docs | Guillaume Gomez | -4/+47 |
| 2018-10-21 | Improve stability messages display a bit | Guillaume Gomez | -12/+14 |
| 2018-10-16 | Move usableLocalStorage() above functions that make use of it | Roy Wellington Ⅳ | -15/+15 |
| 2018-10-15 | Extract localStorage tests out into a helper method; use in getCurrentValue() | Roy Wellington Ⅳ | -8/+20 |
| 2018-10-14 | Detect if access to localStorage is forbidden by the user's browser | Roy Wellington Ⅳ | -0/+6 |
| 2018-10-11 | Fix mobile doc display | Guillaume Gomez | -13/+24 |
| 2018-10-09 | Add line numbers option to rustdoc | Guillaume Gomez | -9/+59 |
| 2018-10-04 | rustdoc: overflow:auto doesn't work nicely on small screens | Kazuyoshi Kato | -1/+0 |
| 2018-09-29 | Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomez | kennytm | -1/+12 |
| 2018-09-25 | Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavus | Pietro Albini | -2/+5 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -1/+12 |
| 2018-09-24 | Fix JS error | Guillaume Gomez | -2/+5 |
| 2018-09-19 | Reduce code block sides padding | Guillaume Gomez | -1/+1 |
| 2018-09-14 | Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavus | bors | -9/+34 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -4/+11 |
| 2018-09-06 | Fix implementors generation as well | Guillaume Gomez | -3/+6 |
| 2018-09-06 | Fix hover on impls | Guillaume Gomez | -9/+15 |
| 2018-09-05 | Apply method docs collapse to all impl-items sections | Guillaume Gomez | -1/+3 |
| 2018-08-30 | Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=Q... | Pietro Albini | -0/+11 |
| 2018-08-29 | Fix UI issues on Implementations on Foreign types | Guillaume Gomez | -0/+11 |
| 2018-08-27 | Fix invalid display of unstable messages | Guillaume Gomez | -0/+5 |
| 2018-08-27 | Fix source automatic scroll | Guillaume Gomez | -0/+1 |
| 2018-08-26 | Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomez | Guillaume Gomez | -3/+2 |
| 2018-08-26 | Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez | Guillaume Gomez | -16/+36 |
| 2018-08-26 | Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet... | Guillaume Gomez | -0/+13 |
| 2018-08-25 | rustdoc: Fix gap on section anchor symbol when hovering. | Eric Huss | -3/+2 |