| Age | Commit message (Expand) | Author | Lines |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -1/+2 |
| 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 | -143/+175 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -1/+2 |
| 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 | -1/+1 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -2/+2 |
| 2021-03-06 | Remove Item::kind, use tagged enum. Rename variants to match | Rune Tynan | -27/+25 |
| 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 | -29/+33 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -1/+1 |
| 2021-02-17 | avoid converting types into themselves (clippy::useless_conversion) | Matthias Krüger | -1/+1 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -10/+26 |
| 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 | -10/+21 |
| 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 | -4/+3 |
| 2021-01-28 | Remove struct_type from union output and bump format | Rune Tynan | -4/+3 |
| 2021-01-28 | Fix has_body for trait methods | Rune Tynan | -11/+9 |
| 2021-01-27 | Update crate name and add README | Rune Tynan | -1/+1 |
| 2021-01-27 | Split JSON into separately versioned crate | Rune Tynan | -46/+37 |
| 2021-01-22 | Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 | Mara Bos | -9/+8 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -6/+6 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -6/+5 |
| 2021-01-20 | Make 'docs' optional | Rune Tynan | -1/+1 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -3/+3 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -3/+3 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -2/+2 |
| 2020-12-23 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -2/+2 |
| 2020-12-23 | Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez | bors | -15/+13 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -11/+2 |
| 2020-12-18 | Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -1/+4 |
| 2020-12-18 | Remove `DefPath` from `Visibility` and calculate it on demand | Joshua Nelson | -15/+13 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -11/+2 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -1/+4 |
| 2020-12-18 | Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez | bors | -4/+4 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -7/+12 |
| 2020-12-17 | Make it compile | Joshua Nelson | -4/+4 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -5/+9 |
| 2020-12-16 | Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomez | bors | -4/+5 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -1/+1 |
| 2020-12-14 | Get rid of `clean::Deprecation` | Joshua Nelson | -4/+5 |
| 2020-12-12 | Fix the JSON backend | Joshua Nelson | -21/+21 |