| Age | Commit message (Expand) | Author | Lines |
| 2022-01-28 | Remove now-unnecessary blanket impl HIR check | Rune Tynan | -22/+5 |
| 2022-01-28 | Set visibility to inherited in trait impls to match HIR | Rune Tynan | -1/+10 |
| 2022-01-28 | Remove extra empty doc line | Guillaume Gomez | -1/+0 |
| 2022-01-26 | Convert empty tuple to DefaultReturn in ty path | Rune Tynan | -1/+8 |
| 2022-01-26 | Don't use is_local to determine function cleaning method call intent | Rune Tynan | -6/+5 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -6/+5 |
| 2022-01-25 | Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomez | bors | -46/+17 |
| 2022-01-25 | Rollup merge of #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume... | Matthias Krüger | -6/+22 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -10/+10 |
| 2022-01-21 | Remove FIXME and fix inconsistency of local blanket impls by using HIR for them | Rune Tynan | -6/+22 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-01-20 | More clean up | Guillaume Gomez | -8/+4 |
| 2022-01-20 | Extra cfg_hide a bit to handle inner cfgs | Guillaume Gomez | -15/+9 |
| 2022-01-20 | Exclude "test" from doc_auto_cfg rendering | Guillaume Gomez | -16/+50 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -6/+5 |
| 2022-01-19 | Correctly handle starts in block doc comments | Guillaume Gomez | -2/+2 |
| 2022-01-18 | Invert the keyword list to list only *no* space before delim | David Tolnay | -38/+60 |
| 2022-01-18 | Eliminate string comparison from rustdoc keyword spacing logic | David Tolnay | -6/+33 |
| 2022-01-18 | Move render_macro_matcher to own module | David Tolnay | -189/+194 |
| 2022-01-18 | Render more readable macro matchers in rustdoc | David Tolnay | -4/+139 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+1 |
| 2022-01-17 | Update w/ comments | kadmin | -4/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -30/+81 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -8/+10 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -1/+2 |
| 2022-01-17 | fix #90187 | zredb | -13/+1 |
| 2022-01-17 | fix #90187 | zredb | -0/+1 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -1/+1 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2022-01-15 | Rustdoc: remove ListAttributesIter and use impl Iterator instead | Jakub Beránek | -46/+17 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -6/+3 |
| 2022-01-13 | Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomez | Matthias Krüger | -6/+55 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-11 | Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearth | bors | -2/+1 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -101/+104 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -101/+104 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -3/+3 |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -101/+104 |
| 2022-01-06 | Use `DefId`s instead of names in `UrlFragment` | Noah Lev | -2/+1 |
| 2022-01-05 | Rollup merge of #92188 - vacuus:nested-attributes-ext, r=jyn514 | Matthias Krüger | -10/+15 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -11/+17 |
| 2022-01-03 | Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelid | bors | -7/+9 |
| 2022-01-01 | Rustdoc: use ThinVec for GenericArgs bindings | Jakub Beránek | -7/+9 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -9/+9 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -1/+1 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -1/+10 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -9/+9 |
| 2021-12-28 | Replace &DocCtxt -> TyCtxt in macro matcher rendering | David Tolnay | -9/+9 |