| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -26/+9 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -17/+17 |
| 2024-07-17 | Remove some unintended changes to imports | Noah Lev | -3/+5 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -17/+17 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -1/+3 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -2/+3 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -4/+14 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -1/+1 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -3/+5 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -2/+2 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -2/+3 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -2/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -5/+9 |
| 2024-06-20 | Implement `unsafe_extern_blocks` feature in rustdoc | Guillaume Gomez | -9/+6 |
| 2024-06-17 | Fix other tools | Michael Goulet | -0/+2 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+6 |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -23/+9 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -2/+6 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -36/+43 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -3/+3 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -6/+27 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -2/+2 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -2/+2 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -2/+5 |
| 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 |