| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -0/+4 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -6/+2 |
| 2022-02-08 | Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkov | Matthias Krüger | -19/+5 |
| 2022-02-08 | Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr... | Matthias Krüger | -9/+65 |
| 2022-02-06 | rustdoc: Special-case macro lookups less | Joshua Nelson | -19/+5 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+7 |
| 2022-02-01 | Use multipart suggestion for code wrapping | Michael Howell | -17/+10 |
| 2022-02-01 | Fix unicode slicing bug | Michael Howell | -3/+3 |
| 2022-02-01 | In retrospect, MachineApplicable is probably too confident | Michael Howell | -1/+1 |
| 2022-02-01 | rustdoc: correct unclosed HTML tags as generics | Michael Howell | -9/+72 |
| 2022-01-30 | Auto merge of #92711 - zredb:issue-90187-fix, r=notriddle | bors | -11/+15 |
| 2022-01-28 | rustdoc: load the set of in-scope traits for modules with no docstring | Michael Howell | -0/+11 |
| 2022-01-26 | Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomez | bors | -25/+103 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -25/+103 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -1/+1 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-18 | intra-doc: Use the impl's assoc item where possible | Noah Lev | -35/+53 |
| 2022-01-17 | fix #90187 | zredb | -2/+2 |
| 2022-01-17 | fix #90187 | zredb | -8/+11 |
| 2022-01-17 | fix #90187 | zredb | -3/+4 |
| 2022-01-17 | Rollup merge of #92799 - rust-lang:followup-from-92533, r=Aaron1011 | Matthias Krüger | -7/+3 |
| 2022-01-16 | Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid | Matthias Krüger | -1/+12 |
| 2022-01-16 | Rollup merge of #92635 - camelid:yet-more-cleanup, r=Manishearth | Matthias Krüger | -157/+159 |
| 2022-01-15 | Fix broken link | Noah Lev | -1/+1 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -5/+4 |
| 2022-01-13 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -1/+12 |
| 2022-01-11 | Remove some unnecessary uses of `FieldDef::ident` | Noah Lev | -7/+3 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-10 | Update some comments post the side channel removal | Noah Lev | -5/+2 |
| 2022-01-10 | Extract functions for two closures | Noah Lev | -73/+107 |
| 2022-01-10 | Update comment and make code clearer | Noah Lev | -5/+4 |
| 2022-01-10 | Remove unnecessary conditional for suggesting disambiguator | Noah Lev | -4/+1 |
| 2022-01-10 | Use Res instead of Disambiguator for `resolved` in `report_mismatch` | Noah Lev | -65/+50 |
| 2022-01-10 | Remove hack that is no longer necessary | Noah Lev | -11/+1 |
| 2022-01-11 | Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearth | bors | -140/+147 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -92/+129 |
| 2022-01-06 | Split out `ItemFragment` from `UrlFragment` | Noah Lev | -39/+49 |
| 2022-01-06 | Remove the side channel | Noah Lev | -44/+11 |
| 2022-01-06 | Remove the last use of the side channel | Noah Lev | -4/+13 |
| 2022-01-06 | Use fragment instead of side channel in another place | Noah Lev | -1/+5 |
| 2022-01-06 | Use fragment instead of side channel for prim. assoc. items | Noah Lev | -1/+3 |
| 2022-01-06 | Extract function for reporting feature gate error | Noah Lev | -16/+15 |
| 2022-01-06 | Only check for conflicting anchors in one place | Noah Lev | -24/+34 |
| 2022-01-06 | Use `DefId`s instead of names in `UrlFragment` | Noah Lev | -44/+48 |
| 2022-01-06 | Move anchor conflict check to call site | Noah Lev | -6/+8 |
| 2022-01-06 | Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=... | Matthias Krüger | -21/+71 |
| 2022-01-06 | Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-05 | Remove unsupported types in primitive_to_ty conversion, add FIXME note | Mahdi Dibaiee | -8/+3 |
| 2022-01-05 | Rustdoc: resolve associated traits for primitive types | Mahdi Dibaiee | -21/+76 |