| Age | Commit message (Expand) | Author | Lines |
| 2021-01-20 | Remove FIXME | Camelid | -1/+0 |
| 2021-01-20 | Update `find_nearest_parent_module` | Camelid | -2/+7 |
| 2021-01-20 | Add missing code to `find_closest_parent_module` | Camelid | -9/+1 |
| 2021-01-20 | Fix bugs; fix and add tests | Camelid | -20/+2 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-12-22 | Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrum | bors | -15/+19 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -4/+4 |
| 2020-12-20 | Get rid of `locate()` in markdown handling | Joshua Nelson | -34/+28 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -16/+20 |
| 2020-12-16 | Add more timing info to rustdoc | Joshua Nelson | -15/+19 |
| 2020-12-15 | Don't look for blanket impls in intra-doc links | Joshua Nelson | -69/+14 |
| 2020-12-15 | Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomez | bors | -2/+9 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -2/+9 |
| 2020-12-14 | Review suggestions | Dániel Buga | -79/+87 |
| 2020-12-14 | Cache link resolution results in current module | Dániel Buga | -14/+79 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -2/+1 |
| 2020-12-12 | Auto merge of #79976 - jyn514:assertion-failure, r=jyn514 | bors | -1/+1 |
| 2020-12-12 | Remove incorrect assert | Joshua Nelson | -1/+1 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -9/+6 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -9/+6 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+1 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -1/+27 |
| 2020-12-07 | Review feedback for collect_intra_doc_links.rs | Eric Arellano | -2/+3 |
| 2020-12-07 | Dogfood 'str_split_once() with librustdoc | Eric Arellano | -3/+4 |
| 2020-12-02 | Use `item_name` instead of pretty printing | Joshua Nelson | -4/+9 |
| 2020-11-29 | Remove `TypeKind` hack in favor of `with_crate_prefix` | Joshua Nelson | -9/+3 |
| 2020-11-29 | Fix intra-doc links for `Self` on primitives | Joshua Nelson | -123/+62 |
| 2020-11-24 | Rollup merge of #79321 - camelid:intra-doc-bang, r=Manishearth | Jonas Schievink | -1/+1 |
| 2020-11-23 | Apply `doc(cfg)` from parent items while collecting trait impls | Wim Looman | -1/+27 |
| 2020-11-22 | Accept '!' in intra-doc links | Camelid | -1/+1 |
| 2020-11-22 | Make `fold_item_recur` non-nullable | Joshua Nelson | -26/+24 |
| 2020-11-18 | Fix rustdoc: Referencing methods on extern_types does not resolve #78777: han... | Hannah McLaughlin | -1/+8 |
| 2020-11-17 | Use DefPath for clean::Visibility, not clean::Path | Joshua Nelson | -5/+3 |
| 2020-11-17 | Rollup merge of #79097 - GuillaumeGomez:code-block-invalid-html-tag-lint, r=j... | Mara Bos | -2/+5 |
| 2020-11-16 | Don't warn about invalid HTML tags in code blocks | Guillaume Gomez | -2/+5 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -66/+66 |
| 2020-11-15 | Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov | Jonas Schievink | -15/+15 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -7/+3 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -15/+15 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -1/+1 |
| 2020-11-10 | Cleanup and comment intra-doc link pass | Joshua Nelson | -167/+247 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -7/+3 |
| 2020-11-07 | resolve: Collapse `macro_rules` scope chains on the fly | Vadim Petrochenkov | -1/+1 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -15/+16 |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -4/+5 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -20/+30 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -14/+14 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -19/+18 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -27/+62 |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -0/+98 |