| Age | Commit message (Expand) | Author | Lines |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -3/+1 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -3/+1 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -2/+3 |
| 2021-12-02 | Transform const generics if the function uses rustc_legacy_const_generics | Guillaume Gomez | -1/+37 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -6/+6 |
| 2021-12-01 | Use `try_normalize_erasing_regions` instead of a custom infer context | Joshua Nelson | -13/+3 |
| 2021-11-30 | Return ConstStability instead of &ConstStability in Item::const_stability | Guillaume Gomez | -2/+2 |
| 2021-11-30 | Improve code by replacing &str with Symbol in render_stability_since_raw | Guillaume Gomez | -4/+4 |
| 2021-11-30 | Update src/librustdoc/clean/types.rs | Michael Howell | -1/+1 |
| 2021-11-30 | Update src/librustdoc/clean/types.rs | Michael Howell | -1/+1 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -3/+1 |
| 2021-11-29 | Only show notable traits if both types are the same | Michael Howell | -0/+39 |
| 2021-11-29 | Fix tools | Deadbeef | -2/+3 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -10/+6 |
| 2021-11-28 | Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726 | bors | -4/+4 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -9/+10 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -1/+1 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -3/+3 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -12/+10 |
| 2021-11-25 | Clean up `clean` re-exports | Noah Lev | -10/+8 |
| 2021-11-24 | Update comment | Noah Lev | -1/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -7/+8 |
| 2021-11-24 | Use `path.def_id()` in `Type::inner_def_id()` | Noah Lev | -1/+1 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -10/+2 |
| 2021-11-23 | Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514 | bors | -2/+13 |
| 2021-11-21 | Auto merge of #90844 - camelid:cleanup-vis, r=jyn514 | bors | -74/+41 |
| 2021-11-21 | Auto merge of #91073 - camelid:small-cleanups, r=jyn514 | bors | -4/+8 |
| 2021-11-20 | Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomez | bors | -13/+3 |
| 2021-11-19 | rustdoc: Move doc-reachability visiting back to cleaning | Noah Lev | -0/+6 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -4/+4 |
| 2021-11-19 | rustdoc: Add static size assertion for DocFragment | Noah Lev | -0/+4 |
| 2021-11-19 | rustdoc: Remove `Crate.externs` and compute on-demand instead | Noah Lev | -18/+2 |
| 2021-11-18 | rustdoc: Remove unused `DocFragment.line` field | Noah Lev | -5/+0 |
| 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-16 | Avoid documenting top-level private imports | inquisitivecrystal | -2/+13 |
| 2021-11-13 | Delete rustdoc::doctree | hi-rustin | -2/+2 |
| 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 | -6/+10 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -2/+2 |
| 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 | -2/+3 |
| 2021-11-08 | Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez | bors | -93/+124 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -12/+0 |