| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddle | León Orell Valerian Liehr | -4/+19 |
| 2024-11-18 | Fix items with generics not having their jump to def link generated | Guillaume Gomez | -3/+18 |
| 2024-11-18 | Fix typo | Guillaume Gomez | -1/+1 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -3/+3 |
| 2024-11-13 | Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddle | Matthias Krüger | -2/+2 |
| 2024-11-13 | Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle | Matthias Krüger | -2/+7 |
| 2024-11-13 | Fix duplicated footnote IDs | Guillaume Gomez | -2/+2 |
| 2024-11-13 | rustdoc: Treat decl macros like other items | León Orell Valerian Liehr | -2/+7 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -19/+101 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -3/+1 |
| 2024-11-01 | rustdoc: Directly use rustc_abi instead of reexports | Jubilee Young | -2/+2 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -12/+62 |
| 2024-10-30 | rustdoc-search: add type param names to index | Michael Howell | -7/+39 |
| 2024-10-28 | rustdoc: Use accessors to interrogate type layouts | Jubilee Young | -4/+4 |
| 2024-10-26 | Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddle | Jubilee | -1/+4 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+3 |
| 2024-10-25 | allow type-based search on foreign functions | binarycat | -1/+4 |
| 2024-10-24 | Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -2/+2 |
| 2024-10-19 | rustdoc: Document `markdown` module. | Alona Enraght-Moony | -1/+1 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -9/+11 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -40/+40 |
| 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 |