summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2022-05-10Introduce EarlyBinderJack Huey-2/+2
2022-05-07Track if a where bound comes from a impl Trait desugarflip1995-1/+2
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-6/+4
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-42/+77
2022-04-30Inline WhereClause into Generics.Camille GILLOT-1/+1
2022-04-27tut tut tutEllen-1/+1
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+3
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-1/+1
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-34/+51
2022-04-11Add a note for unsatisfied `~const Drop` boundsDeadbeef-11/+1
2022-04-05rustdoc changes for ~const DropPietro Albini-10/+2
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