about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
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
2016-11-14rustdoc: Fix some local inlining issuesOliver Middleton-0/+173
2016-11-13do not use deprecated text for unstable docsAndy Russell-0/+10
2016-11-12Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomezEduard-Mihai Burtescu-0/+19
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-0/+79
2016-10-13rustdoc: add line breaks to where clauses a la rustfmtQuietMisdreavus-0/+19
2016-10-11Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnikGuillaume Gomez-0/+21
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-6/+6
2016-09-30rustdoc: Fix documenting rustc-macro cratesAlex Crichton-0/+24
2016-09-27add rustdoc test for adding line breaksQuietMisdreavus-0/+21
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-1/+1
2016-09-14Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnikbors-0/+10
2016-09-10Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnikGuillaume Gomez-0/+59
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-1/+1
2016-09-09rustdoc: Don't add extra newlines for fully opaque structsOliver Middleton-0/+10
2016-09-08Auto merge of #35745 - jroesch:soundness-fix-29859, r=nikomatsakisbors-1/+1
2016-09-07Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichtonbors-0/+85
2016-09-05Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichtonbors-0/+40
2016-09-05rustdoc: Filter more incorrect methods inherited through DerefPiotr Jawniak-0/+85
2016-09-03Support unions in rustdocVadim Petrochenkov-0/+20
2016-09-02Remove illegal bound from doc testJared Roesch-1/+1