about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2018-02-21Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebankGuillaume Gomez-0/+23
2018-02-21Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavusGuillaume Gomez-0/+12
2018-02-20Fix rustdoc test ICEGuillaume Gomez-0/+23
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-5/+5
2018-02-18Add testManish Goregaokar-0/+12
2018-02-18Remove extra space in testAaron Hill-2/+2
2018-02-18Generate documentation for auto-trait implsAaron Hill-4/+247
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-1/+1
2018-02-18Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavusGuillaume Gomez-2/+0
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-02-17Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-02-16Remove hoedown from rustdocGuillaume Gomez-2/+0
2018-02-10Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavuskennytm-0/+40
2018-02-09fix playground test for newly-trimmed doctestsQuietMisdreavus-2/+2
2018-02-07rustdoc: Hide `-> ()` in cross crate inlined Fn* boundsOliver Middleton-0/+40
2018-02-06Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrumkennytm-0/+16
2018-02-03Fix const evaluation ICE in rustdocGuillaume Gomez-0/+22
2018-02-02Add regression testManish Goregaokar-0/+16
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-0/+19
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-0/+60
2018-01-25Add testsManish Goregaokar-1/+20
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-0/+36
2018-01-23rustdoc: Hide methods from #[doc(masked)] crates from the search indexOliver Middleton-0/+60
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+36
2018-01-22value-namespace items require a marker, so emit an errorQuietMisdreavus-3/+3
2018-01-22add ambiguity markers to the intra-links testQuietMisdreavus-0/+14
2018-01-22add a macro to the intra-links testQuietMisdreavus-8/+15
2018-01-22add basic test for rustdoc intra linksQuietMisdreavus-0/+39
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-0/+40
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
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