| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | rustdoc: update module-level docs of `rustdoc::clean` | León Orell Valerian Liehr | -2/+22 |
| 2024-04-11 | Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle | Matthias Krüger | -11/+11 |
| 2024-04-09 | Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid | Matthias Krüger | -3/+3 |
| 2024-04-08 | rustdoc: slightly clean up the synthesis of blanket impls | León Orell Valerian Liehr | -3/+3 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+4 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+1 |
| 2024-04-04 | Improve code a bit | Guillaume Gomez | -11/+11 |
| 2024-04-02 | rustdoc: heavily simplify synthesis of auto trait impls | León Orell Valerian Liehr | -73/+35 |
| 2024-04-01 | rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set} | León Orell Valerian Liehr | -1/+0 |
| 2024-03-27 | Remove `DefId`'s `Partial/Ord` impls | Oli Scherer | -7/+6 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -21/+9 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -1/+4 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -1/+1 |
| 2024-03-15 | Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -4/+2 |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -1/+2 |
| 2024-02-15 | Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G... | Matthias Krüger | -38/+33 |
| 2024-02-15 | rustdoc: cross-crate re-exports: correctly render late-bound params in source... | León Orell Valerian Liehr | -38/+33 |
| 2024-02-13 | Rollup merge of #120999 - fmease:rustdoc-rm-instantiation-param, r=notriddle | Matthias Krüger | -39/+13 |
| 2024-02-13 | Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume... | Matthias Krüger | -1/+1 |
| 2024-02-13 | Replace clean::InstantiationParam with clean::GenericArg | León Orell Valerian Liehr | -39/+13 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -4/+10 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -1/+3 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -4/+10 |
| 2024-02-12 | Clean inlined type alias with correct param-env | Michael Goulet | -1/+3 |
| 2024-02-12 | Fix compile error in rustdoc. | Frank King | -9/+2 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+10 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -1/+3 |
| 2024-02-07 | Use correct param env when building and cleaning items in librustdoc | Michael Goulet | -1/+3 |
| 2024-02-07 | docs: also check the inline stmt during redundant link check | bohan | -1/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+1 |
| 2024-02-01 | Fix handling of `doc_auto_cfg` feature for `cfg` attributes on glob reexport | Guillaume Gomez | -1/+1 |
| 2024-01-31 | Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n... | Nadrieril | -1/+19 |
| 2024-01-30 | rustdoc: Correctly handle attribute merge if this is a glob reexport | Guillaume Gomez | -1/+19 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -2/+3 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+1 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+1 |
| 2024-01-10 | Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk | bors | -2/+2 |
| 2024-01-10 | Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r... | Matthias Krüger | -26/+26 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -1/+1 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Don't arena-allocate extended generic args | León Orell Valerian Liehr | -6/+6 |
| 2024-01-09 | Offset args of trait object types when cleaning | León Orell Valerian Liehr | -10/+4 |
| 2024-01-09 | Rename rustc_middle path cleaning functions | León Orell Valerian Liehr | -10/+16 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -2/+2 |