| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -2/+2 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -3/+1 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -4/+30 |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -1/+1 |
| 2023-02-18 | Improve code readability | Guillaume Gomez | -8/+19 |
| 2023-02-18 | Fix bad handling of primitive types | Guillaume Gomez | -29/+47 |
| 2023-02-18 | Allow reexports of items with same name but different types to both appear | Guillaume Gomez | -48/+54 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -1/+0 |
| 2023-01-04 | Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,... | Matthias Krüger | -8/+23 |
| 2023-01-04 | Remove unused match pattern for primitive types | Guillaume Gomez | -1/+1 |
| 2023-01-03 | Fix link generation for local primitive types in rustdoc JSON output | Guillaume Gomez | -7/+22 |
| 2023-01-01 | Rustdoc-Json: Report discriminant on all kinds of enum variant. | Nixon Enraght-Moony | -5/+7 |
| 2023-01-01 | clean: Always store enum disriminant. | Nixon Enraght-Moony | -3/+6 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -5/+5 |
| 2022-11-16 | rustdoc JSON: Use `Function` everywhere and remove `Method` | Martin Nordholts | -20/+6 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-05 | rustdoc: use `ThinVec` and `Box<str>` to shrink `clean::ItemKind` | Michael Howell | -1/+1 |
| 2022-11-04 | Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr... | Matthias Krüger | -6/+5 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -6/+5 |
| 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-26 | Rustdoc-Json: List impls for primitives | Nixon Enraght-Moony | -1/+6 |
| 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 | Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h... | Nixon Enraght-Moony | -2/+6 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -1/+1 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -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-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/+26 |