| Age | Commit message (Expand) | Author | Lines |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -3/+1 |
| 2024-10-30 | rustdoc-search: add type param names to index | Michael Howell | -0/+1 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+3 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -2/+2 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -19/+19 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -9/+9 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -1/+0 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -0/+1 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -11/+11 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -0/+1 |
| 2024-09-07 | Generate scraped examples buttons in JS | Guillaume Gomez | -1/+0 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -24/+9 |
| 2024-09-05 | Make impl associated constants sorted first | Guillaume Gomez | -11/+11 |
| 2024-09-05 | Sort impl associated items by kinds and then by appearance | Guillaume Gomez | -1/+52 |
| 2024-09-02 | Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc | Matthias Krüger | -4/+13 |
| 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/+1 |
| 2024-08-25 | Generate missing source link on impl associated types | Guillaume Gomez | -0/+2 |
| 2024-08-20 | Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddle | bors | -0/+2 |
| 2024-08-10 | Stop showing impl items for negative impls | Guillaume Gomez | -16/+21 |
| 2024-08-07 | rename sortedjson -> orderedjson | EtomicBomb | -1/+1 |
| 2024-08-07 | initial implementation of mergable rustdoc cci | EtomicBomb | -0/+2 |
| 2024-08-04 | rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`) | Noah Lev | -6/+5 |
| 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 | -2/+0 |
| 2024-07-29 | rustdoc: use `<wbr>` in sidebar headers | Michael Howell | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+7 |
| 2024-07-27 | rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` | Michael Howell | -23/+44 |
| 2024-07-23 | Replace askama with rinja | Guillaume Gomez | -1/+1 |
| 2024-07-15 | Create new CSS class for "big toggles" | Guillaume Gomez | -1/+1 |
| 2024-07-15 | doc: Fold inline methods from Deref | Lzu Tao | -4/+13 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -5/+0 |
| 2024-05-26 | rustdoc: Show "const" for const-unstable if also overall unstable | Noah Lev | -3/+5 |
| 2024-05-25 | rustdoc: Elide const-unstable if also unstable overall | Noah Lev | -8/+13 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -4/+4 |
| 2024-05-14 | rustdoc: Negative impls are not notable | Michael Goulet | -0/+8 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -0/+1 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -5/+0 |
| 2024-04-19 | rustdoc-search: add index of borrow references | Michael Howell | -0/+1 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -49/+13 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -0/+2 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -3/+3 |
| 2024-04-08 | rustdoc-search: single result for items with multiple paths | Michael Howell | -0/+2 |
| 2024-04-02 | Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez | Guillaume Gomez | -29/+4 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -1/+1 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -1/+1 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -2/+2 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -29/+4 |