about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-07-30Rename the lint againManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-36/+30
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-1/+1
2020-07-27private_items_doc_tests -> doc_test_lintsJoshua Nelson-3/+3
2020-07-27Move `look_for_tests` to `private_items_doc_tests`Joshua Nelson-56/+61
2020-07-27Separate `missing_doc_code_examples` from intra-doc linksJoshua Nelson-16/+21
2020-07-22rustdoc: Add explanation when linting against public to private item linksDennis Hamester-0/+7
2020-07-22rustdoc: Always warn when linking from public to private itemsDennis Hamester-5/+12
2020-07-20refactor and reword intra-doc link errorsAndy Russell-181/+173
2020-07-17intra-doc links: Resolve modules in type namespaceManish Goregaokar-15/+8
2020-07-16Add more debuggingJoshua Nelson-2/+9
2020-07-16Support intra-doc links on trait and module re-exportsJoshua Nelson-21/+7
2020-07-16Support intra-doc links on macro re-exportsJoshua Nelson-10/+8
2020-07-16Move import to top of functionJoshua Nelson-1/+2
2020-07-16Remove warningsJoshua Nelson-3/+1
2020-07-16Make sure that module_id is actually a moduleJoshua Nelson-1/+13
2020-07-16Don't panic on fake IDsJoshua Nelson-101/+11
2020-07-16Use DefId for modulesJoshua Nelson-8/+17
2020-07-16Use the scope of the imported variable for resolution, not the current scopeJoshua Nelson-4/+92
2020-07-13Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514Manish Goregaokar-0/+1
2020-07-09Allow for parentheses after macro intra-doc-linksManish Goregaokar-0/+3
2020-07-08rustdoc: Allow linking from private items to private typesDennis Hamester-0/+1
2020-07-06Rollup merge of #74078 - jyn514:lut, r=ManishearthManish Goregaokar-5/+28
2020-07-05Always resolve type@primitive as a primitive, not a moduleJoshua Nelson-5/+28
2020-07-02Fix linksGuillaume Gomez-1/+1
2020-06-26Fix debug messagesJoshua Nelson-3/+2
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-9/+19
2020-06-26Warn if linking to a private itemJoshua Nelson-3/+27
2020-06-11Rollup merge of #73183 - Manishearth:intra-doc-macro, r=GuillaumeGomezDylan DPC-28/+72
2020-06-10Don't print bang diagnostics for derivesManish Goregaokar-1/+7
2020-06-10Avoid collisions between traits and their derive macrosManish Goregaokar-3/+26
2020-06-09intra-doc macro resolution should also handle proc macrosManish Goregaokar-24/+39
2020-06-09Fix more clippy warningsMatthias Krüger-1/+1
2020-05-30Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error`marmeladema-3/+3
2020-05-22Allow using `Self::` in docTymoteusz Jankowski-4/+50
2020-05-19Make intra-link resolve links for both trait and impl itemsTymoteusz Jankowski-26/+35
2020-05-13Make intra links work inside trait impl blockTymoteusz Jankowski-11/+55
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+2
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-2/+1
2020-04-23Address comments from reviewmarmeladema-4/+2
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-4/+2
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-1/+5
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-1/+1
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-3/+5
2020-04-16Dogfood or_patterns in rustdocJosh Stone-6/+6
2020-04-14rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait implsMatthias Schiffer-0/+2
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-11/+12
2020-04-05Stop importing int modules in librustdocLinus Färnstrand-1/+0
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3