| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -2/+1 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -1/+2 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -1/+1 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -2/+2 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -1/+1 |
| 2021-01-28 | Remove struct_type from union output and bump format | Rune Tynan | -1/+1 |
| 2021-01-27 | Update crate name and add README | Rune Tynan | -1/+1 |
| 2021-01-27 | Simplify conversion | Rune Tynan | -8/+1 |
| 2021-01-27 | Allow rustc::default_hash_types in the offending statement | Rune Tynan | -0/+3 |
| 2021-01-27 | Split JSON into separately versioned crate | Rune Tynan | -8/+17 |
| 2021-01-27 | More cleanup | Guillaume Gomez | -6/+3 |
| 2021-01-27 | Update to new rustdoc APIs | Guillaume Gomez | -1/+1 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -40/+40 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -0/+4 |
| 2021-01-23 | Add more timing info to render_html | Joshua Nelson | -0/+4 |