about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2018-04-04Add test for all.htmlGuillaume Gomez-0/+30
2018-04-02Fix url for intra link provided methodGuillaume Gomez-0/+25
2018-03-31Shorten deprecation notevarkor-1/+1
2018-03-31Add ignore reasonPhlosioneer-1/+1
2018-03-31Remove whitespacePhlosioneer-2/+2
2018-03-31Fix tidy trailing newlinesPhlosioneer-2/+0
2018-03-31Add test for rustdoc ignore testPhlosioneer-0/+17
2018-03-31Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavusbors-0/+19
2018-03-30Add support for variant and types fields for intra linksGuillaume Gomez-0/+33
2018-03-29Remove unneeded trait implementations titlesGuillaume Gomez-0/+15
2018-03-29Add primitive intra-linksGuillaume Gomez-0/+19
2018-03-28Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavuskennytm-12/+12
2018-03-28Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomezkennytm-0/+58
2018-03-28Fix text overlapGuillaume Gomez-12/+12
2018-03-28Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavusbors-0/+46
2018-03-27rustdoc: Add test for foreign impl trait with boundsManish Goregaokar-0/+58
2018-03-27Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavuskennytm-0/+26
2018-03-26Add tests for items deprecated in the futurevarkor-0/+16
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-2/+0
2018-03-26Stabilize universal_impl_traitTaylor Cramer-1/+0
2018-03-24Fix impl assoc constant link not workingGuillaume Gomez-0/+26
2018-03-24Add test for `impl Trait` in argument positionShotaro Yamada-0/+46
2018-03-22Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi...kennytm-0/+18
2018-03-21add target_feature items to doc_cfg rustdoc testQuietMisdreavus-0/+24
2018-03-19Fix automatic urls with backticksGuillaume Gomez-0/+18
2018-03-13Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavuskennytm-0/+20
2018-03-09Remove auto trait implementation section when emptyGuillaume Gomez-0/+20
2018-03-09Add missing items in the sidebar for functionsGuillaume Gomez-0/+19
2018-02-28Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM...kennytm-0/+26
2018-02-24Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...Manish Goregaokar-0/+36
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-0/+26
2018-02-21add test for issue 48414 ICEQuietMisdreavus-0/+36
2018-02-21Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebankGuillaume Gomez-0/+23
2018-02-21Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavusGuillaume Gomez-0/+12
2018-02-20Fix rustdoc test ICEGuillaume Gomez-0/+23
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-5/+5
2018-02-18Add testManish Goregaokar-0/+12
2018-02-18Remove extra space in testAaron Hill-2/+2
2018-02-18Generate documentation for auto-trait implsAaron Hill-4/+247
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-1/+1
2018-02-18Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavusGuillaume Gomez-2/+0
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-02-17Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-02-16Remove hoedown from rustdocGuillaume Gomez-2/+0
2018-02-10Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavuskennytm-0/+40
2018-02-09fix playground test for newly-trimmed doctestsQuietMisdreavus-2/+2
2018-02-07rustdoc: Hide `-> ()` in cross crate inlined Fn* boundsOliver Middleton-0/+40
2018-02-06Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrumkennytm-0/+16
2018-02-03Fix const evaluation ICE in rustdocGuillaume Gomez-0/+22
2018-02-02Add regression testManish Goregaokar-0/+16