about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-08-20Remove duplication in `fold_item`Joshua Nelson-23/+1
2020-08-19xpy fmtJoshua Nelson-1/+6
2020-08-19Use `impls` for intra doc links as wellJoshua Nelson-34/+18
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-34/+1
2020-08-19Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514Yuki Okushi-24/+84
2020-08-19Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomezYuki Okushi-7/+18
2020-08-18Add doc examples count for --show-coverageGuillaume Gomez-24/+84
2020-08-17Resolve true and false as booleansJoshua Nelson-7/+18
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-15/+15
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-2/+2
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-2/+2
2020-08-13Add Array Impl Lang Item in various placeskadmin-0/+1
2020-08-09Give precedence to primitives over modulesJoshua Nelson-3/+5
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-2/+4
2020-08-06Rollup merge of #75079 - jyn514:disambiguator, r=ManishearthManish Goregaokar-43/+145
2020-08-06Add doc-comment for `kind_side_channel`Joshua Nelson-0/+3
2020-08-06Remove dead codeJoshua Nelson-17/+1
2020-08-06Fix outdated codeJoshua Nelson-3/+1
2020-08-06Use the proper kind for associated itemsJoshua Nelson-2/+8
2020-08-06Still print help even if there's no spanJoshua Nelson-0/+2
2020-08-05Suggest f() for functions and add a test caseJoshua Nelson-1/+2
2020-08-05Unresolved link -> incompatible link kindJoshua Nelson-2/+1
2020-08-05Give a much better error message if the struct failed to resolveJoshua Nelson-60/+127
2020-08-03item -> linkJoshua Nelson-1/+1
2020-08-02Don't mark associated items as traitsJoshua Nelson-1/+2
2020-08-02Disallow linking to items with a mismatched disambiguatorJoshua Nelson-2/+43
2020-08-01rustc_metadata: track the simplified Self type for every trait impl.Eduard-Mihai Burtescu-1/+1
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