about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
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
2020-08-19Add a testJoshua Nelson-0/+14
2020-08-18Add long cfg description to tooltip on short descriptionWim Looman-1/+17
2020-08-17Resolve true and false as booleansJoshua Nelson-0/+10
2020-08-12Auto merge of #75205 - Aaron1011:fix/auto-trait-proj-ice, r=nikomatsakisbors-0/+25
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-0/+9
2020-08-10Add test for rustc_const_unstable on methodsGuillaume Gomez-0/+9
2020-08-09Give precedence to primitives over modulesJoshua Nelson-1/+6
2020-08-09Render longhand multiple crate/target features nicerWim Looman-2/+2
2020-08-09Improve rendering of crate features via doc(cfg)Wim Looman-5/+5
2020-08-08Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514Yuki Okushi-0/+54
2020-08-08Cross-crate doc inlining test case for elided lifetimeGary Guo-14/+22
2020-08-07Display elided lifetime for external pathsGary Guo-0/+13
2020-08-07Display elided lifetime for non-reference type in docGary Guo-0/+33
2020-08-06Fix outdated codeJoshua Nelson-3/+3
2020-08-06Improve testsJoshua Nelson-2/+11
2020-08-05Handle projection predicates in the param env for auto-trait docsAaron Hill-0/+25
2020-08-02Don't mark associated items as traitsJoshua Nelson-0/+3
2020-08-01Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomezManish Goregaokar-2/+2
2020-07-31fix rustdoc generic param orderBastian Kauschke-2/+2
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-27/+27
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-27/+27
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-27/+27
2020-07-29handle ConstEquate in rustdocBastian Kauschke-0/+18
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-0/+37
2020-07-17Add test for module ambiguityManish Goregaokar-0/+18
2020-07-16Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rsManish Goregaokar-2/+2
2020-07-16Add test for doc(hidden) intra-doc cross-crate reexportsManish Goregaokar-0/+29
2020-07-16Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-...Manish Goregaokar-4/+6
2020-07-16Fix invalid lintJoshua Nelson-11/+11
2020-07-16Add (broken and ignored) test for #73829Joshua Nelson-2/+4