about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-12/+3
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-0/+40
2018-01-09Rollup merge of #47263 - ollie27:rustdoc_private_macro_import, r=GuillaumeGomezkennytm-0/+20
2018-01-09Rollup merge of #47210 - zackmdavis:the_3rd_of_2_hardest_problems_in_computer...kennytm-0/+18
2018-01-08rustdoc: Don't import macros from private importsOliver Middleton-0/+20
2018-01-07Auto merge of #47039 - ollie27:rustdoc_trait_impl_src, r=GuillaumeGomezbors-0/+5
2018-01-06wherein careful doc-decoration arithmetic proves quite the ICE-breakerZack M. Davis-0/+18
2018-01-06Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakisbors-0/+12
2017-12-30Hard break for rust-lang/rust#46976Christopher Durham-0/+12
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-28rustdoc: Don't try to generate links for modules in import pathsOliver Middleton-0/+34
2017-12-27rustdoc: Add missing src links for generic impls on trait pagesOliver Middleton-0/+5
2017-12-24Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddybbors-0/+34
2017-12-23Testcase for const-eval array lengthsWilco Kusee-0/+34
2017-12-22Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebankkennytm-0/+1
2017-12-22Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavuskennytm-0/+45
2017-12-21Escape more items in the sidebar when neededGuillaume Gomez-0/+45
2017-12-20Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavuskennytm-0/+23
2017-12-20Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavuskennytm-0/+32
2017-12-19test for missing_doc in the external_doc testQuietMisdreavus-0/+1
2017-12-19Add a test for `--sort-modules-by-appearance`varkor-0/+23
2017-12-18Add tests for hidden typesGuillaume Gomez-0/+32
2017-12-18Fix ?Sized where bound not being displayed at the correct placeGuillaume Gomez-0/+16
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-0/+105
2017-12-02Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavusbors-0/+23
2017-12-02Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavuskennytm-0/+34
2017-12-02Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebankkennytm-0/+15
2017-11-30Fix htmldocck namingChristian Duerr-2/+2
2017-11-30Hide trait impl with private trait type parameterChristian Duerr-0/+19
2017-11-30Show hidden items with rustdoc's document-privateChristian Duerr-0/+15
2017-11-30rustc: Filter out bogus extern crate warningsAlex Crichton-0/+15
2017-11-30Fix rustoc item summaries that are headersChristian Duerr-0/+13
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-0/+105
2017-11-29Fix invalid HTML escapeGuillaume Gomez-0/+23
2017-11-25Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil...bors-0/+66
2017-11-22Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomezbors-0/+82
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+82
2017-11-22Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavuskennytm-0/+19
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+46
2017-11-20Display negative traits implementationGuillaume Gomez-0/+19
2017-11-21Properly handle reexport of foreign items.kennytm-0/+66
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-8/+8
2017-11-18Add tooltip for important traits displayGuillaume Gomez-4/+4
2017-11-18Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM...bors-0/+28
2017-11-17add doc_highlight feature flag and testsQuietMisdreavus-0/+46
2017-11-15Remove Fn trait + impl Trait rustdoc testsChristopher Vittal-5/+9
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-4/+0
2017-11-15Support `extern type` in rustdoc.kennytm-0/+28
2017-11-14Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomezGuillaume Gomez-2/+2
2017-11-13update codeblock-title test with new notice textQuietMisdreavus-2/+2