| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -2/+2 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -1/+1 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -2/+2 |
| 2021-12-28 | Explain why struct fields are handled by assoc. item code | Noah Lev | -0/+12 |
| 2021-12-28 | Only special case struct fields for intra-doc links, not enum variants | Joshua Nelson | -16/+13 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -1/+1 |
| 2021-12-28 | Fix rustdoc::private_doc_tests lint for public re-exported items | avitex | -1/+1 |
| 2021-12-27 | intra-doc: Use an enum to represent URL fragments | Noah Lev | -75/+109 |
| 2021-12-27 | Remove needless `return` | Noah Lev | -1/+1 |
| 2021-12-23 | Rustdoc: use `is_doc_hidden` method on more places | Jakub Beránek | -8/+2 |
| 2021-12-21 | Auto merge of #92095 - vacuus:master, r=jyn514 | bors | -1/+0 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -20/+2 |
| 2021-12-19 | Remove 'need_backline' field of `DocFragment` | Roc Yu | -1/+0 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-18 | Write code directly instead of using FromIterator | Noah Lev | -1/+4 |
| 2021-12-16 | Rollup merge of #91987 - jsha:docdocgoose, r=jyn514 | Matthias Krüger | -0/+30 |
| 2021-12-15 | Add module documentation for rustdoc passes | Jacob Hoffman-Andrews | -0/+30 |
| 2021-12-15 | rustdoc: remove `--passes` and `--no-defaults` | Peter Jaszkowiak | -20/+2 |