| Age | Commit message (Expand) | Author | Lines |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -99/+170 |
| 2024-12-19 | Rename TyMethodItem -> RequiredMethodItem | David Tolnay | -20/+24 |
| 2024-12-19 | Rename TyAssocTypeItem -> RequiredAssocTypeItem | David Tolnay | -23/+25 |
| 2024-12-19 | Suppress `= _` on associated constants in impls | David Tolnay | -10/+40 |
| 2024-12-19 | Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem | David Tolnay | -34/+62 |
| 2024-12-19 | Rename TyAssocConstItem -> RequiredAssocConstItem | David Tolnay | -22/+29 |
| 2024-12-19 | Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle | 许杰友 Jieyou Xu (Joe) | -16/+50 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -2/+2 |
| 2024-12-17 | Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu | bors | -1/+1 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -15/+15 |
| 2024-12-17 | Fix intra doc links not generated inside footnote definitions | Guillaume Gomez | -16/+50 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -62/+53 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -1/+6 |
| 2024-12-16 | Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddle | Matthias Krüger | -18/+42 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -9/+10 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -6/+5 |
| 2024-12-16 | Remove unneeded handling of backlines in doctest attributes | Guillaume Gomez | -2/+0 |
| 2024-12-16 | Also handle cases where attributes are unclosed | Guillaume Gomez | -16/+40 |
| 2024-12-16 | try fix hir-attrs perf | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -54/+52 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -12/+7 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -12/+7 |
| 2024-12-14 | Remove the parse query | bjorn3 | -65/+53 |
| 2024-12-14 | Get rid of of the global_ctxt query | bjorn3 | -19/+22 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -2/+6 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -2/+6 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -1/+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-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+3 |
| 2024-12-13 | Correctly handle comments in attributes in doctests source code | Guillaume Gomez | -0/+2 |
| 2024-12-13 | Remove registered_lints field from Session | bjorn3 | -1/+3 |
| 2024-12-12 | rustdoc-search: fix mismatched path when parent re-exported twice | Michael Howell | -0/+8 |
| 2024-12-12 | Rollup merge of #134214 - klensy:rd-shadow, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-12-12 | Fix tools | Michael Goulet | -0/+3 |
| 2024-12-12 | fix self shadowed self compare | klensy | -1/+1 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -3/+0 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -49/+33 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -48/+31 |
| 2024-12-06 | Store a single copy of the error registry in DiagCtxt | bjorn3 | -1/+2 |
| 2024-12-06 | remove eq for attributes | Jonathan Dönszelmann | -13/+0 |
| 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 | -18/+18 |
| 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 |