summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
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
2021-12-03Remove a Clean impl for a tuple (8)Noah Lev-86/+89
2021-12-03Remove a Clean impl for a tuple (7)Noah Lev-23/+25
2021-12-03Remove a Clean impl for a tuple (6)Noah Lev-16/+17
2021-12-03Remove a Clean impl for a tuple (5)Noah Lev-19/+20
2021-12-03Remove a Clean impl for a tuple (4)Noah Lev-14/+17
2021-12-03Clean up definition of `clean_ty_generics` a bitNoah Lev-5/+3
2021-12-03Remove a Clean impl for a tuple (3)Noah Lev-145/+144
2021-12-03Remove a Clean impl for a tuple (2)Noah Lev-27/+28
2021-12-03Remove a Clean impl for a tuple (1)Noah Lev-25/+18
2021-12-03rustdoc: Rename bounds to bindings where appropriateNoah Lev-4/+4
2021-12-02Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=AmanieuMatthias Krüger-1/+34
2021-12-02Transform const generics if the function uses rustc_legacy_const_genericsGuillaume Gomez-1/+34
2021-12-01Use `try_normalize_erasing_regions` instead of a custom infer contextJoshua Nelson-13/+3
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-3/+2
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-2/+2
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-4/+3
2021-11-25Clean up `clean` re-exportsNoah Lev-5/+0
2021-11-24Remove `ResolvedPath.did`Noah Lev-2/+2
2021-11-23Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514bors-2/+13
2021-11-21Auto merge of #90844 - camelid:cleanup-vis, r=jyn514bors-64/+38
2021-11-19Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwcoYuki Okushi-4/+2
2021-11-19Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514Yuki Okushi-18/+32
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-4/+2
2021-11-17rustdoc: Cleanup visibility cleaning some moreNoah Lev-52/+31
2021-11-17rustdoc: Remove Clean impl for `hir::Visibility`Noah Lev-26/+18
2021-11-17rustdoc: Clean `Visibility` outside of `display_macro_source`Noah Lev-3/+6
2021-11-16Avoid documenting top-level private importsinquisitivecrystal-2/+13
2021-11-13Delete rustdoc::doctreehi-rustin-2/+2
2021-11-09Add comments ensuring that generics are cleaned before argsNoah Lev-0/+4
2021-11-09Remove unnecessary reborrowsNoah Lev-2/+5
2021-11-09Remove where bound from `clean_fn_decl_with_args`Noah Lev-16/+19
2021-11-09Use computed visibility in rustdocinquisitivecrystal-4/+8
2021-11-09Replace where-bounded Clean impl with functionNoah Lev-13/+17
2021-11-08Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomezbors-93/+95
2021-11-07Remove Clean impl for `&T`Noah Lev-7/+1
2021-11-07Remove unused Clean impl for `Rc<T>`Noah Lev-7/+0
2021-11-07Remove Clean impl for `Vec<T>`Noah Lev-41/+41
2021-11-07Remove Clean impl for `IndexVec<T>`Noah Lev-7/+0
2021-11-07Remove Clean impl for `Option<T>`Noah Lev-10/+4
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-13/+1
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-6/+6
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-2/+1
2021-11-06rustdoc: Remove redundant `Impl.span` fieldNoah Lev-1/+0
2021-11-05rustdoc: clippy::complexity fixesMatthias Krüger-4/+3