| Age | Commit message (Expand) | Author | Lines |
| 2018-09-29 | Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomez | kennytm | -1/+4 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -1/+4 |
| 2018-09-24 | Fix JS error | Guillaume Gomez | -2/+5 |
| 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/+3 |
| 2018-09-06 | Fix implementors generation as well | Guillaume Gomez | -3/+6 |
| 2018-09-05 | Apply method docs collapse to all impl-items sections | Guillaume Gomez | -1/+3 |
| 2018-08-27 | Fix source automatic scroll | Guillaume Gomez | -0/+1 |
| 2018-08-26 | Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez | Guillaume Gomez | -16/+36 |
| 2018-08-25 | Add collapser for associated const | Guillaume Gomez | -4/+3 |
| 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-10 | Remove unwanted console log | Guillaume Gomez | -1/+0 |
| 2018-08-05 | Automatically expand section if url id point to one of its component | Guillaume Gomez | -0/+19 |
| 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 | -3/+20 |
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -3/+20 |
| 2018-07-08 | Add setting to prevent doc auto-hide of trait implementations | Guillaume Gomez | -10/+12 |
| 2018-06-30 | reduce search-index size | Guillaume Gomez | -19/+27 |
| 2018-06-25 | Remove unused variable | Guillaume Gomez | -1/+0 |
| 2018-06-18 | Extend collision prevention to every type | Guillaume Gomez | -5/+1 |
| 2018-06-16 | Fix macro missing from doc search | Guillaume Gomez | -1/+4 |
| 2018-06-15 | Fix search fn keyword | Guillaume Gomez | -1/+5 |
| 2018-06-13 | Don't auto-hide inherent impls even if `rustdoc-collapse == true`. | kennytm | -24/+25 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -5/+10 |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -10/+8 |
| 2018-05-30 | Fixes some style issues in rustdoc "implementations on Foreign types" | Guillaume Gomez | -2/+8 |
| 2018-05-15 | Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 | Guillaume Gomez | -2/+2 |
| 2018-05-12 | Use fullpath instead of recreating it | Guillaume Gomez | -4/+2 |
| 2018-05-12 | Fix invalid deduplication | Guillaume Gomez | -8/+1 |
| 2018-05-12 | Fix items counts in search results | Guillaume Gomez | -12/+15 |
| 2018-05-12 | Reduce js files size | Guillaume Gomez | -20/+21 |
| 2018-05-12 | Remove extra span tags | Guillaume Gomez | -1/+11 |
| 2018-05-12 | Improve alias rendering | Guillaume Gomez | -1/+1 |
| 2018-05-12 | Improve results | Guillaume Gomez | -26/+49 |
| 2018-05-12 | Add minification process | Guillaume Gomez | -2/+2 |
| 2018-05-05 | Fix paths search | Guillaume Gomez | -1/+1 |
| 2018-04-30 | Rename "show type declaration" to "show declaration" | Guillaume Gomez | -1/+1 |
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -31/+57 |
| 2018-04-25 | Some JS improvements | Guillaume Gomez | -32/+24 |
| 2018-04-23 | fix search bar bug | Guillaume Gomez | -10/+18 |
| 2018-04-22 | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus | bors | -15/+11 |
| 2018-04-21 | remove unused condition | Guillaume Gomez | -5/+0 |
| 2018-04-21 | fix invalid items removal | Guillaume Gomez | -2/+4 |
| 2018-04-21 | Add aliases in the search as well | Guillaume Gomez | -3/+13 |
| 2018-04-21 | Add specific never search | Guillaume Gomez | -1/+6 |