| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -1/+0 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -19/+12 |
| 2024-09-25 | don't clone `clean::Item` in `TypeImplCollector` | Lukas Markeffsky | -9/+9 |
| 2024-09-25 | rm higher-ranked lifetimes from `DocVisitor` | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -3/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -36/+35 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -1/+0 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -2/+2 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -131/+233 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -39/+39 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -131/+233 |
| 2024-09-07 | Generate scraped examples buttons in JS | Guillaume Gomez | -1/+0 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -2/+2 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -24/+9 |
| 2024-09-05 | Update to new rustdoc internal API | Guillaume Gomez | -16/+13 |
| 2024-09-05 | Add missing sidebar associated items | Guillaume Gomez | -38/+56 |
| 2024-09-05 | Make impl associated constants sorted first | Guillaume Gomez | -13/+13 |
| 2024-09-05 | Sort impl associated items by kinds and then by appearance | Guillaume Gomez | -1/+52 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -100/+188 |
| 2024-09-02 | Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates | Bryanskiy | -2/+2 |
| 2024-09-02 | Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc | Matthias Krüger | -4/+13 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -0/+5 |
| 2024-08-31 | Unify scraped examples with other code examples | Guillaume Gomez | -24/+9 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustdoc. | Nicholas Nethercote | -0/+5 |
| 2024-08-26 | rustdoc: fix missing resource suffix on `crates.js` | Michael Howell | -9/+15 |
| 2024-08-25 | Generate missing source link on impl associated types | Guillaume Gomez | -0/+2 |
| 2024-08-22 | rustdoc-search: use tighter json for names and parents | Michael Howell | -6/+30 |
| 2024-08-20 | rustdoc: add test case for modnav position when TOC is off | Michael Howell | -11/+7 |
| 2024-08-20 | rustdoc: show code spans as `<code>` in TOC | Michael Howell | -2/+10 |
| 2024-08-20 | rustdoc: add separate section for module items | Michael Howell | -3/+14 |
| 2024-08-20 | rustdoc: add separate section for module items | Michael Howell | -6/+30 |
| 2024-08-20 | Add configuration options to hide TOC or module navigation | Michael Howell | -4/+12 |
| 2024-08-20 | Add Top TOC support to rustdoc | Michael Howell | -98/+139 |
| 2024-08-20 | Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddle | bors | -683/+1551 |
| 2024-08-10 | Stop showing impl items for negative impls | Guillaume Gomez | -16/+21 |
| 2024-08-08 | fix typos, more Self | EtomicBomb | -17/+13 |
| 2024-08-07 | rename sortedjson -> orderedjson | EtomicBomb | -192/+227 |
| 2024-08-07 | added unit tests for write_shared | EtomicBomb | -51/+257 |
| 2024-08-07 | move sorted_template and sorted_json tests | EtomicBomb | -271/+270 |
| 2024-08-07 | add blank line, remove extraneous comment | EtomicBomb | -1/+0 |
| 2024-08-07 | initial implementation of mergable rustdoc cci | EtomicBomb | -682/+1315 |
| 2024-08-04 | rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`) | Noah Lev | -6/+5 |
| 2024-08-04 | Use `match` instead of sequence of `if let`s | Noah Lev | -234/+243 |
| 2024-08-04 | rustdoc: Stop treating `Self` as a generic in search index | Noah Lev | -6/+1 |
| 2024-08-04 | rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)` | Noah Lev | -3/+12 |
| 2024-08-04 | rustdoc: Rename `SelfTy` to `ReceiverTy` | Noah Lev | -7/+7 |
| 2024-08-01 | rustdoc: Remove dead opaque_tys rendering logic | Alona Enraght-Moony | -10/+0 |
| 2024-08-01 | rustdoc: Remove OpaqueTy | Alona Enraght-Moony | -33/+0 |
| 2024-07-29 | rustdoc: properly handle path wrapping | Michael Howell | -1/+1 |
| 2024-07-29 | rustdoc: use `<wbr>` in sidebar headers | Michael Howell | -1/+17 |