| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Make GenericBound explicit | varkor | -2/+2 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -13/+13 |
| 2018-06-20 | Use ParamBounds in WhereRegionPredicate | varkor | -1/+1 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -13/+13 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -12/+12 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -5/+5 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -3/+3 |
| 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 | Greatly improve tables display in docs | Guillaume Gomez | -7/+3 |
| 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 |