| Age | Commit message (Expand) | Author | Lines |
| 2021-07-13 | Remove trival `impl Clean for CrateNum` | Joshua Nelson | -7/+1 |
| 2021-07-13 | Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpider | Yuki Okushi | -45/+0 |
| 2021-07-07 | Only show restricted pub use | Guillaume Gomez | -1/+2 |
| 2021-07-07 | Fix reexports visibility | Guillaume Gomez | -20/+5 |
| 2021-07-07 | Unify macro source display | Guillaume Gomez | -27/+5 |
| 2021-07-07 | Fix rendering of reexported macros 2.0 | Guillaume Gomez | -0/+18 |
| 2021-07-05 | rustdoc: Remove unused Clean impls | Joshua Nelson | -45/+0 |
| 2021-07-05 | Remove `impl Clean for {Ident, Symbol}` | Joshua Nelson | -14/+0 |
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -15/+6 |
| 2021-06-26 | Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG... | bors | -3/+18 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -58/+26 |
| 2021-06-18 | rustdoc: Render `<Self as X>::Y` type casts properly across crate bounds | Justus K | -3/+18 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in trait objects | Justus K | -5/+16 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in front of where bound | Justus K | -2/+9 |
| 2021-06-16 | Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd | Yuki Okushi | -1/+7 |
| 2021-06-15 | Don't mark "safe" intrinsics as unsafe | Guillaume Gomez | -1/+7 |
| 2021-06-12 | dont ICE on `ConstEvaluatable` predicates | Ellen | -1/+1 |
| 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 |