| Age | Commit message (Expand) | Author | Lines |
| 2017-11-29 | rustdoc: Fix issues with cross-crate inlined associated items | Oliver Middleton | -1/+2 |
| 2017-11-29 | Fix invalid HTML escape | Guillaume Gomez | -6/+7 |
| 2017-11-29 | Invert colors in important traits tooltip | Guillaume Gomez | -0/+6 |
| 2017-11-28 | link to never type docs | Andrew Cann | -1/+1 |
| 2017-11-26 | Fix global search | Guillaume Gomez | -227/+227 |
| 2017-11-25 | Auto merge of #46081 - GuillaumeGomez:fix-path-search, r=QuietMisdreavus | bors | -82/+141 |
| 2017-11-23 | Speedup search loading when search url is received | Guillaume Gomez | -2/+9 |
| 2017-11-22 | Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomez | bors | -4/+26 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -4/+26 |
| 2017-11-22 | Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavus | kennytm | -9/+19 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -10/+208 |
| 2017-11-20 | Strongly improve search path | Guillaume Gomez | -10/+37 |
| 2017-11-20 | Display negative traits implementation | Guillaume Gomez | -9/+19 |
| 2017-11-20 | Make rustdoc not include self-by-value methods from Deref target | Florian Hartwig | -5/+6 |
| 2017-11-19 | Fix path search in docs | Guillaume Gomez | -82/+114 |
| 2017-11-18 | Add tooltip for important traits display | Guillaume Gomez | -5/+11 |
| 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 | Add trait methods as well | Guillaume Gomez | -2/+10 |
| 2017-11-17 | Improve modal display and add JS events | Guillaume Gomez | -18/+89 |
| 2017-11-17 | First step for important traits UI | Guillaume Gomez | -14/+61 |
| 2017-11-17 | spotlight Iterator/Read/Write impls on function return types | QuietMisdreavus | -11/+77 |
| 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-13 | "Types/modules" in tab to "In name" | JRegimbal | -2/+2 |
| 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 |