| Age | Commit message (Expand) | Author | Lines |
| 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-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-10-15 | Moved format-version constant to rustdoc-json-types | Yuval Dolev | -1/+1 |
| 2021-10-08 | Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomez | Guillaume Gomez | -1/+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 | -1/+1 |
| 2021-10-04 | Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514 | Manish Goregaokar | -2/+21 |
| 2021-09-29 | Don't ignore impls for primitive types | Hirochika Matsumoto | -2/+21 |
| 2021-09-26 | Fix populate of union.impls | Loïc BRANSTETT | -0/+2 |
| 2021-09-02 | rustdoc: Clean up handling of lifetime bounds | Noah Lev | -1/+1 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -7/+7 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -7/+7 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -3/+3 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -7/+7 |
| 2021-06-07 | format version | Ellen | -1/+1 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -7/+8 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -7/+8 |
| 2021-04-29 | only store locations in extern_locations | Timothée Delabrouille | -5/+6 |
| 2021-04-24 | rustdoc: Turn `JsonRenderer::mod_item_in` into `unreachable!()` | Joshua Nelson | -15/+2 |
| 2021-04-22 | Remove unnecessary item_name parameter to `mod_item_in` | Joshua Nelson | -1/+1 |
| 2021-04-22 | Remove unnecessary `item_name` parameter to `mod_item_out` | Joshua Nelson | -4/+0 |
| 2021-04-22 | Remove unnecessary `edition` parameter to renderer | Joshua Nelson | -2/+0 |
| 2021-04-22 | Remove unnecessary `diag` parameter to `after_krate` | Joshua Nelson | -1/+1 |
| 2021-04-22 | Remove unnecessary `crate_name` parameter to `after_krate` | Joshua Nelson | -6/+2 |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -1/+5 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -3/+7 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -1/+5 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -2/+2 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -2/+2 |
| 2021-03-21 | Bump rustdoc-json format version | Camelid | -1/+1 |
| 2021-03-21 | Rename `rustdoc_json_types::Item.source` to `span` | Camelid | -1/+1 |
| 2021-03-09 | Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez | bors | -0/+4 |
| 2021-03-06 | Revert fmt version, add rustdoc-json-types to bootstrap tests | Rune Tynan | -1/+1 |
| 2021-03-06 | Add roundtrip testing and bump format version | Rune Tynan | -1/+1 |
| 2021-03-06 | Remove Item::kind, use tagged enum. Rename variants to match | Rune Tynan | -5/+4 |
| 2021-03-05 | Don't unnecessarily clone some fields in `Context` | Camelid | -0/+4 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -1/+1 |
| 2021-03-01 | Remove `krate.version`; fix `crate_version` in JSON | Joshua Nelson | -2/+2 |