| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Don't apply impl block collapse rules to trait impls | Guillaume Gomez | -8/+9 |
| 2019-02-04 | Prevent automatic collapse of methods impl blocks | Guillaume Gomez | -2/+20 |
| 2019-01-17 | End fixing search index minification | Guillaume Gomez | -2/+2 |
| 2019-01-15 | Rollup merge of #57614 - GuillaumeGomez:fix-crate-filtering, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Fix crates filtering box not being filled | Guillaume Gomez | -1/+1 |
| 2019-01-13 | Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+10 |
| 2019-01-10 | Re-enable history api on file:// protocol | Guillaume Gomez | -2/+1 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -3/+5 |
| 2018-12-27 | Simplify foreign type rendering. | John Heitmann | -1/+10 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -12/+0 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -3/+5 |
| 2018-12-16 | Fix js errors | Guillaume Gomez | -2/+2 |
| 2018-12-06 | Show 'loading content' when loading content | Guillaume Gomez | -4/+9 |
| 2018-12-06 | cleanup | Guillaume Gomez | -57/+37 |
| 2018-12-06 | Prevent lazy iterations over DOM | Guillaume Gomez | -105/+99 |
| 2018-12-06 | Greatly improve rustdoc rendering speed issues | Guillaume Gomez | -497/+587 |
| 2018-12-06 | Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavus | Pietro Albini | -16/+83 |
| 2018-12-05 | Rollup merge of #56523 - JohnHeitmann:es6, r=GuillaumeGomez | Pietro Albini | -2/+6 |
| 2018-12-05 | Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavus | Pietro Albini | -1/+10 |
| 2018-12-04 | Added a bare-bones eslint config (removing jslint) | John Heitmann | -2/+6 |
| 2018-11-28 | Add crate filtering | Guillaume Gomez | -16/+83 |
| 2018-11-24 | Add source file sidebar | Guillaume Gomez | -53/+13 |
| 2018-11-21 | Improve no result found sentence in doc search | Guillaume Gomez | -1/+10 |
| 2018-11-10 | Small fixes on code blocks in rustdoc | Guillaume Gomez | -4/+4 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -0/+44 |
| 2018-10-30 | Fix invalid "expand description" display | Guillaume Gomez | -8/+9 |
| 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 | -7/+10 |
| 2018-10-22 | Fix multiple errors | Guillaume Gomez | -4/+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 | -0/+30 |
| 2018-10-09 | Add line numbers option to rustdoc | Guillaume Gomez | -9/+33 |
| 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 |