| Age | Commit message (Expand) | Author | Lines |
| 2022-11-05 | rustdoc: print usize with less string manipulation | Michael Howell | -12/+6 |
| 2022-11-05 | rustdoc: use `ThinVec` and `Box<str>` to shrink `clean::ItemKind` | Michael Howell | -2/+2 |
| 2022-11-04 | rustdoc: render the return type of cross-crate `Fn`-family trait bounds in tr... | León Orell Valerian Liehr | -7/+7 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -4/+5 |
| 2022-10-30 | rustdoc: Do not add external traits to the crate in `register_res` | Vadim Petrochenkov | -4/+0 |
| 2022-10-29 | rustdoc: Simplify modifications of effective visibility table | Vadim Petrochenkov | -2/+1 |
| 2022-10-09 | Remove unnecessary lift calls from rustdoc | Michael Goulet | -4/+4 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+3 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -2/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -4/+3 |
| 2022-09-15 | Streamline `register_res`. | Nicholas Nethercote | -21/+5 |
| 2022-09-13 | rebase | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -3/+2 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -2/+2 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -9/+25 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -4/+4 |
| 2022-08-09 | remove Clean trait implementation for ast::Module | Guillaume Gomez | -4/+4 |
| 2022-08-03 | remove Clean trait implementation for ty::Region | Guillaume Gomez | -4/+4 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -2/+1 |
| 2022-07-24 | Remove Clean trait implementation for Constant | Guillaume Gomez | -4/+4 |
| 2022-07-23 | Remove Clean trait implementation for hir::Ty and middle::Ty | Guillaume Gomez | -4/+5 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -1/+1 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -6/+87 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -6/+87 |
| 2022-06-21 | Rustdoc fallout. | Camille GILLOT | -6/+3 |
| 2022-06-14 | address review | b-naber | -9/+10 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -7/+6 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-05-25 | Auto merge of #97365 - klensy:rustdoc-vs-clippy, r=notriddle | bors | -1/+1 |
| 2022-05-24 | fix simple clippy lints | klensy | -1/+1 |
| 2022-05-24 | Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPC | Dylan DPC | -11/+11 |
| 2022-05-22 | Lifetime variance fixes for rustdoc | Michael Goulet | -11/+11 |
| 2022-05-21 | Extend `substs_to_args` into a perfectly-sized Vec almost every time | Michael Howell | -16/+16 |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -4/+4 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -18/+22 |
| 2022-05-10 | update rustdoc | lcnr | -4/+3 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -2/+2 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -1/+1 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -1/+1 |
| 2022-03-30 | fix rustdoc | lcnr | -1/+1 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -4/+2 |
| 2022-03-06 | Fix rustdoc for GATs with with anonymous bound regions | Michael Goulet | -20/+25 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -4/+2 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -5/+1 |
| 2022-02-21 | update rustdoc | lcnr | -1/+1 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -5/+1 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -1/+5 |