summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-9/+10
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-12/+10
2021-11-25Clean up `clean` re-exportsNoah Lev-10/+8
2021-11-24Update commentNoah Lev-1/+1
2021-11-24Remove `ResolvedPath.did`Noah Lev-7/+8
2021-11-24Use `path.def_id()` in `Type::inner_def_id()`Noah Lev-1/+1
2021-11-24Return the actual `DefId` for assoc. items in `register_res`Noah Lev-10/+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-74/+41
2021-11-21Auto merge of #91073 - camelid:small-cleanups, r=jyn514bors-4/+8
2021-11-20Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomezbors-13/+3
2021-11-19rustdoc: Move doc-reachability visiting back to cleaningNoah Lev-0/+6
2021-11-19rustdoc: Record aliases as SymbolsNoah Lev-4/+4
2021-11-19rustdoc: Add static size assertion for DocFragmentNoah Lev-0/+4
2021-11-19rustdoc: Remove `Crate.externs` and compute on-demand insteadNoah Lev-18/+2
2021-11-18rustdoc: Remove unused `DocFragment.line` fieldNoah Lev-5/+0
2021-11-19Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwcoYuki Okushi-19/+6
2021-11-19Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514Yuki Okushi-18/+33
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-19/+6
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-13/+9
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/+5
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-6/+10
2021-11-09Add `ty::Visibility::is_public()`inquisitivecrystal-2/+2
2021-11-09Replace where-bounded Clean impl with functionNoah Lev-13/+17
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-2/+3
2021-11-08Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomezbors-93/+124
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-12/+0
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-49/+47
2021-11-07Remove Clean impl for `IndexVec<T>`Noah Lev-8/+1
2021-11-07Remove Clean impl for `Option<T>`Noah Lev-11/+5
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-25/+6
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-13/+20
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-13/+46
2021-11-06rustdoc: Remove redundant `Impl.span` fieldNoah Lev-11/+13
2021-11-07Give inline const separate DefKindGary Guo-2/+3
2021-11-05rustdoc: clippy::complexity fixesMatthias Krüger-4/+3
2021-11-02Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-3/+6
2021-10-31Merge `DocContext.{ty,lt,ct}_substs` into one mapNoah Lev-10/+38
2021-10-31Reduce rightward driftNoah Lev-78/+74
2021-10-31Extract function for expanding private type aliasesNoah Lev-91/+98
2021-10-30rustdoc: Stop sorting external cratesNoah Lev-2/+1
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-3/+4