| Age | Commit message (Expand) | Author | Lines |
| 2022-11-02 | rustdoc: remove unneeded Box from ItemKind | Michael Howell | -1/+1 |
| 2022-10-30 | Make rustdoc Item::visibility computed on-demand | Guillaume Gomez | -1/+2 |
| 2022-10-05 | rustdoc: render more cross-crate hrtbs properly | León Orell Valerian Liehr | -2/+3 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -1/+0 |
| 2022-09-26 | Rustdoc-Json: List impls for primitives | Nixon Enraght-Moony | -3/+11 |
| 2022-09-13 | Rustdoc-Json: Don't loose subitems of foreign traits. | Nixon Enraght-Moony | -2/+13 |
| 2022-09-10 | Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page | Nixon Enraght-Moony | -2/+9 |
| 2022-09-07 | Rustdoc-Json: More accurate struct type. | Nixon Enraght-Moony | -25/+11 |
| 2022-09-05 | Rustdoc-Json: Store Variant Fields as their own item. | Nixon Enraght-Moony | -11/+21 |
| 2022-09-05 | Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomez | bors | -1/+13 |
| 2022-09-04 | rustdoc: Compute enum discriminant on demand | Nixon Enraght-Moony | -8/+10 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -1/+11 |
| 2022-09-03 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2022-08-29 | Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomez | Matthias Krüger | -3/+51 |
| 2022-08-29 | Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h... | Nixon Enraght-Moony | -3/+51 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -5/+6 |
| 2022-08-21 | Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomez | bors | -3/+3 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -1/+1 |
| 2022-08-17 | Rollup merge of #100630 - Enselic:export_extern_crate_as_self, r=GuillaumeGomez | Takayuki Maeda | -2/+2 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -2/+2 |
| 2022-08-16 | rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>` | Martin Nordholts | -2/+2 |
| 2022-08-15 | Handle correctly stripped enum variant fields | Guillaume Gomez | -6/+4 |
| 2022-08-13 | Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez | Michael Goulet | -26/+20 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -1/+1 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -5/+6 |
| 2022-08-10 | Rustdoc-Json: Add `Path` type for traits. | Nixon Enraght-Moony | -26/+20 |
| 2022-08-10 | Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid | Matthias Krüger | -18/+12 |
| 2022-08-03 | Rustdoc-Json: Add and use `FromWithTcx` for `Vec` | Nixon Enraght-Moony | -33/+31 |
| 2022-08-03 | Rustdoc-Json: Extract `convert_lifetime` to function | Nixon Enraght-Moony | -6/+10 |
| 2022-08-03 | Rustdoc-Json: Document HRTB's on DynTrait | Nixon Enraght-Moony | -26/+22 |
| 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-19 | rustdoc-json: De-duplicate `FromWithTcx<clean::Import>` | Martin Nordholts | -18/+12 |
| 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 |