| Age | Commit message (Expand) | Author | Lines |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -1/+1 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -1/+1 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -2/+3 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -1/+2 |
| 2021-04-25 | Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelid | Yuki Okushi | -19/+17 |
| 2021-04-24 | rustdoc: Turn `JsonRenderer::mod_item_in` into `unreachable!()` | Joshua Nelson | -15/+2 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -19/+17 |
| 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-04-06 | Store links in Cache instead of on items directly | Joshua Nelson | -7/+11 |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -2/+7 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -1/+1 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -146/+182 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -2/+7 |
| 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 | rustdoc-json: Rename `Import.span` to `Import.source` | Camelid | -2/+2 |
| 2021-03-21 | Rename `rustdoc_json_types::Item.source` to `span` | Camelid | -2/+2 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -2/+2 |
| 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 | -32/+29 |
| 2021-03-05 | Don't unnecessarily clone some fields in `Context` | Camelid | -0/+4 |
| 2021-03-05 | Refactor from_clean_item_kind to improve ExternCrateItem handling | Guillaume Gomez | -8/+7 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -30/+34 |
| 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 | -2/+2 |
| 2021-02-19 | Auto merge of #82020 - jyn514:mut-passes, r=camelid,GuillaumeGomez | bors | -2/+2 |
| 2021-02-17 | avoid converting types into themselves (clippy::useless_conversion) | Matthias Krüger | -1/+1 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -2/+2 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -11/+27 |
| 2021-02-12 | Modifiers -> Qualifiers | Rune Tynan | -5/+5 |
| 2021-02-12 | Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514 | Yuki Okushi | -46/+44 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -46/+44 |
| 2021-02-08 | Allow default hash types in conversion | Rune Tynan | -0/+2 |
| 2021-02-08 | Vec -> HashSet | Rune Tynan | -7/+10 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -11/+22 |
| 2021-02-07 | Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 | bors | -0/+1 |
| 2021-02-06 | Remove accidentally left-behind git mark | Rune Tynan | -1/+0 |
| 2021-02-05 | Add abi field to `Method` | Rune Tynan | -0/+2 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -2/+2 |
| 2021-02-05 | Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514 | Mara Bos | -5/+4 |
| 2021-01-28 | Remove struct_type from union output and bump format | Rune Tynan | -5/+4 |