| Age | Commit message (Expand) | Author | Lines |
| 2020-01-23 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -73/+108 |
| 2020-01-23 | format librustdoc | Mark Rousskov | -775/+839 |
| 2020-01-17 | rustdoc: Don't allow `#![feature(...)]` on stable or beta | Oliver Middleton | -2/+1 |
| 2019-12-16 | Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | Fix JS error when loading page with search | Guillaume Gomez | -1/+1 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-12 | replace serialize with serde in rustdoc | Andy Russell | -69/+123 |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -35/+6 |
| 2019-12-11 | Rollup merge of #67178 - GuillaumeGomez:move-non-clean-impls, r=kinnison | Yuki Okushi | -588/+608 |
| 2019-12-11 | Rollup merge of #67152 - GuillaumeGomez:sort-auto-impls, r=kinnison | Yuki Okushi | -6/+28 |
| 2019-12-10 | Remove tidy comment | Guillaume Gomez | -2/+0 |
| 2019-12-09 | Remove useless comment | Guillaume Gomez | -2/+0 |
| 2019-12-09 | Move RegionTarget and RegionDeps where they into clean/auto_trait | Guillaume Gomez | -14/+16 |
| 2019-12-09 | Remove unused imports | Guillaume Gomez | -10/+7 |
| 2019-12-09 | Fix usage of variants in clean/utils | Guillaume Gomez | -7/+7 |
| 2019-12-09 | Make utils module public | Guillaume Gomez | -19/+19 |
| 2019-12-09 | Fix missing imports | Guillaume Gomez | -1/+25 |
| 2019-12-09 | Remove functions from clean/mod.rs | Guillaume Gomez | -567/+0 |
| 2019-12-09 | Move clean functions to another file | Guillaume Gomez | -0/+568 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -35/+6 |
| 2019-12-08 | Auto merge of #66984 - GuillaumeGomez:move-clean-types, r=kinnison | bors | -1534/+1558 |
| 2019-12-08 | Sort auto trait and blanket implementations display | Guillaume Gomez | -6/+28 |
| 2019-12-07 | Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddyb | Yuki Okushi | -0/+6 |
| 2019-12-05 | Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnison | bors | -91/+14 |
| 2019-12-04 | Remove unused constant | Guillaume Gomez | -2/+0 |
| 2019-12-04 | Make Lifetime struct field public | Guillaume Gomez | -1/+1 |
| 2019-12-04 | Make some formatting improvements | Guillaume Gomez | -11/+4 |
| 2019-12-04 | Make some private methods public | Guillaume Gomez | -7/+7 |
| 2019-12-04 | fixup clean/types.rs imports | Guillaume Gomez | -48/+26 |
| 2019-12-04 | remove code that doesn't belong in clean/types.rs | Guillaume Gomez | -2975/+0 |
| 2019-12-04 | Remove potential cfgs duplicates | Guillaume Gomez | -0/+6 |
| 2019-12-03 | remove code that doesn't belong in clean/mod.rs anymore | Guillaume Gomez | -1534/+13 |
| 2019-12-03 | Create new types.rs file | Guillaume Gomez | -0/+4551 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -1/+1 |
| 2019-12-02 | Add missing backline | Guillaume Gomez | -1/+1 |
| 2019-12-02 | minify theme.js as well | Guillaume Gomez | -4/+3 |
| 2019-12-02 | Remove minification on search-index.js file | Guillaume Gomez | -85/+9 |
| 2019-12-02 | Add missing check | Guillaume Gomez | -1/+1 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -7/+8 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -6/+6 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1/+2 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -17/+20 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -1/+1 |
| 2019-11-27 | Use new ErrorKind enum | Guillaume Gomez | -10/+16 |
| 2019-11-27 | Replace Iterator::find calls with Iterator::any when better | Guillaume Gomez | -6/+5 |
| 2019-11-27 | Add support for intra-doc link fields of enum variant | Guillaume Gomez | -7/+60 |
| 2019-11-27 | little intra-doc code cleanup | Guillaume Gomez | -16/+11 |
| 2019-11-27 | Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn... | bors | -78/+211 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -3/+3 |
| 2019-11-26 | Have Queries own the GlobalCtxt. | Camille GILLOT | -1/+1 |