summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-03-03Auto merge of #48410 - QuietMisdreavus:beta-48327, r=alexcrichtonbors-10/+3
2018-02-22Fix rustdoc test ICEGuillaume Gomez-12/+15
2018-02-21[beta] group old_tests by just the filename, not the test nameQuietMisdreavus-10/+3
2018-02-10Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavuskennytm-32/+7
2018-02-10Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavuskennytm-0/+4
2018-02-10Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavuskennytm-1/+3
2018-02-08Hide theme button under menu in mobile mode and fix top margin issue (in mobi...Guillaume Gomez-32/+7
2018-02-08Pass themes folder as parameterGuillaume Gomez-6/+6
2018-02-08Add tests for themesGuillaume Gomez-23/+43
2018-02-08Improve output a bit in case of errorGuillaume Gomez-8/+24
2018-02-08Add test when trying to add new themeGuillaume Gomez-5/+16
2018-02-08Handle comments in css selector and add testsGuillaume Gomez-23/+80
2018-02-08Fix missing rules for dark.cssGuillaume Gomez-0/+3
2018-02-08get differencesGuillaume Gomez-10/+43
2018-02-08Add theme testsGuillaume Gomez-0/+285
2018-02-07intra-doc-links: bail early for linky thingsManish Goregaokar-0/+4
2018-02-07Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre...Manish Goregaokar-4/+55
2018-02-07rustdoc: Hide `-> ()` in cross crate inlined Fn* boundsOliver Middleton-1/+3
2018-02-04Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddybkennytm-2/+9
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-03Fix const evaluation ICE in rustdocGuillaume Gomez-2/+9
2018-02-01Fix ugly hover in sidebarGuillaume Gomez-8/+22
2018-01-31Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakisbors-0/+1
2018-01-30Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavuskennytm-1/+1
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-1/+1
2018-01-29Toggle span highlighting on `-Zteach`Esteban Küber-0/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-8/+4
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-25/+27
2018-01-25Rollup merge of #47701 - Manishearth:intra-fixes, r=QuietMisdreavusAlex Crichton-41/+138
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-25Handle variantsManish Goregaokar-4/+17
2018-01-24Fix experimental text display on default themeGuillaume Gomez-0/+4
2018-01-24Make it work for traitsManish Goregaokar-8/+37
2018-01-24Few fixes for multiple themes support featureGuillaume Gomez-23/+47
2018-01-24Handle methodsManish Goregaokar-19/+76
2018-01-24Return Def from resolve()Manish Goregaokar-17/+17
2018-01-24Return Err() if resolve() is called before modules are set upManish Goregaokar-3/+1
2018-01-24Turn error into warningManish Goregaokar-4/+4
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-0/+1
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-4/+20
2018-01-23Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomezkennytm-2/+18
2018-01-23Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavusbors-13/+603
2018-01-23rustdoc: Hide methods from #[doc(masked)] crates from the search indexOliver Middleton-25/+27
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+1
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-2/+18
2018-01-23Fasten even more theme switchGuillaume Gomez-12/+15
2018-01-22don't process code blocks when scanning for linksQuietMisdreavus-2/+1