about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
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
2017-06-26Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomezbors-0/+23
2017-06-24rustdoc: Don't ICE on `use *;`Oliver Middleton-0/+23
2017-06-23rustdoc: Fix a few issues with associated constsOliver Middleton-0/+79
2017-06-13Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavusbors-0/+23
2017-06-12rustdoc: Fix missing enum variant reexportsOliver Middleton-0/+23
2017-06-12Rollup merge of #42594 - ollie27:rustdoc_assoc_type_links, r=steveklabnikCorey Farwell-0/+7
2017-06-11rustdoc: Stop stripping empty modulesOliver Middleton-0/+51
2017-06-11rustdoc: Link directly to associated typesOliver Middleton-0/+7
2017-06-09Document direct implementations on type aliases.Michael Killough-0/+35
2017-06-02rustdoc: Hide `self: Box<Self>` in list of deref methodsOliver Middleton-0/+12
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-0/+18
2017-05-30Fix signature by adding parens when neededGuillaume Gomez-0/+15
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-2/+0
2017-05-22rustdoc: Fix names of items in cross crate reexported modulesOliver Middleton-0/+53
2017-05-15rustdoc: Display `extern "C" fn` instead of `extern fn`Oliver Middleton-8/+8
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-0/+25
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-64/+0
2017-04-14Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcvCorey Farwell-0/+26
2017-04-14Rollup merge of #41172 - Aaron1011:rustdoc-overflow, r=frewsxcvCorey Farwell-0/+31
2017-04-12Fix invalid associated type rendering in rustdocGuillaume Gomez-0/+26
2017-04-09Fix rustdoc infinitely recursing when an external crate reexports itselfAaron Hill-0/+31
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-2/+244
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-5/+5
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-11/+20
2017-04-04Handle ordered lists as wellGuillaume Gomez-0/+32
2017-04-02Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnikbors-0/+59
2017-03-31Add end whitespace ignore flag for tidyGuillaume Gomez-1/+1