| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Make "Implementations on Foreign Types" items in sidebar link to specific impls | Dmitry Murzin | -11/+19 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-26 | Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=Manishearth | Mazdak Farrokhzad | -26/+11 |
| 2019-04-26 | Rollup merge of #59734 - GuillaumeGomez:improve-rustdoc-failure, r=ollie27 | Mazdak Farrokhzad | -3/+4 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Improvement comment explanations | Guillaume Gomez | -2/+5 |
| 2019-04-24 | Remove useless code and update index page test | Guillaume Gomez | -25/+2 |
| 2019-04-24 | Prevent failure in case no space left on device in rustdoc | Guillaume Gomez | -3/+4 |
| 2019-04-23 | Fix index-page generation | Guillaume Gomez | -1/+6 |
| 2019-04-20 | Update Source Code Pro fonts to version 2.030 | Manish Goregaokar | -1/+1 |
| 2019-04-20 | Update Source Serif Pro fonts to version 2.010 | Manish Goregaokar | -1/+1 |
| 2019-04-15 | use --static-root-path for settings.js | QuietMisdreavus | -1/+2 |
| 2019-04-14 | Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril | bors | -8/+19 |
| 2019-04-14 | Rollup merge of #59890 - GuillaumeGomez:empty-json-variables, r=QuietMisdreavus | Mazdak Farrokhzad | -4/+15 |
| 2019-04-14 | Rollup merge of #59776 - GuillaumeGomez:apply-resource-suffix, r=QuietMisdreavus | Mazdak Farrokhzad | -4/+4 |
| 2019-04-14 | Rollup merge of #59855 - GuillaumeGomez:fix-attr-position-in-type-decl, r=Qui... | Mazdak Farrokhzad | -6/+3 |
| 2019-04-12 | Apply resource-suffix to search-index and source-files scripts as well | Guillaume Gomez | -4/+4 |
| 2019-04-12 | Don't generate empty json variables | Guillaume Gomez | -4/+15 |
| 2019-04-10 | Fix attributes position in type declaration | Guillaume Gomez | -6/+3 |
| 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 #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -1/+14 |
| 2019-03-29 | Support non-exhaustive enum variants in rustdoc. | David Wood | -1/+14 |
| 2019-03-27 | Speed up rustdoc run a bit | Guillaume Gomez | -38/+47 |
| 2019-03-26 | Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavus | Guillaume Gomez | -14/+28 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -7/+7 |
| 2019-03-23 | cleanup | Guillaume Gomez | -1/+0 |
| 2019-03-22 | Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb | Mazdak Farrokhzad | -5/+5 |
| 2019-03-21 | Fix invalid returned types generation | Guillaume Gomez | -6/+20 |
| 2019-03-21 | Add bounds for return types as well | Guillaume Gomez | -15/+12 |
| 2019-03-21 | Improve bounds search | Guillaume Gomez | -4/+5 |
| 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/+5 |
| 2019-03-18 | Rename external_typarams to external_param_names | varkor | -2/+2 |
| 2019-03-18 | Rename typarams to param_names | varkor | -3/+3 |
| 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-14 | Add default keyword handling in rustdoc | Guillaume Gomez | -3/+5 |
| 2019-03-13 | Revert "Don't generate minification variable if minification disabled" | Manish Goregaokar | -5/+1 |
| 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 | -84/+84 |
| 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 | -19/+23 |
| 2019-02-20 | Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, r=QuietMisdre... | kennytm | -2/+1 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -1/+2 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -10/+15 |
| 2019-02-15 | Add Const kind to rustdoc | varkor | -1/+2 |
| 2019-02-13 | Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez | Mazdak Farrokhzad | -7/+24 |