| Age | Commit message (Expand) | Author | Lines |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -6/+7 |
| 2021-02-25 | Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514 | bors | -5/+6 |
| 2021-02-24 | Prevent to compute Item attributes twice | Guillaume Gomez | -5/+6 |
| 2021-02-23 | Improve code readability | Guillaume Gomez | -7/+5 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -3/+7 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -3/+3 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -11/+10 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -18/+22 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -1/+1 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -3/+0 |
| 2021-01-30 | rustdoc tweaking | bors | -15/+10 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -7/+3 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -6/+4 |
| 2021-01-14 | Auto merge of #80802 - jyn514:box-attributes, r=nnethercote | bors | -3/+3 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -9/+11 |
| 2021-01-10 | Box Item::attributes | Joshua Nelson | -3/+3 |
| 2021-01-10 | Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor | bors | -50/+41 |
| 2021-01-10 | Rollup merge of #80825 - GuillaumeGomez:rustdoc-cleanup-bis-repetita, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -1/+1 |
| 2021-01-07 | Remove useless `fill_in` function | Joshua Nelson | -49/+40 |
| 2021-01-06 | Style nit: avoid confusing name shadowing in pattern match | Daniel Henry-Mantilla | -2/+2 |
| 2021-01-06 | Style nit: replace `for_each` & `return` with `for` & `continue` | Daniel Henry-Mantilla | -1/+11 |
| 2021-01-03 | Don't clone `type_` unnecessarily | Joshua Nelson | -2/+2 |
| 2021-01-03 | Simplify rustdoc handling of type aliases for associated types | Joshua Nelson | -17/+3 |
| 2020-12-23 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -1/+1 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -3/+0 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -3/+0 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -1/+1 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -4/+4 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -4/+4 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -1/+1 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -1/+1 |
| 2020-12-12 | Small cleanups | Joshua Nelson | -1/+1 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -5/+5 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -0/+1 |
| 2020-11-26 | Use `from_def_id_and_parts` for primitives and keywords | Joshua Nelson | -1/+1 |
| 2020-11-23 | Apply `doc(cfg)` from parent items while collecting trait impls | Wim Looman | -5/+5 |
| 2020-11-17 | Add `from_def_id_and_kind` reducing duplication in rustdoc | Joshua Nelson | -20/+8 |
| 2020-11-17 | Remove duplicate `Trait::auto` field | Joshua Nelson | -2/+0 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -5/+5 |
| 2020-10-25 | Make some functions private that don't have to be public | Joshua Nelson | -10/+10 |
| 2020-10-11 | Remove unnecessary Clean impl | Joshua Nelson | -2/+2 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -2/+2 |
| 2020-10-09 | Correctly handle "pub use" reexports | Guillaume Gomez | -0/+1 |
| 2020-10-08 | Preserve the parent module of `DocFragment`s | Joshua Nelson | -21/+40 |
| 2020-10-06 | Add some docs to rustdoc::clean::inline and def_id functions | Lzu Tao | -0/+3 |
| 2020-09-21 | Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez | ecstatic-morse | -19/+22 |
| 2020-09-18 | Calculate more correct capacity in merge_attrs | Lzu Tao | -6/+8 |
| 2020-09-16 | Only get ImplKind::Impl once | Lzu Tao | -19/+22 |
| 2020-09-13 | Ignore rustc_private items from std docs | Lzu Tao | -9/+10 |