about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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-17Make scrollbar in the sidebar always visible for visual consistencyGuillaume Gomez-4/+4
2021-11-16Avoid documenting top-level private importsinquisitivecrystal-2/+13
2021-11-14Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelidbors-4/+0
2021-11-14Auto merge of #90867 - hi-rustin:rustin-patch-rustdoc, r=CraftSpiderbors-31/+26
2021-11-14Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgrbors-13/+7
2021-11-13Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomezbors-17/+29
2021-11-13Delete rustdoc::doctreehi-rustin-31/+26
2021-11-12Use an empty Vec instead of Option<Vec>Michael Howell-13/+7
2021-11-12Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddleMatthias Krüger-2/+13
2021-11-12Add more comments to explain the code to generate the search indexGuillaume Gomez-2/+13
2021-11-12Remove unneeded FIXME: after testing the suggested changes, we reached the co...Guillaume Gomez-4/+0
2021-11-12Auto merge of #90813 - notriddle:notriddle/vec-extend, r=GuillaumeGomezbors-23/+26
2021-11-11Use `Iterator::collect` instead of calling `Vec::push` in a loopMichael Howell-23/+26
2021-11-11Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkovbors-7/+63
2021-11-11librustdoc: revert use of def_id for one of the edge caseMuhammad Falak R Wani-5/+10
2021-11-10Rollup merge of #90727 - GuillaumeGomez:remove-potential-useless-search-index...Matthias Krüger-39/+46
2021-11-10Remove potential useless data for search indexGuillaume Gomez-39/+46
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-14/+15
2021-11-09Add `ty::Visibility::is_public()`inquisitivecrystal-5/+5
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-6/+9
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-5/+9
2021-11-08Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomezbors-118/+132
2021-11-08Go back to loading all external crates unconditionallyJoshua Nelson-3/+36
2021-11-08Add more missing methods to `IntraLinkCrateLoader`Joshua Nelson-4/+27
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-20/+8
2021-11-08Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()`Joshua Nelson-5/+9
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-34/+17
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-23/+34
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-36/+66
2021-11-06rustdoc: Remove redundant `Impl.span` fieldNoah Lev-12/+13
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-3/+3
2021-11-07Give inline const separate DefKindGary Guo-3/+6
2021-11-07Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomezbors-5/+4
2021-11-05rustdoc: clippy::complexity fixesMatthias Krüger-5/+4
2021-11-05Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514bors-10/+34