| Age | Commit message (Expand) | Author | Lines |
| 2023-07-24 | Re-add missing generics in `first_non_private` | Guillaume Gomez | -3/+23 |
| 2023-07-24 | Add support for `--document-hidden-items` in `first_non_private` | Guillaume Gomez | -1/+2 |
| 2023-07-24 | Add test for private items | Guillaume Gomez | -0/+3 |
| 2023-07-24 | Correctly handle `super` and `::` | Guillaume Gomez | -1/+10 |
| 2023-07-24 | Rename `first_not_private` into `first_non_private` | Guillaume Gomez | -2/+2 |
| 2023-07-24 | Improve code readability | Guillaume Gomez | -32/+27 |
| 2023-07-24 | If re-export is private, get the next item until a public one is found or exp... | Guillaume Gomez | -3/+93 |
| 2023-07-24 | Fix missing attribute merge on glob foreign re-exports | Guillaume Gomez | -16/+37 |
| 2023-07-22 | fix doc links on `extern crate` items | Lukas Markeffsky | -13/+14 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -1/+4 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -28/+27 |
| 2023-07-19 | Rollup merge of #113785 - GuillaumeGomez:tests/rustdoc/issue-105735-fix, r=no... | Dylan DPC | -3/+16 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -0/+1 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -0/+1 |
| 2023-07-18 | Remove unneeded `Option<Symbol>` in `foreign_items` | Guillaume Gomez | -1/+1 |
| 2023-07-18 | Fix invalid display of inlined re-export | Guillaume Gomez | -3/+16 |
| 2023-07-18 | Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obk | bors | -2/+2 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -8/+8 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -2/+2 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -8/+8 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -80/+78 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -18/+16 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -2/+1 |
| 2023-06-27 | Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgr | bors | -1/+4 |
| 2023-06-27 | Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddle | Matthias Krüger | -1/+4 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -39/+19 |
| 2023-06-26 | Add/improve code comments | Guillaume Gomez | -1/+4 |
| 2023-06-26 | Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez | Takayuki Maeda | -43/+45 |
| 2023-06-25 | rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos | León Orell Valerian Liehr | -13/+5 |
| 2023-06-24 | rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b... | León Orell Valerian Liehr | -43/+45 |
| 2023-06-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -13/+8 |
| 2023-06-23 | Link to the corresponding channel in the help popover | Guillaume Gomez | -0/+3 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -13/+8 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not... | Guillaume Gomez | -9/+13 |
| 2023-06-21 | Correctly handle Weak type aliases in rustdoc | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -20/+21 |
| 2023-06-20 | Add `Item::def_id` helper | Guillaume Gomez | -9/+13 |
| 2023-06-19 | Clean up "doc(hidden)" check | Guillaume Gomez | -3/+11 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -20/+21 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+5 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -3/+3 |
| 2023-06-07 | use wf::object_region_bounds | León Orell Valerian Liehr | -42/+9 |
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -49/+268 |
| 2023-06-05 | cleanup some skip_binder -> subst_identity | Kyle Matsuda | -3/+3 |
| 2023-06-04 | Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n... | Matthias Krüger | -1/+2 |
| 2023-06-01 | Fix bug where private item with intermediate doc hidden re-export was not inl... | Guillaume Gomez | -1/+2 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -3/+3 |