| 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 #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 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -8/+8 |
| 2019-02-12 | respect alternate flag when formatting impl trait | Andy Russell | -19/+23 |
| 2019-02-11 | Update existing rustdoc test | varkor | -5/+7 |
| 2019-02-11 | Display "Deprecation planned" in rustdoc for future rustc deprecations | varkor | -9/+22 |
| 2019-02-11 | Don't display "Deprecated since" for non-rustc deprecated items | varkor | -2/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -8/+8 |
| 2019-02-10 | Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=Manishearth | Guillaume Gomez | -11/+31 |
| 2019-02-10 | Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomez | Guillaume Gomez | -3/+5 |
| 2019-02-10 | Remove spotlight for trait aliases and fix nits | Guillaume Gomez | -2/+2 |
| 2019-02-10 | Add trait alias support in rustdoc | Guillaume Gomez | -11/+31 |
| 2019-02-09 | put back macro redirect | Guillaume Gomez | -0/+9 |
| 2019-02-08 | Improve stability tags display | Guillaume Gomez | -2/+1 |
| 2019-02-07 | Rollup merge of #58143 - GuillaumeGomez:sort-elements-in-sidebar, r=QuietMisd... | Guillaume Gomez | -72/+84 |
| 2019-02-07 | Rollup merge of #58033 - euclio:rustdoc-tags, r=QuietMisdreavus | Guillaume Gomez | -7/+8 |
| 2019-02-07 | Rollup merge of #58028 - GuillaumeGomez:fix-settings-image-link, r=QuietMisdr... | Guillaume Gomez | -4/+16 |
| 2019-02-07 | Rollup merge of #57954 - euclio:rustdoc-stability, r=QuietMisdreavus | Guillaume Gomez | -4/+0 |
| 2019-02-06 | display sugared return types for async functions | Andy Russell | -3/+5 |
| 2019-02-04 | sort elements in the sidebar | Guillaume Gomez | -72/+84 |
| 2019-02-01 | Fix image link in the settings menu | Guillaume Gomez | -4/+16 |