| Age | Commit message (Expand) | Author | Lines |
| 2020-09-05 | Don't give misleading errors for `f::A`, where f is in the value namespace | Joshua Nelson | -14/+48 |
| 2020-09-05 | Fix tests and improve error message if `::` isn't found | Joshua Nelson | -7/+6 |
| 2020-09-05 | Pass on the DefId so rustdoc can name it in suggestions | Joshua Nelson | -24/+28 |
| 2020-09-05 | Report if the thing exists in another namespace | Joshua Nelson | -23/+42 |
| 2020-09-05 | Use fewer `.to_string()`s | Joshua Nelson | -39/+42 |
| 2020-09-05 | [WIP] give better errors for broken intra doc links | Joshua Nelson | -71/+290 |
| 2020-09-05 | Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez | Dylan DPC | -0/+9 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -6/+35 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -5/+7 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -5/+17 |
| 2020-09-03 | display_for -> suggestion_for | Joshua Nelson | -3/+2 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -2/+20 |
| 2020-09-03 | Refactor `ItemLink` into its own struct | Joshua Nelson | -2/+2 |
| 2020-09-03 | Remove needless .to_owned() for link | Joshua Nelson | -2/+2 |
| 2020-08-31 | Rollup merge of #76166 - matklad:privatereader, r=petrochenkov | Tyler Mandry | -43/+32 |
| 2020-08-31 | Avoid StringReader when checking code blocks for syntax errors | Aleksey Kladov | -43/+32 |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -4/+3 |
| 2020-08-30 | Comment out test for generated docs until rustdoc changes its behavior around... | Joshua Nelson | -1/+6 |
| 2020-08-30 | Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkov | bors | -9/+1 |
| 2020-08-30 | rustdoc,metadata: Debugging | Joshua Nelson | -0/+1 |
| 2020-08-29 | Fix intra-doc links for associated constants | Joshua Nelson | -3/+4 |
| 2020-08-29 | rustdoc: Fix intra-doc links for cross-crate re-exports of traits | Joshua Nelson | -9/+0 |
| 2020-08-29 | [WIP] Fix intra-doc links on pub re-exports | Joshua Nelson | -0/+4 |
| 2020-08-29 | Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio | bors | -68/+56 |
| 2020-08-27 | Rename rustdoc/test -> rustdoc/doctest | Aleksey Kladov | -1/+1 |
| 2020-08-26 | Fix swapped stability attributes | Joshua Nelson | -6/+6 |
| 2020-08-25 | Note that `from_res` panics on errors | Joshua Nelson | -0/+1 |
| 2020-08-25 | Remove outdated FIXME | Joshua Nelson | -1/+0 |
| 2020-08-25 | Remove unused `ns` parameter | Joshua Nelson | -9/+6 |
| 2020-08-25 | Unify error reporting for intra-doc links | Joshua Nelson | -60/+51 |
| 2020-08-24 | Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrum | bors | -2/+6 |
| 2020-08-23 | Use underscores instead of spaces | Joshua Nelson | -2/+2 |
| 2020-08-23 | Add some timing info to rustdoc | Joshua Nelson | -2/+6 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -7/+2 |
| 2020-08-23 | Report an ambiguity if both modules and primitives are in scope | Joshua Nelson | -43/+109 |
| 2020-08-23 | Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov | bors | -90/+209 |
| 2020-08-22 | Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,... | bors | -22/+20 |
| 2020-08-22 | rustdoc: Only resolve traits in scope | Joshua Nelson | -13/+18 |
| 2020-08-22 | rustdoc: Cache traits implemented by a type | Joshua Nelson | -45/+59 |
| 2020-08-22 | rustdoc: Add support for associated items even outside the impl itself | Joshua Nelson | -88/+188 |
| 2020-08-22 | Rollup merge of #75745 - jyn514:refactor-resolve, r=Manishearth | Dylan DPC | -23/+1 |
| 2020-08-21 | Unify checks for lint missing_doc_code_examples and --show-coverage | Guillaume Gomez | -22/+20 |
| 2020-08-21 | Show line even if there is no code examples | Guillaume Gomez | -5/+3 |
| 2020-08-21 | Ignore more kind of items for doc examples | Guillaume Gomez | -0/+4 |
| 2020-08-20 | fmt | Guillaume Gomez | -11/+2 |
| 2020-08-20 | Update how doc examples are counted | Guillaume Gomez | -18/+16 |
| 2020-08-20 | Remove "total" columns in --show-coverage output | Guillaume Gomez | -6/+5 |
| 2020-08-20 | Remove duplicate binding in match | Joshua Nelson | -1/+1 |
| 2020-08-20 | Update rustdoc coverage UI test | Guillaume Gomez | -5/+11 |
| 2020-08-20 | Ignore code examples on given items where it doesn't make sense | Guillaume Gomez | -19/+40 |