summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2018-03-30Rename fs::read_string to read_to_string and stabilizeMatt Brubeck-1/+1
2018-03-30Auto merge of #49489 - kennytm:rollup, r=kennytmbors-6/+6
2018-03-30Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavusbors-135/+150
2018-03-30Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavuskennytm-6/+6
2018-03-29Rename main theme into light themeGuillaume Gomez-6/+6
2018-03-28Fix text overlapGuillaume Gomez-16/+17
2018-03-27Hide type declarations by defaultGuillaume Gomez-135/+150
2018-03-13Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavuskennytm-8/+10
2018-03-10Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusbors-28/+23
2018-03-09Remove auto trait implementation section when emptyGuillaume Gomez-8/+10
2018-03-09Add missing items in the sidebar for functionsGuillaume Gomez-28/+23
2018-03-05Add resource-suffix option for rustdocGuillaume Gomez-15/+36
2018-02-18Remove extra whitespaceAaron Hill-1/+1
2018-02-18Fix inliningAaron Hill-2/+7
2018-02-18More formatting fixupsAaron Hill-1/+1
2018-02-18Cleanup formattingAaron Hill-18/+0
2018-02-18Generate documentation for auto-trait implsAaron Hill-60/+235
2018-02-16Remove hoedown from rustdocGuillaume Gomez-218/+18
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-25/+27
2018-01-25Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavusbors-4/+4
2018-01-24Few fixes for multiple themes support featureGuillaume Gomez-4/+4
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-1/+2
2018-01-23Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavusbors-6/+76
2018-01-23rustdoc: Hide methods from #[doc(masked)] crates from the search indexOliver Middleton-25/+27
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-1/+2
2018-01-23Fasten even more theme switchGuillaume Gomez-2/+4
2018-01-22Fasten up theme loadingGuillaume Gomez-22/+1
2018-01-22Change theme iconGuillaume Gomez-0/+2
2018-01-22Resolve foreign macrosManish Goregaokar-1/+1
2018-01-22Use correct item for links in modulesManish Goregaokar-2/+2
2018-01-22cleanupQuietMisdreavus-4/+18
2018-01-22Add LinkReplacer pass for pulldownManish Goregaokar-6/+7
2018-01-22give render_text a generic return typeQuietMisdreavus-1/+1
2018-01-21Add themes optionGuillaume Gomez-11/+24
2018-01-21Add possibility to have multiple themesGuillaume Gomez-4/+78
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-3/+2
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-4/+4
2018-01-15Reexport -> re-export in documentation section headingsCarol (Nichols || Goulding)-3/+3
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-13/+3
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-15/+5
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-3/+2
2018-01-07Auto merge of #47039 - ollie27:rustdoc_trait_impl_src, r=GuillaumeGomezbors-60/+30
2018-01-06Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakisbors-1/+5
2017-12-30Hard break for rust-lang/rust#46976Christopher Durham-1/+5
2017-12-29Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomezbors-1/+7
2017-12-27rustdoc: Add missing src links for generic impls on trait pagesOliver Middleton-60/+30
2017-12-27rustdoc: add option to abort process on markdown differencesQuietMisdreavus-1/+7
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-3/+4
2017-12-22Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavuskennytm-3/+4
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-2/+4