| Age | Commit message (Expand) | Author | Lines |
| 2020-09-29 | Auto merge of #77253 - jyn514:crate-link, r=Manishearth | bors | -1/+12 |
| 2020-09-27 | Resolve `crate` properly across crates | Joshua Nelson | -1/+12 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -8/+13 |
| 2020-09-27 | Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio | bors | -231/+204 |
| 2020-09-24 | Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth | bors | -8/+2 |
| 2020-09-23 | Unify primitive errors with other intra-link errors | Joshua Nelson | -34/+14 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -6/+14 |
| 2020-09-23 | Perform most diagnostic lookups in `resolution_failure` | Joshua Nelson | -206/+191 |
| 2020-09-16 | Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514 | Tyler Mandry | -10/+6 |
| 2020-09-13 | Stabilize intra-doc links | Manish Goregaokar | -8/+2 |
| 2020-09-13 | Require `module_id` param to `resolve` to be non-empty | Joshua Nelson | -295/+279 |
| 2020-09-13 | Refactor `resolve_with_disambiguator` into a separate function | Joshua Nelson | -163/+190 |
| 2020-09-13 | Refactor `resolve_link` into a separate function | Joshua Nelson | -325/+342 |
| 2020-09-12 | Don't emit an error on private doc tests when they're ignored | Guillaume Gomez | -10/+6 |
| 2020-09-11 | Name the current module | Joshua Nelson | -2/+3 |
| 2020-09-11 | Remove unnecessary clone | Joshua Nelson | -7/+2 |
| 2020-09-11 | Use `span_label` instead of `note` | Joshua Nelson | -37/+47 |
| 2020-09-11 | box ResolutionFailures on the heap | Joshua Nelson | -37/+32 |
| 2020-09-05 | Find the first segment that failed to resolve for _any_ namespace | Joshua Nelson | -45/+64 |
| 2020-09-05 | Give a much better error message when an item has a macro disambiguator | Joshua Nelson | -30/+57 |
| 2020-09-05 | Say 'prefix with `kind@`' instead of 'prefix with the item kind' | Joshua Nelson | -18/+39 |
| 2020-09-05 | Don't suggest \[ \] if there's a :: in the path | Joshua Nelson | -2/+7 |
| 2020-09-05 | Show the first path segment which failed to resolve. | Joshua Nelson | -5/+25 |
| 2020-09-05 | Address my own review comments | Joshua Nelson | -3/+10 |
| 2020-09-05 | Fix rebase conflicts | Joshua Nelson | -2/+2 |
| 2020-09-05 | Give a better error message when linking to a macro with the wrong disambiguator | Joshua Nelson | -40/+79 |
| 2020-09-05 | Use rustc_resolve's descr() instead of rewriting it | Joshua Nelson | -51/+35 |
| 2020-09-05 | Turn NoParentItem from a panic into an ICE | Joshua Nelson | -3/+2 |
| 2020-09-05 | Fix failures to resolve primitives | Joshua Nelson | -5/+15 |
| 2020-09-05 | Make errors more concise and helpful | Joshua Nelson | -35/+60 |
| 2020-09-05 | Remove some TODOs | Joshua Nelson | -2/+0 |
| 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 |