summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-74/+7
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-3/+21
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-7/+4
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-1/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-03-07Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddleMatthias Krüger-15/+2
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-15/+2
2022-03-07remove unnecessary `..` patternsTakayuki Maeda-1/+1
2022-03-04librustdoc: adopt let else in more placesest31-7/+4
2022-03-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-44/+117
2022-03-03don't forget generics for GATs in implsMichael Goulet-8/+2
2022-03-03make generic projection types print correctlyMichael Goulet-16/+71
2022-03-01Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelidDylan DPC-19/+34
2022-02-27make GATs print properly in traitsMichael Goulet-23/+47
2022-02-24Remove LifetimeDefOriginMichael Goulet-2/+2
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-21update rustdoclcnr-1/+1
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-6/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-1/+1
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-4/+4
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-02-12Filter out anonymous generics in rustdoc.Camille GILLOT-1/+6
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-1/+0
2022-02-09Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakisYuki Okushi-1/+2
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-0/+1
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-3/+1
2022-02-03Remove defaultness from ImplItem.Camille GILLOT-1/+2
2022-02-02Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obkMatthias Krüger-3/+13
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-0/+1
2022-02-01Fix lifetime elision in type aliasesGuillaume Gomez-3/+13
2022-01-30Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomezEric Huss-0/+1
2022-01-28Same code for ty and hir impl itemsRune Tynan-16/+16
2022-01-28Set visibility to inherited in trait impls to match HIRRune Tynan-1/+10
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-5/+4
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-5/+4
2022-01-18Move render_macro_matcher to own moduleDavid Tolnay-0/+1
2022-01-17Add term to ExistentialProjectionkadmin-1/+1
2022-01-17Update term for use in more placeskadmin-17/+43
2022-01-17Use Term in ProjectionPredicatekadmin-8/+10
2022-01-17add eq constraints on associated constantskadmin-1/+2
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-11/+17
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-6/+6
2021-12-23Do not display `~const Drop` in rustdocDeadbeef-20/+35
2021-12-23fix rustdoclcnr-11/+17
2021-12-11rustdoc: Pretty-print assoc const defaults on-demandNoah Lev-3/+6
2021-12-03Remove a Clean impl for a tuple (9)Noah Lev-43/+48