| Age | Commit message (Expand) | Author | Lines |
| 2018-10-21 | improve search tabs look | Guillaume Gomez | -23/+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-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 |
| 2018-08-25 | Add collapser for associated const | Guillaume Gomez | -4/+3 |
| 2018-08-25 | Don't show associated const value anymore | Guillaume Gomez | -0/+8 |
| 2018-08-25 | Expand a collapsed element on onclick | Kazuyoshi Kato | -16/+21 |
| 2018-08-25 | Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre... | bors | -10/+10 |
| 2018-08-23 | Check null-able variables before using them | Kazuyoshi Kato | -3/+2 |
| 2018-08-23 | Automatically expand a section even after page load | Kazuyoshi Kato | -16/+32 |
| 2018-08-22 | Search a substring instead of start of string in rustdoc search | Guillaume Gomez | -10/+10 |
| 2018-08-15 | restore the page title after escaping out of a search | Jack O'Connor | -0/+3 |
| 2018-08-15 | Fix links' color | Guillaume Gomez | -4/+4 |
| 2018-08-12 | Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavus | Guillaume Gomez | -4/+4 |
| 2018-08-11 | Fix styles | Guillaume Gomez | -4/+4 |
| 2018-08-10 | Remove unwanted console log | Guillaume Gomez | -1/+0 |
| 2018-08-09 | Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrc | kennytm | -0/+19 |
| 2018-08-05 | Automatically expand section if url id point to one of its component | Guillaume Gomez | -0/+19 |
| 2018-08-05 | Change rustdoc style so fully qualified names do not overlap src links | Mike Boutin | -5/+2 |
| 2018-08-04 | Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-08-04 | Rollup merge of #53047 - integer32llc:rustdoc-clicky-clicky, r=QuietMisdreavus | kennytm | -0/+5 |
| 2018-08-03 | Make left column of rustdoc search results narrower | Carol (Nichols || Goulding) | -1/+1 |
| 2018-08-03 | Make entire row of doc search results clickable | Carol (Nichols || Goulding) | -0/+5 |
| 2018-08-04 | Improve unstable message display | Guillaume Gomez | -0/+13 |
| 2018-08-03 | Fix invalid code css rule | Guillaume Gomez | -2/+2 |
| 2018-08-02 | Fix trait item doc setting, add new setting, start hiding elements by default... | Guillaume Gomez | -9/+32 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -6/+27 |
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -8/+25 |
| 2018-07-12 | Moved non_exhaustive message to fields/variants section and onto type. | David Wood | -2/+4 |
| 2018-07-08 | Add setting to prevent doc auto-hide of trait implementations | Guillaume Gomez | -10/+12 |