| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomez | Mara Bos | -4/+6 |
| 2021-09-02 | Auto merge of #88522 - camelid:box-paren-output, r=jyn514 | bors | -4/+3 |
| 2021-09-01 | rustdoc: Don't panic on ambiguous inherent associated types | Noah Lev | -4/+6 |
| 2021-08-31 | Box `GenericArgs::Parenthesized.output` | Noah Lev | -4/+3 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -8/+18 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -8/+18 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -19/+4 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+1 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -21/+23 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -5/+3 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -1/+2 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -5/+4 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -1/+8 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -3/+7 |
| 2021-07-27 | Add explanations for why we use Variant::Struct instead of Variant::Tuple for... | Guillaume Gomez | -0/+6 |
| 2021-07-26 | Add support for tuple struct fields documentation in enums as well | Guillaume Gomez | -3/+1 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+1 |
| 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 |