| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | Fix type filter in rustdoc js | Guillaume Gomez | -4/+4 |
| 2017-12-20 | Fix deduplication of items | Guillaume Gomez | -3/+10 |
| 2017-12-20 | Fix global search | Guillaume Gomez | -227/+227 |
| 2017-12-20 | Strongly improve search path | Guillaume Gomez | -10/+37 |
| 2017-12-20 | Fix path search in docs | Guillaume Gomez | -82/+114 |
| 2017-11-20 | Make rustdoc not include self-by-value methods from Deref target | Florian Hartwig | -5/+6 |
| 2017-11-18 | Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -45/+43 |
| 2017-11-18 | Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM... | bors | -3/+34 |
| 2017-11-17 | Fix primitive types not showing up | Guillaume Gomez | -45/+43 |
| 2017-11-15 | Escape doc root URLs | Laurentiu Nicola | -1/+1 |
| 2017-11-15 | Support `extern type` in rustdoc. | kennytm | -3/+34 |
| 2017-11-14 | Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomez | Guillaume Gomez | -5/+5 |
| 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 |
| 2017-11-12 | Add elements count in tab search title | Guillaume Gomez | -6/+13 |
| 2017-11-12 | JS big updates | Guillaume Gomez | -109/+254 |
| 2017-11-12 | Generate generics on search-index | Guillaume Gomez | -7/+29 |
| 2017-11-11 | Rollup merge of #45812 - GuillaumeGomez:links-and-search, r=QuietMisdreavus | Guillaume Gomez | -3/+31 |
| 2017-11-11 | Few improvements on search, history and title | Guillaume Gomez | -5/+10 |
| 2017-11-10 | Allow to go back to previous search | Guillaume Gomez | -0/+14 |
| 2017-11-08 | Rollup merge of #45849 - GuillaumeGomez:more-shortcut, r=QuietMisdreavus | Guillaume Gomez | -2/+4 |
| 2017-11-07 | Add more elements in the sidebar | Guillaume Gomez | -31/+139 |
| 2017-11-07 | Add "-" shortcut | Guillaume Gomez | -2/+4 |
| 2017-11-07 | Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus | bors | -4/+4 |
| 2017-11-06 | Fix navbar click while in a search | Guillaume Gomez | -0/+9 |
| 2017-11-06 | tweak notes on ignore/compile_fail examples | QuietMisdreavus | -5/+5 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -1/+1 |
| 2017-11-04 | Auto merge of #45617 - GuillaumeGomez:search-fixes, r=QuietMisdreavus | bors | -42/+112 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -0/+1 |
| 2017-11-03 | Copy `AsciiExt` methods to `char` directly | Lukas Kalbertodt | -1/+0 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -3/+3 |
| 2017-11-01 | Remove duplicated results in the search | Guillaume Gomez | -47/+88 |
| 2017-11-01 | fix function not appearing in first tab when appearing in another one. Thanks... | Guillaume Gomez | -1/+2 |
| 2017-11-01 | Be more flexible when looking for something by using levenshtein method | Guillaume Gomez | -8/+21 |
| 2017-11-01 | Better check for returned value | Guillaume Gomez | -0/+14 |
| 2017-11-01 | Keep displaying good information when query is made | Guillaume Gomez | -0/+1 |
| 2017-11-01 | Rollup merge of #45450 - GuillaumeGomez:overlap-link, r=QuietMisdreavus | kennytm | -1/+11 |
| 2017-11-01 | Auto merge of #45187 - GuillaumeGomez:doc-ui-improvement, r=QuietMisdreavus | bors | -48/+125 |
| 2017-10-29 | rustdoc: Fix duplicated impls with generics | Oliver Middleton | -4/+4 |
| 2017-10-28 | Fix weird bugs | Guillaume Gomez | -31/+43 |
| 2017-10-28 | Auto merge of #44295 - plietar:extern-types, r=arielb1 | bors | -2/+9 |
| 2017-10-28 | Rollup merge of #45421 - QuietMisdreavus:update-pulldown, r=steveklabnik | kennytm | -3/+3 |
| 2017-10-27 | Encode urls | Guillaume Gomez | -1/+17 |
| 2017-10-27 | Change sidebar items order | Guillaume Gomez | -3/+3 |
| 2017-10-27 | Improve sidebar rendering and add methods list | Guillaume Gomez | -20/+69 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -2/+9 |
| 2017-10-26 | Rollup merge of #45212 - GuillaumeGomez:sidebar-fixed, r=QuietMisdreavus | kennytm | -2/+3 |
| 2017-10-24 | Show src button and function version on mobile version | Guillaume Gomez | -2/+6 |
| 2017-10-24 | Fix the sidebar height | Guillaume Gomez | -2/+3 |