| Age | Commit message (Expand) | Author | Lines |
| 2024-12-31 | Fix typos | ericlehong | -4/+4 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -6/+14 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -10/+9 |
| 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-19 | Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle | 许杰友 Jieyou Xu (Joe) | -16/+50 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -3/+4 |
| 2024-12-17 | Fix intra doc links not generated inside footnote definitions | Guillaume Gomez | -16/+50 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -1/+6 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -3/+4 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -8/+3 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -8/+3 |
| 2024-12-14 | Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomez | Matthias Krüger | -0/+8 |
| 2024-12-13 | rustdoc-search: show `impl Trait` inline when unhighlighted | Michael Howell | -1/+6 |
| 2024-12-12 | rustdoc-search: fix mismatched path when parent re-exported twice | Michael Howell | -0/+8 |
| 2024-12-12 | fix self shadowed self compare | klensy | -1/+1 |
| 2024-12-05 | Improve positioning of "..." in collapsed impl block | Guillaume Gomez | -3/+8 |
| 2024-12-05 | Use text ellipsis instead of bottom blurring | Guillaume Gomez | -11/+16 |
| 2024-12-05 | Turn `markdown_split_summary_and_content` into a method of `Markdown` | Guillaume Gomez | -49/+52 |
| 2024-12-05 | Always display first line of impl blocks even when collapsed | Guillaume Gomez | -47/+141 |
| 2024-12-04 | Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddle | Matthias Krüger | -28/+22 |
| 2024-12-04 | Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2024-12-03 | Rename `is_real_and_local` function into `filename_real_and_local` | Guillaume Gomez | -3/+4 |
| 2024-12-03 | Improve code for FileName retrieval in rustdoc | Guillaume Gomez | -28/+21 |
| 2024-12-02 | rustdoc: Rename set_back_info to restore_module_data. | Alona Enraght-Moony | -1/+1 |
| 2024-12-02 | Remove static HashSet for default IDs list | Guillaume Gomez | -60/+56 |
| 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 | -162/+171 |
| 2024-12-01 | Store default ID map in a static | Guillaume Gomez | -3/+7 |
| 2024-12-01 | Split ID maps in two parts: the constant one and the updated one | Guillaume Gomez | -67/+57 |
| 2024-12-01 | Stop cloning `Context` so much | Guillaume Gomez | -85/+111 |
| 2024-11-29 | Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdoc | Matthias Krüger | -15/+35 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -148/+145 |
| 2024-11-26 | Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddle | Michael Goulet | -5/+8 |
| 2024-11-25 | Fix `Result` and `Option` not getting a jump to def link generated | Guillaume Gomez | -5/+8 |
| 2024-11-23 | do not to_string, use display | klensy | -1/+1 |
| 2024-11-19 | Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-... | Matthias Krüger | -4/+3 |
| 2024-11-19 | Remove `TokenKind::InvalidPrefix`. | Nicholas Nethercote | -4/+3 |
| 2024-11-19 | Rollup merge of #133185 - notriddle:notriddle/roaringbitmap, r=notriddle | León Orell Valerian Liehr | -10/+55 |
| 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 | rustdoc-search: add descriptive comments to bitmap class | Michael Howell | -0/+23 |
| 2024-11-18 | rustdoc-search: use smart binary search in bitmaps | Michael Howell | -10/+32 |
| 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 |