| Age | Commit message (Expand) | Author | Lines |
| 2019-04-02 | Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -38/+47 |
| 2019-03-30 | Remove redundant import | Fabian Drinck | -2/+0 |
| 2019-03-30 | Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+8 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -1/+19 |
| 2019-03-29 | Collapse blanket impls in the same way as normal impls | Laurenz | -0/+8 |
| 2019-03-29 | Support non-exhaustive enum variants in rustdoc. | David Wood | -1/+19 |
| 2019-03-27 | Speed up rustdoc run a bit | Guillaume Gomez | -38/+47 |
| 2019-03-26 | Rollup merge of #59424 - GuillaumeGomez:fix-stability-css, r=QuietMisdreavus | Guillaume Gomez | -0/+8 |
| 2019-03-26 | Rollup merge of #59026 - GuillaumeGomez:search-tabs-header, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |
| 2019-03-26 | Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavus | Guillaume Gomez | -21/+51 |
| 2019-03-26 | Fix code block display in portability element in dark theme | Guillaume Gomez | -0/+8 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -7/+7 |
| 2019-03-23 | Add test | Guillaume Gomez | -6/+10 |
| 2019-03-23 | cleanup | Guillaume Gomez | -1/+0 |
| 2019-03-22 | Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb | Mazdak Farrokhzad | -29/+28 |
| 2019-03-21 | Fix invalid returned types generation | Guillaume Gomez | -6/+23 |
| 2019-03-21 | Add bounds for return types as well | Guillaume Gomez | -21/+24 |
| 2019-03-21 | Improve bounds search | Guillaume Gomez | -4/+5 |
| 2019-03-21 | Small generics search improvement | Guillaume Gomez | -1/+4 |
| 2019-03-21 | Greatly improve generics handling in rustdoc search | Guillaume Gomez | -5/+8 |
| 2019-03-21 | Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavus | bors | -3/+16 |
| 2019-03-18 | Make clean::Constant display respect f.alternate() | varkor | -1/+3 |
| 2019-03-18 | Fix indentation issue | varkor | -1/+1 |
| 2019-03-18 | Refactor `GenericArgs` to include const generics | varkor | -14/+5 |
| 2019-03-18 | Implement `Clean` for const generics | varkor | -0/+6 |
| 2019-03-18 | Rename external_typarams to external_param_names | varkor | -2/+2 |
| 2019-03-18 | Rename typarams to param_names | varkor | -13/+13 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -7/+7 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -1/+1 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -8/+6 |
| 2019-03-16 | Rollup merge of #59158 - Manishearth:fix-minification, r=GuillaumeGomez | kennytm | -5/+1 |
| 2019-03-16 | Rollup merge of #58873 - GuillaumeGomez:fix-auto-hide-method-doc, r=QuietMisd... | kennytm | -32/+37 |
| 2019-03-14 | Add default keyword handling in rustdoc | Guillaume Gomez | -3/+16 |
| 2019-03-13 | Revert "Don't generate minification variable if minification disabled" | Manish Goregaokar | -5/+1 |
| 2019-03-08 | Fix moving text in search tabs headers | Guillaume Gomez | -1/+1 |
| 2019-03-02 | Fix "Auto-hide item methods documentation" setting | Guillaume Gomez | -32/+37 |
| 2019-02-28 | print doc coverage as a table of individual item types | QuietMisdreavus | -1/+1 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -17/+5 |
| 2019-02-23 | Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=Manishearth | Mazdak Farrokhzad | -1/+5 |
| 2019-02-23 | Fix tidy check errors | Hirokazu Hata | -2/+7 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -147/+147 |
| 2019-02-22 | Don't generate minification variable if minification disabled | Guillaume Gomez | -1/+5 |
| 2019-02-20 | Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus | kennytm | -30/+38 |
| 2019-02-20 | Rollup merge of #58384 - GuillaumeGomez:fix-table-display, r=QuietMisdreavus | kennytm | -25/+6 |
| 2019-02-20 | Rollup merge of #58336 - GuillaumeGomez:fix-search-results-interactions, r=ol... | kennytm | -2/+2 |
| 2019-02-20 | Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, r=QuietMisdre... | kennytm | -11/+10 |
| 2019-02-19 | Fix tables display | Guillaume Gomez | -25/+6 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -1/+12 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -10/+15 |
| 2019-02-16 | Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus | kennytm | -1/+1 |