| Age | Commit message (Expand) | Author | Lines |
| 2023-10-09 | Improve code | Guillaume Gomez | -24/+12 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -99/+66 |
| 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 | -98/+50 |
| 2023-09-30 | rustdoc: reduce the amount of `asyncness` query executions | León Orell Valerian Liehr | -1/+7 |
| 2023-09-29 | rustdoc: simplify sugared_async_return_type | León Orell Valerian Liehr | -26/+9 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -4/+4 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -30/+35 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -30/+35 |
| 2023-09-25 | Show enum variant value if it is a C-like variant | Guillaume Gomez | -15/+32 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -1/+0 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -0/+1 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -2/+6 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -4/+4 |
| 2023-09-20 | ignore host effect params in rustdoc | Deadbeef | -0/+1 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -1/+1 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -5/+4 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -4/+0 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -5/+4 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -15/+36 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -2/+2 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -2/+4 |
| 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-08 | Reuse rustdoc's doc comment handling in Clippy | Alex Macleod | -2/+4 |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -11/+148 |
| 2023-09-03 | rustdoc-search: add support for type parameters | Michael Howell | -4/+0 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -98/+6 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -98/+6 |
| 2023-09-01 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -8/+23 |
| 2023-08-30 | Do not ICE in rustdoc. | Camille GILLOT | -1/+1 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -17/+0 |
| 2023-08-26 | rustdoc: remove details for type alias inner type and fix sidebar | Urgau | -0/+17 |
| 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 | -21/+5 |
| 2023-08-26 | rustdoc: handle typedef inner type when doing cross-crate inlining | Urgau | -10/+6 |
| 2023-08-26 | rustdoc: show inner enum and struct in type definition for concrete type | Urgau | -4/+136 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -16/+20 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -50/+54 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -12/+18 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -43/+41 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -5/+5 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -5/+5 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -6/+20 |
| 2023-08-03 | Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkov | bors | -9/+5 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+2 |
| 2023-08-02 | Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk | Nilstrieb | -6/+0 |