summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
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
2017-12-21Escape more items in the sidebar when neededGuillaume Gomez-3/+4
2017-12-17Add an option to allow rustdoc to list modules by appearancevarkor-4/+13
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-27/+34
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-5/+2
2017-12-08Auto merge of #46247 - GuillaumeGomez:md-warnings, r=QuietMisdreqvusbors-8/+16
2017-12-07fix markdown file differencesGuillaume Gomez-6/+11
2017-12-07Generate difference warnings for markdown files as wellGuillaume Gomez-2/+5
2017-12-07Greatly improve sidebar when width < 700pxGuillaume Gomez-0/+7
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-1/+2
2017-12-02Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavusbors-5/+6
2017-12-02Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-2/+0
2017-11-29Update bootstrap compilerAlex Crichton-2/+0
2017-11-30Fix rustoc item summaries that are headersChristian Duerr-1/+3
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-1/+2
2017-11-29Fix invalid HTML escapeGuillaume Gomez-5/+6
2017-11-22Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomezbors-4/+26
2017-11-21allow loading external files in documentationQuietMisdreavus-4/+26
2017-11-22Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavuskennytm-9/+19