about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2022-01-28Remove now-unnecessary blanket impl HIR checkRune Tynan-22/+5
2022-01-28Set visibility to inherited in trait impls to match HIRRune Tynan-1/+10
2022-01-28Remove extra empty doc lineGuillaume Gomez-1/+0
2022-01-26Convert empty tuple to DefaultReturn in ty pathRune Tynan-1/+8
2022-01-26Don't use is_local to determine function cleaning method call intentRune Tynan-6/+5
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-6/+5
2022-01-25Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomezbors-46/+17
2022-01-25Rollup merge of #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume...Matthias Krüger-6/+22
2022-01-21rustdoc: Make some `pub` items crate-privateNoah Lev-10/+10
2022-01-21Remove FIXME and fix inconsistency of local blanket impls by using HIR for themRune Tynan-6/+22
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-2/+2
2022-01-20More clean upGuillaume Gomez-8/+4
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-15/+9
2022-01-20Exclude "test" from doc_auto_cfg renderingGuillaume Gomez-16/+50
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-6/+5
2022-01-19Correctly handle starts in block doc commentsGuillaume Gomez-2/+2
2022-01-18Invert the keyword list to list only *no* space before delimDavid Tolnay-38/+60
2022-01-18Eliminate string comparison from rustdoc keyword spacing logicDavid Tolnay-6/+33
2022-01-18Move render_macro_matcher to own moduleDavid Tolnay-189/+194
2022-01-18Render more readable macro matchers in rustdocDavid Tolnay-4/+139
2022-01-17Add term to ExistentialProjectionkadmin-1/+1
2022-01-17Update w/ commentskadmin-4/+1
2022-01-17Update term for use in more placeskadmin-30/+81
2022-01-17Use Term in ProjectionPredicatekadmin-8/+10
2022-01-17add eq constraints on associated constantskadmin-1/+2
2022-01-17fix #90187zredb-13/+1
2022-01-17fix #90187zredb-0/+1
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-1/+1
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-15Rustdoc: remove ListAttributesIter and use impl Iterator insteadJakub Beránek-46/+17
2022-01-15initial revertEllen-1/+1
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-6/+3
2022-01-13Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomezMatthias Krüger-6/+55
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-11Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearthbors-2/+1
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-101/+104
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-101/+104
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-3/+3
2022-01-08Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomezbors-3/+0
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-101/+104
2022-01-06Use `DefId`s instead of names in `UrlFragment`Noah Lev-2/+1
2022-01-05Rollup merge of #92188 - vacuus:nested-attributes-ext, r=jyn514Matthias Krüger-10/+15
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-11/+17
2022-01-03Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelidbors-7/+9
2022-01-01Rustdoc: use ThinVec for GenericArgs bindingsJakub Beránek-7/+9
2021-12-30Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514bors-9/+9
2021-12-29Auto merge of #92244 - petrochenkov:alltraits, r=cjgillotbors-1/+1
2021-12-29Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomezMatthias Krüger-1/+10
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-9/+9
2021-12-28Replace &DocCtxt -> TyCtxt in macro matcher renderingDavid Tolnay-9/+9