| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -2/+2 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -11/+14 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -11/+14 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -1/+1 |
| 2024-04-11 | Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle | Matthias Krüger | -1/+8 |
| 2024-04-08 | rustdoc: slightly clean up the synthesis of blanket impls | León Orell Valerian Liehr | -5/+4 |
| 2024-04-04 | In case a foreign item has `doc(hidden)` attribute, we simply merged its attr... | Guillaume Gomez | -1/+8 |
| 2024-04-02 | rustdoc: heavily simplify synthesis of auto trait impls | León Orell Valerian Liehr | -12/+4 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+1 |
| 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 | -2/+3 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -3/+4 |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -2/+3 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-02-07 | Use correct param env when building and cleaning items in librustdoc | Michael Goulet | -2/+6 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+3 |
| 2024-01-09 | Move variables closer to their usage sites | León Orell Valerian Liehr | -6/+4 |
| 2024-01-09 | Simplify elision of default generic arguments | León Orell Valerian Liehr | -48/+42 |
| 2024-01-09 | Don't arena-allocate extended generic args | León Orell Valerian Liehr | -22/+25 |
| 2024-01-09 | Offset args of trait object types when cleaning | León Orell Valerian Liehr | -6/+25 |
| 2024-01-09 | Rename rustc_middle path cleaning functions | León Orell Valerian Liehr | -25/+19 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -3/+2 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -1/+2 |
| 2023-11-25 | is_{some,ok}_and for rustdoc | Michael Goulet | -3/+2 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -8/+7 |
| 2023-11-08 | Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-... | Matthias Krüger | -5/+1 |
| 2023-11-08 | rustdoc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-11-05 | rustdoc: properly elide cross-crate host effect args | León Orell Valerian Liehr | -5/+1 |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -26/+106 |
| 2023-10-13 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+3 |
| 2023-10-12 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -0/+1 |
| 2023-10-09 | Improve code | Guillaume Gomez | -24/+12 |
| 2023-09-25 | Show enum variant value if it is a C-like variant | Guillaume Gomez | -11/+29 |
| 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-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -1/+1 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -5/+4 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -95/+2 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -95/+2 |
| 2023-09-01 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -1/+3 |
| 2023-08-30 | Do not ICE in rustdoc. | Camille GILLOT | -1/+1 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -9/+15 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -10/+8 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -2/+16 |
| 2023-08-02 | Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk | Nilstrieb | -6/+0 |
| 2023-08-02 | get auto traits for parallel rustc | SparrowLii | -6/+0 |
| 2023-07-29 | Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs` | Guillaume Gomez | -1/+33 |
| 2023-07-22 | fix doc links on `extern crate` items | Lukas Markeffsky | -4/+8 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -18/+13 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+1 |