summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-02-22Fix rustdoc test ICEGuillaume Gomez-12/+15
2018-02-10Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavuskennytm-32/+7
2018-02-08Hide theme button under menu in mobile mode and fix top margin issue (in mobi...Guillaume Gomez-32/+7
2018-02-08Fix missing rules for dark.cssGuillaume Gomez-0/+3
2018-02-07Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre...Manish Goregaokar-4/+55
2018-02-04Improve big sidebar elements displayGuillaume Gomez-0/+18
2018-02-04Fix not selectable search inputGuillaume Gomez-0/+5
2018-02-03Fix rendering issues on mobileGuillaume Gomez-4/+32
2018-02-01Fix ugly hover in sidebarGuillaume Gomez-8/+22
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-1/+1
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-25/+27
2018-01-25Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMisdreavusGuillaume Gomez-0/+4
2018-01-25Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavusbors-23/+47
2018-01-24Fix experimental text display on default themeGuillaume Gomez-0/+4
2018-01-24Few fixes for multiple themes support featureGuillaume Gomez-23/+47
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-3/+4
2018-01-23Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomezkennytm-1/+2
2018-01-23Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavusbors-11/+586
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-12/+15
2018-01-22don't process code blocks when scanning for linksQuietMisdreavus-2/+1
2018-01-22Fasten up theme loadingGuillaume Gomez-25/+49
2018-01-22Fix quoted searchGuillaume Gomez-2/+2
2018-01-22Change theme iconGuillaume Gomez-1/+6
2018-01-22tweak colors on dark themeQuietMisdreavus-26/+27
2018-01-22Temporary fix missing escape_href in hoedown_link by copying pulldown's codeManish Goregaokar-1/+53
2018-01-22Resolve foreign macrosManish Goregaokar-1/+2
2018-01-22Fix unit testsManish Goregaokar-3/+3
2018-01-22Use correct item for links in modulesManish Goregaokar-2/+2
2018-01-22Don't return early and discard the link in hoedown modeManish Goregaokar-1/+1
2018-01-22add intra-links support to hoedownQuietMisdreavus-8/+66
2018-01-22cleanupQuietMisdreavus-6/+26
2018-01-22Add LinkReplacer pass for pulldownManish Goregaokar-13/+47
2018-01-22resolve paths when cleaning docsQuietMisdreavus-0/+3
2018-01-22give render_text a generic return typeQuietMisdreavus-1/+1
2018-01-22new function to pull the links from a chunk of markdownQuietMisdreavus-167/+250
2018-01-21Add themes optionGuillaume Gomez-11/+24
2018-01-21Add possibility to have multiple themesGuillaume Gomez-8/+537
2018-01-20Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomezGuillaume Gomez-19/+30
2018-01-18converted space to tab in css filesMarcel Hellwig-9/+8
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-3/+2
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-43/+39
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-15extended dt with kbd tagsMarcel Hellwig-23/+15
2018-01-14Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavusbors-2/+2
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-14/+3
2018-01-12Prepare main.js for testsGuillaume Gomez-43/+39
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-15/+5