about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2018-12-04Add a test case for inlining the docs of a macro reexportGeorg Semmler-0/+28
2018-12-04Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavusbors-0/+15
2018-12-04Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd...bors-0/+23
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-0/+5
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-6/+0
2018-11-28Fix Tidy errorAaron Hill-1/+1
2018-11-28Filter out self-referential projection predicatesAaron Hill-0/+40
2018-11-28Ensure that Rusdoc discovers all necessary auto trait boundsAaron Hill-0/+31
2018-11-24Add test for source files featureGuillaume Gomez-0/+15
2018-11-21Add test for sidebar link generationGuillaume Gomez-0/+23
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-3/+89
2018-11-13Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakisbors-0/+27
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