| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-28 | Fix has_body for trait methods | Rune Tynan | -11/+9 |
| 2021-01-27 | Update crate name and add README | Rune Tynan | -2/+2 |
| 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 | -546/+54 |
| 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 |
| 2021-01-22 | Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 | Mara Bos | -9/+9 |
| 2021-01-22 | Rollup merge of #81225 - CraftSpider:json-opt-docs, r=jyn514 | Mara Bos | -4/+5 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -3/+3 |
| 2021-01-21 | Bump format version | Rune Tynan | -1/+1 |
| 2021-01-20 | Add explanation of None vs Some("") | Rune Tynan | -1/+2 |
| 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/+6 |
| 2021-01-20 | Make 'docs' optional | Rune Tynan | -2/+2 |
| 2021-01-19 | Remove unnecessary `after_run` function | Joshua Nelson | -5/+6 |
| 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 | -4/+4 |
| 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 | -11/+15 |
| 2020-12-18 | Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -7/+12 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -7/+12 |
| 2020-12-17 | Make it compile | Joshua Nelson | -11/+14 |
| 2020-12-17 | [tmp] Pass `TyCtxt` through to the render backend | Joshua Nelson | -2/+3 |
| 2020-12-17 | Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 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-15 | Use `Symbol`s for crate names | Joshua Nelson | -1/+1 |
| 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 | -23/+25 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -4/+7 |
| 2020-12-12 | Pass Session into renderer | Joshua Nelson | -0/+3 |
| 2020-12-05 | Use true ID for def_id. | Nixon Enraght-Moony | -40/+45 |
| 2020-12-01 | Discard `const_stability` | Nixon Enraght-Moony | -0/+1 |
| 2020-12-01 | Address review comments. | Nixon Enraght-Moony | -49/+48 |
| 2020-12-01 | Add json backend | Joseph Ryan | -16/+1296 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -1/+1 |