| Age | Commit message (Expand) | Author | Lines |
| 2023-07-29 | Move Res check into `should_ignore_res` | Guillaume Gomez | -2/+2 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -38/+28 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+2 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -5/+5 |
| 2023-07-27 | Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm... | bors | -3/+121 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -31/+49 |
| 2023-07-27 | Remove transmute calls and caching for use paths | Guillaume Gomez | -30/+13 |
| 2023-07-27 | Avoid some token cloning in `filter_tokens_from_list`. | Nicholas Nethercote | -5/+5 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -13/+24 |
| 2023-07-26 | Fix regression for private in public | Guillaume Gomez | -0/+1 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -10/+34 |
| 2023-07-26 | rustdoc: stylistic changes | León Orell Valerian Liehr | -21/+15 |
| 2023-07-25 | Improve performance of `first_non_private` | Guillaume Gomez | -22/+18 |
| 2023-07-24 | Cache qpath first public result | Guillaume Gomez | -26/+46 |
| 2023-07-24 | Revert "Remove needs for transmute" | Guillaume Gomez | -17/+20 |
| 2023-07-24 | Remove needs for transmute | Guillaume Gomez | -20/+17 |
| 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 | -13/+24 |
| 2023-07-22 | fix doc links on `extern crate` items | Lukas Markeffsky | -9/+6 |
| 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 | -4/+4 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -2/+2 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -4/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -46/+49 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+1 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -2/+1 |
| 2023-06-27 | Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgr | bors | -1/+1 |
| 2023-06-27 | Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -30/+14 |
| 2023-06-26 | Add/improve code comments | Guillaume Gomez | -1/+1 |
| 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-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 | 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 | -16/+15 |
| 2023-06-19 | Clean up "doc(hidden)" check | Guillaume Gomez | -3/+3 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -16/+15 |
| 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 |