| Age | Commit message (Expand) | Author | Lines |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -2/+2 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -1/+1 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-15 | Appease the tools: clippy, rustdoc | Michael Goulet | -16/+0 |
| 2023-12-15 | Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc | Guillaume Gomez | -34/+42 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -1/+1 |
| 2023-12-14 | rustdoc: avoid ParamEnv with infer vars | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -2/+2 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -6/+7 |
| 2023-11-27 | Address unused tuple struct fields in rustdoc | Jake Goulding | -5/+2 |
| 2023-11-22 | Add documentation on `filter_doc_attr` | Guillaume Gomez | -0/+2 |
| 2023-11-22 | Don't merge cfg and doc(cfg) attributes for re-exports | Guillaume Gomez | -34/+40 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -41/+49 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -5/+5 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -8/+4 |
| 2023-11-05 | rustdoc: properly elide cross-crate host effect args | León Orell Valerian Liehr | -1/+2 |
| 2023-10-30 | Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla... | Guillaume Gomez | -5/+7 |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -5/+7 |
| 2023-10-29 | rustdoc: Use `ThinVec` in `GenericParamDefKind` | Noah Lev | -6/+6 |
| 2023-10-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -7/+32 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -15/+15 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -7/+32 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-13 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+1 |
| 2023-10-12 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -8/+15 |
| 2023-10-12 | Hide host effect params from docs | Oli Scherer | -1/+3 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -58/+53 |
| 2023-10-03 | rustdoc: add support for cross-crate higher-ranked types | León Orell Valerian Liehr | -1/+16 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -57/+37 |
| 2023-09-30 | rustdoc: reduce the amount of `asyncness` query executions | León Orell Valerian Liehr | -1/+7 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -3/+3 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -8/+13 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -8/+13 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -1/+0 |
| 2023-09-20 | ignore host effect params in rustdoc | Deadbeef | -0/+1 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -2/+2 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -1/+1 |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -4/+132 |
| 2023-09-01 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -7/+20 |
| 2023-08-26 | rustdoc: normalize all typedef inner types | Urgau | -0/+25 |
| 2023-08-26 | rustdoc: bind typedef inner type items to the folding system | Urgau | -7/+2 |
| 2023-08-26 | rustdoc: show inner enum and struct in type definition for concrete type | Urgau | -4/+112 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -5/+9 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -4/+4 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -4/+4 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -3/+3 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+2 |
| 2023-07-29 | Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs` | Guillaume Gomez | -1/+1 |