| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-04 | Rollup merge of #89474 - camelid:better-pass-name, r=jyn514 | Jubilee | -14/+14 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -1/+1 |
| 2021-10-02 | rustdoc: Improve doctest pass's name and module's name | Noah Lev | -14/+14 |
| 2021-10-01 | rustdoc: use slice::contains instead of open-coding it | Michael Howell | -2/+2 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -2/+4 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -1/+3 |
| 2021-09-28 | Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez | bors | -4/+14 |
| 2021-09-26 | Use the correct edition when syntax highlighting doctests | Joshua Nelson | -2/+12 |
| 2021-09-26 | Preserve the whole LangSyntax when parsing doctests | Joshua Nelson | -2/+2 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -1/+1 |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -1/+1 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -1/+1 |
| 2021-09-17 | Don't lint about missing code examples in derived traits | Hans | -0/+1 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -2/+2 |
| 2021-09-13 | Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez | bors | -0/+20 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -1/+1 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -36/+23 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-10 | Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani... | Manish Goregaokar | -3/+37 |
| 2021-09-10 | Don't require documentation for fields in an enum tuple variant or for tuple ... | Guillaume Gomez | -3/+37 |
| 2021-09-09 | Allow missing code examples in trait impls. | Hans Niklas Jacob | -0/+20 |
| 2021-09-03 | Use `summary_opts()` for Markdown summaries | Noah Lev | -4/+4 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -2/+2 |