summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-3/+2
2018-01-10Use correct line offsets for doctests (fixes #45868)Manish Goregaokar-2/+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
2018-01-05Fix search bar defocusGuillaume Gomez-0/+4
2018-01-02Indentation fixJohannes Boczek-2/+2
2018-01-02Defocus search bar in rustdoc pagesJohannes Boczek-0/+6
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-28rustdoc: Don't try to generate links for modules in import pathsOliver Middleton-24/+2
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-22moved colors of kbd tag into main.cssMarcel Hellwig-5/+11
2017-12-22add kbd style tag to main.css in rustdocMarcel Hellwig-0/+14
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-3/+4
2017-12-21Auto merge of #45930 - jplatte:generics_refactoring, r=eddybbors-45/+24
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-45/+24
2017-12-21Rollup merge of #46861 - GuillaumeGomez:fix-ios-sidebar, r=QuietMisdreavusGuillaume Gomez-10/+50
2017-12-21Escape more items in the sidebar when neededGuillaume Gomez-3/+4
2017-12-20Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavuskennytm-4/+13
2017-12-20Fix sidebar on iosGuillaume Gomez-10/+50
2017-12-18Rollup merge of #46825 - GuillaumeGomez:mobile-search, r=QuietMisdreavusGuillaume Gomez-0/+20
2017-12-18Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavusGuillaume Gomez-1/+1