| Age | Commit message (Expand) | Author | Lines |
| 2021-11-19 | Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwco | Yuki Okushi | -19/+6 |
| 2021-11-19 | Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514 | Yuki Okushi | -18/+33 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -19/+6 |
| 2021-11-17 | rustdoc: Cleanup visibility cleaning some more | Noah Lev | -52/+31 |
| 2021-11-17 | rustdoc: Remove Clean impl for `hir::Visibility` | Noah Lev | -26/+18 |
| 2021-11-17 | rustdoc: Clean `Visibility` outside of `display_macro_source` | Noah Lev | -13/+9 |
| 2021-11-17 | Make scrollbar in the sidebar always visible for visual consistency | Guillaume Gomez | -4/+4 |
| 2021-11-16 | Avoid documenting top-level private imports | inquisitivecrystal | -2/+13 |
| 2021-11-14 | Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelid | bors | -4/+0 |
| 2021-11-14 | Auto merge of #90867 - hi-rustin:rustin-patch-rustdoc, r=CraftSpider | bors | -31/+26 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -13/+7 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -17/+29 |
| 2021-11-13 | Delete rustdoc::doctree | hi-rustin | -31/+26 |
| 2021-11-12 | Use an empty Vec instead of Option<Vec> | Michael Howell | -13/+7 |
| 2021-11-12 | Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddle | Matthias Krüger | -2/+13 |
| 2021-11-12 | Add more comments to explain the code to generate the search index | Guillaume Gomez | -2/+13 |
| 2021-11-12 | Remove unneeded FIXME: after testing the suggested changes, we reached the co... | Guillaume Gomez | -4/+0 |
| 2021-11-12 | Auto merge of #90813 - notriddle:notriddle/vec-extend, r=GuillaumeGomez | bors | -23/+26 |
| 2021-11-11 | Use `Iterator::collect` instead of calling `Vec::push` in a loop | Michael Howell | -23/+26 |
| 2021-11-11 | Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkov | bors | -7/+63 |
| 2021-11-11 | librustdoc: revert use of def_id for one of the edge case | Muhammad Falak R Wani | -5/+10 |
| 2021-11-10 | Rollup merge of #90727 - GuillaumeGomez:remove-potential-useless-search-index... | Matthias Krüger | -39/+46 |
| 2021-11-10 | Remove potential useless data for search index | Guillaume Gomez | -39/+46 |
| 2021-11-09 | Add comments ensuring that generics are cleaned before args | Noah Lev | -0/+5 |
| 2021-11-09 | Remove unnecessary reborrows | Noah Lev | -2/+5 |
| 2021-11-09 | Remove where bound from `clean_fn_decl_with_args` | Noah Lev | -16/+19 |
| 2021-11-09 | Use computed visibility in rustdoc | inquisitivecrystal | -14/+15 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -5/+5 |
| 2021-11-09 | Replace where-bounded Clean impl with function | Noah Lev | -13/+17 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -6/+9 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -5/+9 |
| 2021-11-08 | Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez | bors | -118/+132 |
| 2021-11-08 | Go back to loading all external crates unconditionally | Joshua Nelson | -3/+36 |
| 2021-11-08 | Add more missing methods to `IntraLinkCrateLoader` | Joshua Nelson | -4/+27 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -20/+8 |
| 2021-11-08 | Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()` | Joshua Nelson | -5/+9 |
| 2021-11-07 | Remove Clean impl for `&T` | Noah Lev | -7/+1 |
| 2021-11-07 | Remove unused Clean impl for `Rc<T>` | Noah Lev | -7/+0 |
| 2021-11-07 | Remove Clean impl for `Vec<T>` | Noah Lev | -49/+47 |
| 2021-11-07 | Remove Clean impl for `IndexVec<T>` | Noah Lev | -8/+1 |
| 2021-11-07 | Remove Clean impl for `Option<T>` | Noah Lev | -11/+5 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -34/+17 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -23/+34 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -36/+66 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -12/+13 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -3/+3 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -3/+6 |
| 2021-11-07 | Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomez | bors | -5/+4 |
| 2021-11-05 | rustdoc: clippy::complexity fixes | Matthias Krüger | -5/+4 |
| 2021-11-05 | Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514 | bors | -10/+34 |