| Age | Commit message (Expand) | Author | Lines |
| 2021-06-03 | rustdoc- Show defaults on const generics | Ellen | -3/+10 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -6/+8 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -12/+4 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -1/+1 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -9/+18 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -1/+1 |
| 2021-05-03 | Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514 | Dylan DPC | -2/+10 |
| 2021-05-02 | PR feedback | Scott McMurray | -6/+9 |
| 2021-05-02 | Rollup merge of #84763 - tdelabro:shrink-doctree-module, r=jyn514 | Dylan DPC | -2/+3 |
| 2021-05-01 | RustDoc: Fix bounds linking trait.Foo instead of traitalias.Foo | Scott McMurray | -1/+6 |
| 2021-05-01 | compute where_outer on demand, remove it from Module | Timothée Delabrouille | -2/+3 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -6/+0 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -7/+6 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -2/+4 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -5/+2 |
| 2021-04-25 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -2/+2 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -1/+1 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -5/+8 |
| 2021-04-25 | Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider | Yuki Okushi | -13/+8 |
| 2021-04-23 | Remove unused `impl Clean<ItemType> for DefKind` | Joshua Nelson | -6/+0 |
| 2021-04-23 | Take ItemType instead of TypeKind in record_extern_fqn | Joshua Nelson | -9/+10 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -6/+2 |
| 2021-04-22 | Remove `keywords` from ExternCrate | Joshua Nelson | -44/+1 |
| 2021-04-22 | Get rid of ExternCrate::primitives | Joshua Nelson | -72/+3 |
| 2021-04-22 | Remove `name` field from ExternalCrate | Joshua Nelson | -1/+0 |
| 2021-04-22 | Remove src field from ExternCrate | Joshua Nelson | -3/+1 |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -2/+2 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -1/+1 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -1/+1 |
| 2021-03-31 | Revert explicit lifetimes | Jack Huey | -160/+152 |
| 2021-03-31 | Track bound vars | Jack Huey | -152/+160 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -2/+0 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -6/+10 |
| 2021-03-24 | Rename clean::Constant did fields to def_id | Guillaume Gomez | -8/+6 |
| 2021-03-24 | Improve new Constant variants' name | Guillaume Gomez | -2/+2 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -15/+8 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -1/+1 |
| 2021-03-23 | Remove another unnecessary `Option` | Camelid | -1/+1 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -2/+2 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+1 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+1 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -10/+12 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -2/+2 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -1/+1 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -3/+0 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -7/+7 |
| 2021-02-20 | rustdoc: Remove unnecessary `Cell` around `param_env` | Camelid | -1/+1 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -126/+125 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -34/+28 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -2/+2 |