about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-10-08Allow generic parameters in intra-doc linksCamelid-1/+202
2020-10-08Use the new module information for intra-doc linksJoshua Nelson-44/+66
2020-10-08Preserve the parent module of `DocFragment`sJoshua Nelson-4/+12
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-0/+195
2020-10-04Rollup merge of #77513 - jyn514:refactor-doc-fragments, r=GuillaumeGomezJonas Schievink-52/+24
2020-10-03Change DocFragments from enum variant fields to structs with a nested enumJoshua Nelson-52/+24
2020-10-03Enforce closing HTML tags to have a ">" characterGuillaume Gomez-0/+20
2020-10-03Use char_indices() instead of chars() to prevent more than one-byte character...Guillaume Gomez-16/+5
2020-10-03Correctly handle unicode characters and tags being open just before the end o...Guillaume Gomez-16/+42
2020-10-03Don't warn if the tag is nested inside a <script> or inside a <style>Guillaume Gomez-1/+4
2020-10-03Improve codeGuillaume Gomez-7/+15
2020-10-03Fix visitor for invalid_html_tag lintGuillaume Gomez-2/+2
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-4/+7
2020-10-03Improve invalid_html_tags lint spanGuillaume Gomez-41/+47
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-0/+140
2020-10-02Improve error messagesCamelid-5/+4
2020-10-02Use old error when there's partial resolutionCamelid-5/+10
2020-10-02Remove unhelpful help messageCamelid-1/+2
2020-10-02Improve rustdoc error for failed intra-doc link resolutionCamelid-4/+4
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