| Age | Commit message (Expand) | Author | Lines |
| 2022-07-02 | rustdoc-json-types: Clean up derives. | Nixon Enraght-Moony | -1/+1 |
| 2022-06-29 | rustdoc-json: Make default value of blanket impl assoc types work | Martin Nordholts | -1/+1 |
| 2022-06-28 | Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomez | bors | -1/+0 |
| 2022-06-28 | Rollup merge of #98611 - GuillaumeGomez:rustdoc-json-glob-ice, r=notriddle | Matthias Krüger | -1/+6 |
| 2022-06-28 | Fix glob import ICE in rustdoc JSON format | Guillaume Gomez | -1/+6 |
| 2022-06-27 | Fix kind for associated types in rustdoc JSON output for trait implementations | Guillaume Gomez | -2/+5 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -1/+0 |
| 2022-06-22 | Filter out keyword items in rustdoc JSON output | Guillaume Gomez | -7/+4 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -1/+1 |
| 2022-06-02 | Add Symbol into rustdoc JSON ID to prevent conflicts between reexports | Guillaume Gomez | -27/+50 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -5/+9 |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -2/+2 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -5/+9 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -10/+12 |
| 2022-05-04 | rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate | Martin Nordholts | -2/+8 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -2/+1 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -7/+7 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -4/+7 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -16/+21 |
| 2022-03-14 | rustdoc-json-types: implementors -> implementations | Nixon Enraght-Moony | -1/+1 |
| 2022-03-13 | rustdoc-json-types: ty -> type_ | Nixon Enraght-Moony | -4/+5 |
| 2022-03-04 | rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSON | Martin Nordholts | -1/+2 |
| 2022-03-03 | make generic projection types print correctly | Michael Goulet | -3/+8 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -2/+3 |
| 2022-02-18 | rustdoc-json: Better Header Type | Nixon Enraght-Moony | -23/+25 |
| 2022-01-17 | Update term for use in more places | kadmin | -1/+10 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -1/+1 |
| 2021-12-11 | rustdoc: Pretty-print assoc const defaults on-demand | Noah Lev | -1/+3 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -4/+4 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -5/+9 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -9/+5 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -3/+3 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -2/+5 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -11/+9 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -1/+0 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -0/+1 |
| 2021-10-26 | Remove unneeded into_iter | Guillaume Gomez | -1/+1 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -1/+1 |
| 2021-10-18 | rustdoc: Box `ty` field of `GenericParamDefKind::Const` | Noah Lev | -1/+1 |
| 2021-10-18 | rustdoc: Box `default` fields of `GenericParamDefKind` | Noah Lev | -2/+2 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -14/+23 |
| 2021-10-08 | Remove special-casing of never primitive in rustdoc-json-types | Loïc BRANSTETT | -1/+0 |
| 2021-10-04 | Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514 | Manish Goregaokar | -1/+2 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -4/+4 |
| 2021-09-30 | Remove unnecessary `Box` in `Type::QPath` | Noah Lev | -1/+1 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -14/+18 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -1/+6 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -1/+1 |
| 2021-09-29 | Don't ignore impls for primitive types | Hirochika Matsumoto | -1/+2 |