about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
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
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-0/+51
2020-09-04Misc cleanupJoshua Nelson-33/+51
2020-09-03rustdoc: fix min_const_generics with ty::ParamBastian Kauschke-0/+6
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-0/+72
2020-09-03Remove disambiguators from link textJoshua Nelson-0/+33
2020-09-01Use "Fira Sans" for crate list fontCamelid-2/+2
2020-08-30Improve testsJoshua Nelson-4/+18
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-0/+72
2020-08-30Comment out test for generated docs until rustdoc changes its behavior around...Joshua Nelson-3/+12
2020-08-30Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkovbors-2/+0
2020-08-30Auto merge of #76093 - jyn514:prim-assoc-items, r=Manishearthbors-0/+5
2020-08-29Fix intra-doc links for associated constantsJoshua Nelson-0/+5
2020-08-29Auto merge of #75775 - matklad:rustc-lexer-rustdoc-highlight, r=GuillaumeGomezbors-6/+6
2020-08-29rustdoc: Fix intra-doc links for cross-crate re-exports of traitsJoshua Nelson-2/+0
2020-08-29[WIP] Fix intra-doc links on pub re-exportsJoshua Nelson-0/+8
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-5/+21
2020-08-27Remove dependency on StringReader from rustdoc highlighterAleksey Kladov-6/+6
2020-08-23Update primitive test to match the new behaviorJoshua Nelson-8/+8
2020-08-22rustdoc: Add support for associated items even outside the impl itselfJoshua Nelson-0/+86
2020-08-19Add test for f32 and f64 methodsJoshua Nelson-2/+20