about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2018-11-13Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavuskennytm-3/+25
2018-11-10Remove short doc where it starts with a codeblockGuillaume Gomez-3/+25
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-0/+64
2018-11-07Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelixkennytm-0/+40
2018-11-03Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakisGuillaume Gomez-0/+256
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-4/+4
2018-11-02Don't show associated const items by defaultGuillaume Gomez-1/+1
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-0/+18
2018-11-02Add test for index-pageGuillaume Gomez-0/+18
2018-11-01test that rustdoc doesn't overflow on a big enumAlex Burka-0/+256
2018-10-28Choose predicates without inference variables over those with themAaron Hill-0/+40
2018-10-26Auto merge of #55382 - kennytm:rollup, r=kennytmbors-13/+47
2018-10-26Auto merge of #53821 - oli-obk:sanity_query, r=RalfJungbors-2/+2
2018-10-26Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomezkennytm-0/+31
2018-10-26Rollup merge of #54824 - Munksgaard:fix-49713, r=QuietMisdreavuskennytm-13/+16
2018-10-25Check for negative impls when finding auto traitsAaron Hill-0/+27
2018-10-25fix a test commentRalf Jung-1/+1
2018-10-25Addressed minor issues brought up in review.Alexander Regueiro-1/+1
2018-10-25Update rustdoc testOliver Schneider-1/+1
2018-10-24This is a regression test for #54478.Felix S. Klock II-0/+42
2018-10-22Fix Rustdoc ICE when checking blanket implsAaron Hill-0/+31
2018-10-22Fix multiple errorsGuillaume Gomez-2/+2
2018-10-21Update failing testGuillaume Gomez-3/+3
2018-10-15rustdoc: Use dyn keyword when rendering dynamic traitsOliver Middleton-4/+4
2018-10-12Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandrykennytm-3/+3
2018-10-11Include rustdoc tests that have been fixed by #33133Philip Munksgaard-3/+3
2018-10-10Fix typo in issue-13698.rsPhilip Munksgaard-1/+1
2018-10-10Fix typo in deprecated_implsPhilip Munksgaard-1/+1
2018-10-10Fix issue-46767 testPhilip Munksgaard-1/+2
2018-10-10Use XPATH notation to match against flattened nodesPhilip Munksgaard-2/+2
2018-10-05Fix empty-section.rs testPhilip Munksgaard-1/+1
2018-10-05Fix redirect.rs testPhilip Munksgaard-1/+2
2018-10-05Fix unneeded-trait-implementations-title testPhilip Munksgaard-1/+1
2018-10-05Remove duplicate test linePhilip Munksgaard-1/+0
2018-10-05Stabilize `min_const_fn`Oliver Schneider-5/+0
2018-10-04Add compile flags to playground-empty testPhilip Munksgaard-0/+2
2018-10-04replace escape-rust-expr test with dont-show-const-contentsPhilip Munksgaard-4/+4
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-0/+126
2018-09-27check for proc-macros in "all items"QuietMisdreavus-0/+8
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-0/+171
2018-09-25add test for proc-macro re-exportQuietMisdreavus-0/+64
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-0/+54
2018-09-25add regression testNiko Matsakis-0/+171
2018-09-22Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnikPietro Albini-0/+54
2018-09-20fix intra-links for trait implsQuietMisdreavus-0/+40
2018-09-20don't index trait impls if the trait isn't also documentedQuietMisdreavus-0/+23
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-4/+62
2018-09-20don't check visibility when inlining local implsQuietMisdreavus-0/+28
2018-09-20ignore rustdoc/doc-proc-macro on stage1QuietMisdreavus-0/+2
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-3/+15