summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-8/+8
2017-11-18Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM...bors-0/+28
2017-11-15Remove Fn trait + impl Trait rustdoc testsChristopher Vittal-5/+9
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-4/+0
2017-11-15Support `extern type` in rustdoc.kennytm-0/+28
2017-11-14Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomezGuillaume Gomez-2/+2
2017-11-13update codeblock-title test with new notice textQuietMisdreavus-2/+2
2017-11-07Add more elements in the sidebarGuillaume Gomez-0/+59
2017-11-07Rollup merge of #45764 - QuietMisdreavus:rustdoc-doctest-lints, r=GuillaumeGomezkennytm-4/+4
2017-11-07Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavusbors-0/+25
2017-11-05add #![allow(unused)] to the playground link rustdoc testsQuietMisdreavus-4/+4
2017-11-04Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnikkennytm-0/+30
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+3
2017-11-03Add tests for methods listing in rust docsGuillaume Gomez-0/+30
2017-10-29rustdoc: Fix duplicated impls with genericsOliver Middleton-0/+25
2017-10-17modify tests to use new flagsteveklabnik-3/+3
2017-10-13Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomezkennytm-0/+13
2017-10-09let rustdoc print the crate version into docsQuietMisdreavus-0/+13
2017-10-07Auto merge of #44892 - GuillaumeGomez:fnty-args-rustdoc, r=eddybbors-0/+15
2017-10-07Fix invalid rustdoc rendering for FnTy argsGuillaume Gomez-0/+15
2017-10-07Auto merge of #44860 - kennytm:fix-44731, r=alexcrichtonbors-0/+51
2017-10-03Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakisbors-0/+3
2017-10-02rustdoc: Remove cruft from the testVitaly _Vi Shukela-14/+4
2017-09-30let htmldocck.py check for directoriesQuietMisdreavus-0/+3
2017-09-30rustdoc: A test for local and foreign [src] trait impl linksVitaly _Vi Shukela-0/+34
2017-09-26Fix issue #44731.kennytm-0/+51
2017-09-23Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavusCorey Farwell-0/+31
2017-09-19Add pub visibility for methods as wellGuillaume Gomez-0/+31
2017-09-17Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavusTim Neumann-0/+31
2017-09-12Fix rendering of const keyword for functionsGuillaume Gomez-0/+27
2017-09-11add testGuillaume Gomez-0/+31
2017-09-01Fix testsNick Cameron-3/+3
2017-08-31Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrcbors-3/+3
2017-08-30Temporary fix for a test (will require another update when this is fully merged)Guillaume Gomez-3/+3
2017-08-30Update unstable-crate testGuillaume Gomez-1/+1
2017-08-30Add warnings when rustdoc html rendering differsGuillaume Gomez-1/+1
2017-08-29Rollup merge of #43918 - mystor:rustdoc-pound, r=QuietMisdreavusAriel Ben-Yehuda-2/+6
2017-08-28Update test issue-41783.rs for new attribute highlighting behaviourMichael Layzell-2/+6
2017-08-24Add duplicate testGuillaume Gomez-0/+24
2017-08-15Exclude `impl Trait` functions from everybody_loops.kennytm-0/+32
2017-08-13Rollup merge of #43782 - nrc:include, r=GuillaumeGomezGuillaume Gomez-0/+20
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-0/+47
2017-08-12Auto merge of #43736 - ollie27:rustdoc_impls_js, r=QuietMisdreavusbors-0/+15
2017-08-10doc tests: use the filename from the source file for doc test programs, rathe...Nick Cameron-0/+20
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+47
2017-08-08rustdoc: Don't add external impls to implementors jsOliver Middleton-0/+15
2017-08-07Remove \0 printingGuillaume Gomez-1/+1
2017-08-06Fix hoedown error in rustdocGuillaume Gomez-0/+18
2017-07-25Add tests for issues with the E-needstest labeltopecongiro-0/+15
2017-07-06remove associated_consts feature gateSean McArthur-7/+0