| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+1 |
| 2023-10-20 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -8/+15 |
| 2023-10-20 | Hide host effect params from docs | Oli Scherer | -1/+3 |
| 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 |
| 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 |