| Age | Commit message (Expand) | Author | Lines |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -15/+11 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -16/+16 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -5/+5 |
| 2018-07-22 | Improve code | Guillaume Gomez | -10/+1 |
| 2018-07-22 | Cleanup | Guillaume Gomez | -6/+0 |
| 2018-07-22 | Add filter over non generic impls | Guillaume Gomez | -1/+0 |
| 2018-07-22 | Working generic impl | Guillaume Gomez | -21/+25 |
| 2018-07-22 | some improvements | Guillaume Gomez | -3/+12 |
| 2018-07-22 | part 2 | Guillaume Gomez | -1/+5 |
| 2018-07-22 | First step to generic trait impls | Guillaume Gomez | -0/+1 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -4/+46 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -9/+66 |
| 2018-07-19 | Generate a page for existential types | Oliver Schneider | -4/+37 |
| 2018-07-19 | Updated FRU terminology. | David Wood | -1/+1 |
| 2018-07-18 | remove FIXME about macro redirects | QuietMisdreavus | -1/+0 |
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -18/+37 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+9 |
| 2018-07-12 | Moved non_exhaustive message to fields/variants section and onto type. | David Wood | -19/+18 |
| 2018-07-08 | Add setting to prevent doc auto-hide of trait implementations | Guillaume Gomez | -10/+14 |
| 2018-07-06 | Auto merge of #52088 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-07-06 | Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie... | bors | -7/+36 |
| 2018-07-06 | Rollup merge of #51793 - GuillaumeGomez:search-result-hover, r=QuietMisdreavus | kennytm | -1/+1 |
| 2018-07-05 | Simplified checking for non_exhaustive attribute. | David Wood | -1/+1 |
| 2018-07-05 | Auto merge of #51599 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavus | bors | -32/+53 |
| 2018-07-04 | Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomez | bors | -10/+10 |
| 2018-06-30 | Improved non_exhaustive message. | David Wood | -16/+29 |
| 2018-06-30 | reduce search-index size | Guillaume Gomez | -32/+53 |
| 2018-06-29 | Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez | bors | -4/+2 |
| 2018-06-28 | Prevent some markdown transformation on short docblocks | Guillaume Gomez | -7/+36 |
| 2018-06-27 | Include type in non-exhaustive message. Include new css in dark theme. | David Wood | -4/+6 |
| 2018-06-27 | Display #[non_exhaustive] in rustdoc on types. | David Wood | -1/+25 |
| 2018-06-26 | rustdoc codeblock hash escape | Lucas Morales | -10/+10 |
| 2018-06-26 | Fix variant background color on hover in search results | Guillaume Gomez | -1/+1 |
| 2018-06-25 | Minify css | Guillaume Gomez | -12/+31 |
| 2018-06-25 | Remove unused variable | Guillaume Gomez | -1/+0 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -26/+39 |
| 2018-06-22 | Fix rustdoc and remove default impl for FnHeader | Taylor Cramer | -5/+7 |
| 2018-06-22 | Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavus | bors | -7/+3 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -1/+2 |
| 2018-06-21 | Display async fn in rustdoc. | Without Boats | -3/+18 |
| 2018-06-21 | Parse async fn header. | Without Boats | -21/+16 |
| 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 |