| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -2/+1 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -1/+1 |
| 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-15 | Moved format-version constant to rustdoc-json-types | Yuval Dolev | -1/+1 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -14/+23 |
| 2021-10-08 | Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomez | Guillaume Gomez | -2/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-10-08 | Remove special-casing of never primitive in rustdoc-json-types | Loïc BRANSTETT | -2/+1 |
| 2021-10-04 | Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514 | Manish Goregaokar | -3/+23 |
| 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 | Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelid | Eric Huss | -1/+1 |
| 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 | -3/+23 |
| 2021-09-26 | Fix populate of union.impls | Loïc BRANSTETT | -0/+2 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -1/+1 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -3/+1 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -2/+4 |
| 2021-09-03 | rustdoc: Box `GenericArg::Const` to reduce enum size | Noah Lev | -1/+1 |