about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
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
2017-03-31Fix hard break issueGuillaume Gomez-0/+19
2017-03-30Fix multiple footnotes and improve testingGuillaume Gomez-4/+9
2017-03-29Add support for image, rules and footnotesGuillaume Gomez-0/+35
2017-03-28Rustdoc: test proper representation for `pub use` macrosAustin Bonander-0/+61
2017-03-21Add whitespace around "=" in assoc itemsGuillaume Gomez-2/+30
2017-03-19Rollup merge of #40587 - GuillaumeGomez:rustdoc-const-display, r=frewsxcvCorey Farwell-0/+31
2017-03-17Fix invalid debug display for associated constsGuillaume Gomez-0/+31
2017-03-16Fix const not displayed in rustdocGuillaume Gomez-0/+22
2017-02-28Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcvCorey Farwell-8/+33
2017-02-28Update tests accordinglyGuillaume Gomez-8/+33
2017-02-25Fix nightly-only experimental API displayGuillaume Gomez-7/+7
2017-02-12Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomezGuillaume Gomez-0/+27
2017-02-08Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichtonCorey Farwell-0/+40
2017-02-08rustdoc: Show attributes on all item typesOliver Middleton-0/+27
2017-02-08Add more test for rustdoc --testGuillaume Gomez-0/+21
2017-02-06rustdoc: Improve impl disambiguationOliver Middleton-0/+40
2017-02-05Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichtonbors-0/+110
2017-02-03Create new flag to test rustdoc --testGuillaume Gomez-3/+2
2017-02-03Move test from bootstrap to compiletestGuillaume Gomez-0/+27
2017-01-15Fix missing blank space issueGuillaume Gomez-1/+1
2017-01-09Improved rustdoc rendering for unstable featuresManish Goregaokar-3/+9
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-2/+0
2016-12-12rustdoc: Fix short summaries in search resultsOliver Middleton-0/+20
2016-12-09rustdoc: fix doctests with non-feature crate attrsAlex Burka-0/+110
2016-12-08Fix doc-tests on exported `macro_rules!`.Jeffrey Seyfried-0/+18
2016-12-01Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichtonbors-0/+24
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-3/+4
2016-11-30unstable --playground-url, add test codeLiigo Zhuang-0/+24
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-4/+10
2016-11-16Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brsonbors-0/+173