summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-09-29Auto merge of #77253 - jyn514:crate-link, r=Manishearthbors-1/+12
2020-09-27Resolve `crate` properly across cratesJoshua Nelson-1/+12
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-8/+13
2020-09-27Auto merge of #76955 - jyn514:refactor-diagnostics, r=eucliobors-231/+204
2020-09-24Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearthbors-8/+2
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-34/+14
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-6/+14
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-206/+191
2020-09-16Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514Tyler Mandry-10/+6
2020-09-13Stabilize intra-doc linksManish Goregaokar-8/+2
2020-09-13Require `module_id` param to `resolve` to be non-emptyJoshua Nelson-295/+279
2020-09-13Refactor `resolve_with_disambiguator` into a separate functionJoshua Nelson-163/+190
2020-09-13Refactor `resolve_link` into a separate functionJoshua Nelson-325/+342
2020-09-12Don't emit an error on private doc tests when they're ignoredGuillaume Gomez-10/+6
2020-09-11Name the current moduleJoshua Nelson-2/+3
2020-09-11Remove unnecessary cloneJoshua Nelson-7/+2
2020-09-11Use `span_label` instead of `note`Joshua Nelson-37/+47
2020-09-11box ResolutionFailures on the heapJoshua Nelson-37/+32
2020-09-05Find the first segment that failed to resolve for _any_ namespaceJoshua Nelson-45/+64
2020-09-05Give a much better error message when an item has a macro disambiguatorJoshua Nelson-30/+57
2020-09-05 Say 'prefix with `kind@`' instead of 'prefix with the item kind'Joshua Nelson-18/+39
2020-09-05Don't suggest \[ \] if there's a :: in the pathJoshua Nelson-2/+7
2020-09-05Show the first path segment which failed to resolve.Joshua Nelson-5/+25
2020-09-05Address my own review commentsJoshua Nelson-3/+10
2020-09-05Fix rebase conflictsJoshua Nelson-2/+2
2020-09-05Give a better error message when linking to a macro with the wrong disambiguatorJoshua Nelson-40/+79
2020-09-05Use rustc_resolve's descr() instead of rewriting itJoshua Nelson-51/+35
2020-09-05Turn NoParentItem from a panic into an ICEJoshua Nelson-3/+2
2020-09-05Fix failures to resolve primitivesJoshua Nelson-5/+15
2020-09-05Make errors more concise and helpfulJoshua Nelson-35/+60
2020-09-05Remove some TODOsJoshua Nelson-2/+0
2020-09-05Don't give misleading errors for `f::A`, where f is in the value namespaceJoshua Nelson-14/+48
2020-09-05Fix tests and improve error message if `::` isn't foundJoshua Nelson-7/+6
2020-09-05Pass on the DefId so rustdoc can name it in suggestionsJoshua Nelson-24/+28
2020-09-05Report if the thing exists in another namespaceJoshua Nelson-23/+42
2020-09-05Use fewer `.to_string()`sJoshua Nelson-39/+42
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-71/+290
2020-09-05Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomezDylan DPC-0/+9
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-6/+35
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-5/+7
2020-09-04Misc cleanupJoshua Nelson-5/+17
2020-09-03display_for -> suggestion_forJoshua Nelson-3/+2
2020-09-03Remove disambiguators from link textJoshua Nelson-2/+20
2020-09-03Refactor `ItemLink` into its own structJoshua Nelson-2/+2
2020-09-03Remove needless .to_owned() for linkJoshua Nelson-2/+2
2020-08-31Rollup merge of #76166 - matklad:privatereader, r=petrochenkovTyler Mandry-43/+32
2020-08-31Avoid StringReader when checking code blocks for syntax errorsAleksey Kladov-43/+32
2020-08-31Fix strings indentGuillaume Gomez-4/+3
2020-08-30Comment out test for generated docs until rustdoc changes its behavior around...Joshua Nelson-1/+6
2020-08-30Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkovbors-9/+1