about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2020-08-30rustdoc,metadata: DebuggingJoshua Nelson-0/+1
2020-08-29Fix intra-doc links for associated constantsJoshua Nelson-3/+4
2020-08-29rustdoc: Fix intra-doc links for cross-crate re-exports of traitsJoshua Nelson-9/+0
2020-08-29[WIP] Fix intra-doc links on pub re-exportsJoshua Nelson-0/+4
2020-08-29Auto merge of #75916 - jyn514:unify-error-reporting, r=eucliobors-68/+56
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-1/+1
2020-08-26Fix swapped stability attributesJoshua Nelson-6/+6
2020-08-25Note that `from_res` panics on errorsJoshua Nelson-0/+1
2020-08-25Remove outdated FIXMEJoshua Nelson-1/+0
2020-08-25Remove unused `ns` parameterJoshua Nelson-9/+6
2020-08-25Unify error reporting for intra-doc linksJoshua Nelson-60/+51
2020-08-24Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrumbors-2/+6
2020-08-23Use underscores instead of spacesJoshua Nelson-2/+2
2020-08-23Add some timing info to rustdocJoshua Nelson-2/+6
2020-08-23xpy fmtJoshua Nelson-7/+2
2020-08-23Report an ambiguity if both modules and primitives are in scopeJoshua Nelson-43/+109
2020-08-23Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkovbors-90/+209
2020-08-22Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...bors-22/+20
2020-08-22rustdoc: Only resolve traits in scopeJoshua Nelson-13/+18
2020-08-22rustdoc: Cache traits implemented by a typeJoshua Nelson-45/+59
2020-08-22rustdoc: Add support for associated items even outside the impl itselfJoshua Nelson-88/+188
2020-08-22Rollup merge of #75745 - jyn514:refactor-resolve, r=ManishearthDylan DPC-23/+1
2020-08-21Unify checks for lint missing_doc_code_examples and --show-coverageGuillaume Gomez-22/+20
2020-08-21Show line even if there is no code examplesGuillaume Gomez-5/+3
2020-08-21Ignore more kind of items for doc examplesGuillaume Gomez-0/+4
2020-08-20fmtGuillaume Gomez-11/+2
2020-08-20Update how doc examples are countedGuillaume Gomez-18/+16
2020-08-20Remove "total" columns in --show-coverage outputGuillaume Gomez-6/+5
2020-08-20Remove duplicate binding in matchJoshua Nelson-1/+1
2020-08-20Update rustdoc coverage UI testGuillaume Gomez-5/+11
2020-08-20Ignore code examples on given items where it doesn't make senseGuillaume Gomez-19/+40