| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove useless function call for keyword generation in rustdoc | Guillaume Gomez | -2/+1 |
| 2018-06-04 | Few improvements | Guillaume Gomez | -1/+1 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -54/+70 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -3/+22 |
| 2018-06-03 | Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+6 |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -13/+21 |
| 2018-06-02 | Fix run button style | Guillaume Gomez | -3/+6 |
| 2018-05-30 | Fixes some style issues in rustdoc "implementations on Foreign types" | Guillaume Gomez | -8/+33 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-23 | Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomez | kennytm | -0/+2 |
| 2018-05-21 | rustdoc: set tab width in rust source blocks | QuietMisdreavus | -0/+2 |
| 2018-05-20 | lexer: Fix span override for the first token in a string | Vadim Petrochenkov | -2/+2 |
| 2018-05-16 | Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton | bors | -1/+1 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -5/+8 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -1/+1 |
| 2018-05-15 | Inline get_type | varkor | -2/+5 |
| 2018-05-15 | Rename GenericParam to GenericParamDef | varkor | -4/+4 |
| 2018-05-15 | Rollup merge of #50691 - ollie27:rustdoc_pub_restricted, r=QuietMisdreavus | Guillaume Gomez | -2/+13 |
| 2018-05-15 | Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 | Guillaume Gomez | -12/+28 |
| 2018-05-15 | Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27 | bors | -73/+137 |
| 2018-05-12 | Use fullpath instead of recreating it | Guillaume Gomez | -4/+2 |
| 2018-05-12 | rustdoc: Add support for pub(restricted) | Oliver Middleton | -2/+13 |
| 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 | -26/+31 |
| 2018-05-12 | Remove extra span tags | Guillaume Gomez | -1/+11 |
| 2018-05-12 | Handle blur on theme buttons nicely | Guillaume Gomez | -1/+19 |
| 2018-05-12 | Add missing description in alias items | Guillaume Gomez | -3/+3 |
| 2018-05-12 | Improve alias rendering | Guillaume Gomez | -6/+16 |
| 2018-05-12 | Improve results | Guillaume Gomez | -26/+53 |
| 2018-05-12 | Add minification process | Guillaume Gomez | -12/+28 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -2/+2 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 2018-05-05 | Fix paths search | Guillaume Gomez | -1/+1 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-05-04 | Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi... | kennytm | -1/+1 |
| 2018-05-03 | Fix invalid path generation in rustdoc search | Guillaume Gomez | -1/+1 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 |
| 2018-04-30 | Rename "show type declaration" to "show declaration" | Guillaume Gomez | -1/+1 |
| 2018-04-27 | fix search load page failure | Guillaume Gomez | -1/+1 |
| 2018-04-27 | Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus | kennytm | -31/+59 |
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -31/+59 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+3 |
| 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 | -26/+231 |
| 2018-04-21 | remove unused condition | Guillaume Gomez | -5/+0 |