| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -13/+15 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -3/+3 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -28/+19 |
| 2024-04-04 | In case a foreign item has `doc(hidden)` attribute, we simply merged its attr... | Guillaume Gomez | -5/+14 |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -3/+13 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-02-17 | Fix missing trait impls for type in rustc docs | Shoyu Vanilla | -7/+12 |
| 2024-02-15 | rustdoc: cross-crate re-exports: correctly render late-bound params in source... | León Orell Valerian Liehr | -14/+36 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -18/+38 |
| 2024-02-09 | Unify item relative path computation in one function | Guillaume Gomez | -3/+16 |
| 2024-02-07 | Use correct param env when building and cleaning items in librustdoc | Michael Goulet | -18/+38 |
| 2024-02-04 | Prevent running some code if it is already in the map | Guillaume Gomez | -0/+8 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -2/+2 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -6/+12 |
| 2023-11-08 | rustdoc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-10-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -3/+9 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -3/+3 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -3/+9 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -12/+5 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 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 | -0/+3 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -4/+4 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -3/+3 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -3/+3 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -3/+3 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -3/+3 |
| 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 | -1/+1 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -0/+5 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -3/+13 |
| 2023-07-24 | Fix missing attribute merge on glob foreign re-exports | Guillaume Gomez | -3/+13 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -0/+2 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -2/+2 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -3/+3 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -3/+3 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -5/+5 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -3/+3 |
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -5/+14 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -2/+2 |
| 2023-05-04 | IAT: Rustdoc integration | León Orell Valerian Liehr | -1/+6 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -1/+2 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -1/+1 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -10/+16 |
| 2023-04-13 | Correctly handle built-in compiler proc-macros as proc-macro and not macro | Guillaume Gomez | -10/+16 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -1/+0 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+1 |