| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -1/+5 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -5/+5 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | update two rustdoc comments | Ellen | -3/+3 |
| 2022-02-12 | change to a struct variant | Ellen | -4/+4 |
| 2022-01-18 | Move render_macro_matcher to own module | David Tolnay | -189/+2 |
| 2022-01-18 | Render more readable macro matchers in rustdoc | David Tolnay | -4/+139 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2022-01-13 | Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomez | Matthias Krüger | -6/+55 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -0/+1 |
| 2022-01-03 | Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelid | bors | -3/+4 |
| 2022-01-01 | Rustdoc: use ThinVec for GenericArgs bindings | Jakub Beránek | -3/+4 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -3/+3 |
| 2021-12-28 | Replace &DocCtxt -> TyCtxt in macro matcher rendering | David Tolnay | -9/+9 |
| 2021-12-27 | rustdoc: Preserve rendering of macro_rules matchers when possible | David Tolnay | -6/+55 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-12 | don't alloc Path and mutate it inplace | klensy | -10/+5 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -3/+1 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -2/+2 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -4/+3 |
| 2021-11-24 | Update comment | Noah Lev | -1/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -3/+4 |