| Age | Commit message (Expand) | Author | Lines |
| 2024-12-31 | Fix typos | ericlehong | -1/+1 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -1/+2 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -3/+3 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -28/+63 |
| 2024-12-19 | Rename TyMethodItem -> RequiredMethodItem | David Tolnay | -5/+5 |
| 2024-12-19 | Rename TyAssocTypeItem -> RequiredAssocTypeItem | David Tolnay | -7/+9 |
| 2024-12-19 | Suppress `= _` on associated constants in impls | David Tolnay | -10/+40 |
| 2024-12-19 | Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem | David Tolnay | -3/+5 |
| 2024-12-19 | Rename TyAssocConstItem -> RequiredAssocConstItem | David Tolnay | -5/+6 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -2/+3 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -4/+2 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -4/+2 |
| 2024-12-14 | Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomez | Matthias Krüger | -0/+8 |
| 2024-12-12 | rustdoc-search: fix mismatched path when parent re-exported twice | Michael Howell | -0/+8 |
| 2024-12-12 | Rename `handle_call` into `infer_id` | Guillaume Gomez | -4/+4 |
| 2024-12-12 | fix self shadowed self compare | klensy | -1/+1 |
| 2024-12-12 | Enable "jump to def" feature on patterns | Guillaume Gomez | -1/+26 |
| 2024-12-05 | Turn `markdown_split_summary_and_content` into a method of `Markdown` | Guillaume Gomez | -3/+3 |
| 2024-12-05 | Always display first line of impl blocks even when collapsed | Guillaume Gomez | -17/+28 |
| 2024-12-02 | rustdoc: Rename set_back_info to restore_module_data. | Alona Enraght-Moony | -1/+1 |
| 2024-12-01 | Fix link to `FormatRenderer` method | Guillaume Gomez | -1/+1 |
| 2024-12-01 | Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere... | Guillaume Gomez | -3/+3 |
| 2024-12-01 | Add documentation for new `FormatRenderer` trait items | Guillaume Gomez | -0/+6 |
| 2024-12-01 | Move `SharedContext` out of `Rc` | Guillaume Gomez | -158/+169 |
| 2024-12-01 | Split ID maps in two parts: the constant one and the updated one | Guillaume Gomez | -6/+0 |
| 2024-12-01 | Stop cloning `Context` so much | Guillaume Gomez | -34/+45 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -96/+92 |
| 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 |