| Age | Commit message (Expand) | Author | Lines |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -14/+15 |
| 2022-05-21 | Remove unused Hash impl from DocFragmentKind | Michael Howell | -1/+1 |
| 2022-05-21 | rustdoc: Stop using `write!` in `UrlFragment::render` | Vadim Petrochenkov | -1/+1 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -16/+43 |
| 2022-05-21 | Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddle | bors | -201/+212 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -340/+348 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -3/+3 |
| 2022-05-15 | Prevent to recompute `should_show_cast` by passing down `self_def_id` | Guillaume Gomez | -197/+191 |
| 2022-05-15 | Reduce clean::Type size by replacing a DefId (only used to check for display)... | Guillaume Gomez | -13/+30 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -11/+11 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -5/+5 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -5/+5 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -19/+25 |
| 2022-05-11 | Rollup merge of #91518 - luojia65:rustdoc-riscv-arch, r=GuillaumeGomez | Dylan DPC | -0/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -5/+5 |
| 2022-05-10 | update rustdoc | lcnr | -19/+25 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -1/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -7/+5 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -42/+77 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -1/+1 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -6/+6 |
| 2022-04-27 | tut tut tut | Ellen | -1/+1 |
| 2022-04-21 | rustdoc: Unindent doc fragments on `Attributes` construction | Vadim Petrochenkov | -3/+156 |
| 2022-04-19 | rustdoc: Sligthly optimize `Attributes` construction and processing before do... | Vadim Petrochenkov | -41/+28 |
| 2022-04-19 | rustdoc: Optimize and refactor doc link resolution | Vadim Petrochenkov | -1/+8 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -15/+7 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -21/+21 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -21/+21 |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -30/+19 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -47/+77 |
| 2022-04-11 | Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk | Matthias Krüger | -11/+1 |
| 2022-04-11 | Add a note for unsatisfied `~const Drop` bounds | Deadbeef | -11/+1 |
| 2022-04-07 | Hide cross-crate doc-hidden assoc items in trait impls | León Orell Valerian Liehr | -4/+17 |
| 2022-04-05 | rustdoc changes for ~const Drop | Pietro Albini | -10/+2 |
| 2022-04-01 | Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jsha | Matthias Krüger | -8/+11 |
| 2022-04-01 | Rollup merge of #95344 - jyn514:better-debug-output, r=camelid | Matthias Krüger | -1/+23 |
| 2022-03-31 | rustdoc: do not show primitives and keywords as private | Michael Howell | -8/+11 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -2/+2 |
| 2022-03-30 | fix rustdoc | lcnr | -55/+58 |
| 2022-03-29 | Make `impl Debug for rustdoc::clean::Item` easier to read | Joshua Nelson | -1/+23 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -2/+2 |
| 2022-03-29 | Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:... | Guillaume Gomez | -16/+16 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -83/+52 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -3/+21 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+3 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -19/+8 |
| 2022-03-12 | Remove needless use of `Into` | Noah Lev | -2/+2 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -2/+2 |