| Age | Commit message (Expand) | Author | Lines |
| 2022-07-29 | Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItem | est31 | -4/+4 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -6/+6 |
| 2022-07-22 | Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddle | bors | -2/+4 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -2/+4 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -1/+1 |
| 2022-07-16 | Fix rustdoc JSON inline | Guillaume Gomez | -4/+35 |
| 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-18 | Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddle | Yuki Okushi | -3/+3 |
| 2022-06-17 | Fix rustdoc handling of primitive documentation | Guillaume Gomez | -3/+3 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -1/+1 |
| 2022-06-13 | Ignore impl items because they can be duplicated in case of generic impl | Guillaume Gomez | -10/+43 |
| 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 | -35/+66 |
| 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 | -11/+13 |
| 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 | -16/+16 |
| 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 | -2/+2 |
| 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-23 | Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpider | Matthias Krüger | -23/+25 |
| 2022-02-18 | rustdoc-json: Better Header Type | Nixon Enraght-Moony | -23/+25 |
| 2022-02-13 | rustdoc-json: buffer output | Nixon Enraght-Moony | -3/+6 |
| 2022-01-21 | Remove FIXME and fix inconsistency of local blanket impls by using HIR for them | Rune Tynan | -14/+1 |
| 2022-01-20 | Rollup merge of #93099 - tomkris:rustdoc-fix, r=jsha | Matthias Krüger | -4/+8 |
| 2022-01-20 | Rollup merge of #92860 - CraftSpider:rustdoc-json-impl-ice, r=jsha | Matthias Krüger | -1/+14 |
| 2022-01-19 | rustdoc: auto create output directory when "--output-format json" | Artem Kryvokrysenko | -4/+8 |
| 2022-01-17 | Update term for use in more places | kadmin | -1/+10 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -2/+2 |
| 2022-01-13 | Move FIXME to if statement | Rune Tynan | -4/+4 |
| 2022-01-13 | Update comment to make it a FIXME | Rune Tynan | -2/+4 |
| 2022-01-13 | inline ItemId method, clarify comments a bit | Rune Tynan | -3/+10 |
| 2022-01-13 | Fix errors on blanket impls by ignoring the children of their generated imple... | Rune Tynan | -1/+5 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -1/+1 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -1/+1 |