about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-12-02Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgrbors-3/+1
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-3/+1
2021-12-02Auto merge of #91354 - fee1-dead:const_env, r=spastorinobors-2/+3
2021-12-02Transform const generics if the function uses rustc_legacy_const_genericsGuillaume Gomez-1/+37
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-6/+6
2021-12-01Use `try_normalize_erasing_regions` instead of a custom infer contextJoshua Nelson-13/+3
2021-11-30Return ConstStability instead of &ConstStability in Item::const_stabilityGuillaume Gomez-2/+2
2021-11-30Improve code by replacing &str with Symbol in render_stability_since_rawGuillaume Gomez-4/+4
2021-11-30Update src/librustdoc/clean/types.rsMichael Howell-1/+1
2021-11-30Update src/librustdoc/clean/types.rsMichael Howell-1/+1
2021-11-30re-format with new rustfmtMark Rousskov-3/+1
2021-11-29Only show notable traits if both types are the sameMichael Howell-0/+39
2021-11-29Fix toolsDeadbeef-2/+3
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-10/+6
2021-11-28Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726bors-4/+4
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-9/+10
2021-11-26Unwrap the results of type foldersLeSeulArtichaut-1/+1
2021-11-26Adapt `TypeFolder` implementors to return a `Result`LeSeulArtichaut-3/+3
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