about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2018-09-20Add test for doctest edition supportPhilip Munksgaard-0/+54
2018-09-18Rollup merge of #54097 - GuillaumeGomez:remove-keyword-namespace, r=QuietMisd...Guillaume Gomez-0/+1
2018-09-16Check the remaining nodesKazuyoshi Kato-0/+4
2018-09-14Add a test to prevent regressionKazuyoshi Kato-0/+26
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-29/+4
2018-09-10Remove namespace for keywordsGuillaume Gomez-0/+1
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-0/+37
2018-09-06Fix hover on implsGuillaume Gomez-2/+4
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-3/+3
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-0/+18
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-3/+3
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-08-26Remove static and const initialization from documentationGuillaume Gomez-3/+3
2018-08-25Update testsGuillaume Gomez-26/+1
2018-08-22Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obkGuillaume Gomez-0/+40
2018-08-21Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i...bors-0/+18
2018-08-21Fix missing impl trait display as ret typeGuillaume Gomez-0/+40
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-7/+0
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-7/+0
2018-08-16Generate blanket implementations for reexported items as wellGuillaume Gomez-0/+18
2018-08-16syntax: also warn about edition "umbrella" features being implied by --edition.Eduard-Mihai Burtescu-1/+1
2018-08-09set the syntax edition in the driver's phase 1QuietMisdreavus-0/+24
2018-08-06Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboatsbors-3/+0
2018-08-06Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddybbors-0/+44
2018-08-06Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelixbors-0/+29
2018-08-05Fix rustdoc testvarkor-2/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-1/+0
2018-08-04add tests for new intra-doc-link behaviorQuietMisdreavus-0/+50
2018-08-04Strengthen testsGuillaume Gomez-0/+1
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-0/+31
2018-08-02add rustdoc test for `everybody_loops` fixQuietMisdreavus-0/+29
2018-08-02Filter out duplicated trait predicates when generating auto traitsAaron Hill-0/+24
2018-08-02Fix rustdoc crash when 'static bound appears in struct declarationAaron Hill-0/+20
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-4/+4
2018-07-22Improve codeGuillaume Gomez-3/+3
2018-07-22Add new tests and fix old onesGuillaume Gomez-7/+31
2018-07-22Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...bors-0/+39
2018-07-22Add "self" intra-link supportGuillaume Gomez-0/+39
2018-07-17Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre...kennytm-0/+24
2018-07-14Pass edition flags to compiler from rustdoc as expectedGuillaume Gomez-0/+24
2018-07-13add test for issue 52129QuietMisdreavus-0/+18
2018-07-10rustdoc: Hide struct and enum variant constructor importsOliver Middleton-0/+25
2018-07-06Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie...bors-0/+35
2018-07-03test for renaming re-exported macrosQuietMisdreavus-0/+6
2018-06-28Prevent some markdown transformation on short docblocksGuillaume Gomez-0/+35
2018-06-17fix test pub-use-extern-macrosQuietMisdreavus-1/+1
2018-06-17fix cross-crate-links testQuietMisdreavus-1/+1
2018-06-17rustdoc: import cross-crate macros alongside everything elseQuietMisdreavus-0/+77
2018-06-17Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch...bors-0/+26