| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -1/+12 |
| 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 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-11-19 | Use fast comparison against `kw::Empty` | Noah Lev | -1/+3 |
| 2021-11-18 | rustdoc: Avoid using `Iterator::count()` where possible | Noah Lev | -1/+1 |
| 2021-11-18 | rustdoc: Remove unused `DocFragment.line` field | Noah Lev | -1/+0 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -3/+4 |
| 2021-11-11 | Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkov | bors | -4/+27 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -1/+2 |
| 2021-11-08 | Add more missing methods to `IntraLinkCrateLoader` | Joshua Nelson | -4/+27 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -2/+2 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+2 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -3/+4 |
| 2021-11-01 | List all cases explicitly in `Doc{Folder,Visitor}` | Noah Lev | -2/+5 |
| 2021-10-31 | Convert more impls of `DocFolder` to `DocVisitor` | Noah Lev | -27/+26 |
| 2021-10-31 | Convert many impls of `DocFolder` to `DocVisitor` | Noah Lev | -38/+39 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -9/+43 |
| 2021-10-29 | Fix panic when documenting libproc-macro | Guillaume Gomez | -13/+10 |
| 2021-10-29 | Add tests for recursive deref | Guillaume Gomez | -4/+7 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -1/+35 |
| 2021-10-27 | Improve perf measurements of `build_extern_trait_impl` | Noah Lev | -3/+1 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -5/+5 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -21/+20 |
| 2021-10-22 | Rename `Type::def_id_full()` to `Type::def_id()` | Noah Lev | -1/+1 |
| 2021-10-22 | Rename `Type::def_id()` to `Type::def_id_no_primitives()` | Noah Lev | -3/+3 |
| 2021-10-22 | Use `def_id_full()` where easily possible | Noah Lev | -1/+1 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -1/+1 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -3/+7 |