about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2020-11-17Add `from_def_id_and_kind` reducing duplication in rustdocJoshua Nelson-0/+2
2020-11-17Use DefPath for clean::Visibility, not clean::PathJoshua Nelson-9/+7
2020-11-16Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomezMara Bos-0/+124
2020-11-15Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514Dylan DPC-0/+22
2020-11-14Add tests and improve rendering of features on traitsWim Looman-0/+124
2020-11-13Auto merge of #78683 - Nemo157:issue-78673, r=lcnrbors-0/+24
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+5
2020-11-13Fix wrong XPathAlexis Bourget-4/+6
2020-11-12Handle and test wildcard argumentsJoshua Nelson-2/+7
2020-11-12Don't reuse bindings for `ref mut`Joshua Nelson-0/+8
2020-11-12Add tests for rustdoc --check optionGuillaume Gomez-0/+5
2020-11-12Rollup merge of #78916 - lcnr:const-generics-tests, r=varkorGuillaume Gomez-0/+148
2020-11-12Use intradoc-links for the whole test, add a @has checkPoliorcetics-1/+2
2020-11-12Ignore tidy linelengthAlexis Bourget-0/+2
2020-11-12Add a test for r# identifiersAlexis Bourget-0/+17
2020-11-11add rustdoc testBastian Kauschke-0/+148
2020-11-10(rustdoc) [src] link for types defined by macros shows invocationFlorian Warzecha-7/+4
2020-11-05Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomezMara Bos-6/+6
2020-11-02Check predicates from blanket trait impls while testing if they applyWim Looman-0/+24
2020-10-29Update testsGuillaume Gomez-0/+42
2020-10-26Add test for doc comments unindent fixGuillaume Gomez-0/+23
2020-10-25(rustdoc) fix test for trait impl displayFlorian Warzecha-6/+6
2020-10-23Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514Yuki Okushi-0/+12
2020-10-17Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27Dylan DPC-0/+7
2020-10-16Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514Dylan DPC-19/+196
2020-10-13fixup! Avoid extraneous space between visibility kw and ident for staticsayazhafiz-3/+3
2020-10-13Avoid extraneous space between visibility kw and ident for staticsayazhafiz-0/+12
2020-10-12Add test for compiler reexports removalGuillaume Gomez-0/+7
2020-10-11Show summary lines on cross-crate re-exportsJoshua Nelson-2/+23
2020-10-10Re-enable test caseDániel Buga-2/+1
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-0/+59
2020-10-09Move `@has` checks closer to corresponding doc commentsCamelid-15/+19
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-2/+0
2020-10-09Simplify included import items handlingGuillaume Gomez-0/+11
2020-10-08Allow generic parameters in intra-doc linksCamelid-0/+55
2020-10-08Use the new module information for intra-doc linksJoshua Nelson-0/+18
2020-10-07Simplify doc-cfg rendering based on the current contextWim Looman-19/+196
2020-09-29Auto merge of #77253 - jyn514:crate-link, r=Manishearthbors-0/+11
2020-09-27Resolve `crate` properly across cratesJoshua Nelson-0/+11
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-0/+6
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-1/+1
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-0/+7
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-0/+2
2020-09-14Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514bors-0/+46
2020-09-13Auto merge of #76623 - slightlyoutofphase:master, r=jyn514bors-3/+21
2020-09-13Add ui test for 74672 and 76571Lzu Tao-0/+46
2020-09-12Give functions unique namesSlightlyOutOfPhase-2/+2
2020-09-12Fix `const-display.rs` XPATH queries (#1)SlightlyOutOfPhase-3/+21
2020-09-12Rollup merge of #76297 - lcnr:const-ty-alias, r=varkorRalf Jung-0/+6
2020-09-05Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomezDylan DPC-0/+31