summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-1/+1
2018-05-03Fix invalid path generation in rustdoc searchGuillaume Gomez-1/+1
2018-05-02make it compile againflip1995-1/+1
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-04-27Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavuskennytm-0/+2
2018-04-26Add setting to go to item if there is only one resultGuillaume Gomez-0/+2
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+2
2018-04-22Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavusbors-3/+76
2018-04-21Add aliases in the search as wellGuillaume Gomez-3/+7
2018-04-21Generate alias fileGuillaume Gomez-6/+74
2018-04-21Remove link generation on image, favicon and logo in settingsGuillaume Gomez-17/+19
2018-04-17Add rustdoc settings menuGuillaume Gomez-3/+74
2018-04-17Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomezGuillaume Gomez-1/+3
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-1/+1
2018-04-13rustdoc: Don't include private paths in all.htmlOliver Middleton-1/+3
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-36/+205
2018-04-07Improve codeGuillaume Gomez-21/+20
2018-04-06Auto merge of #49335 - GuillaumeGomez:remove-unneeded-trait-implementations-t...bors-11/+19
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-04Rollup merge of #49516 - GuillaumeGomez:add-union-field-missing-anchor, r=Qui...kennytm-2/+7
2018-04-04Rollup merge of #49179 - varkor:future-deprecation, r=QuietMisdreavus,Guillau...kennytm-4/+18
2018-04-04Add page to list all crate's itemsGuillaume Gomez-36/+206
2018-03-31Shorten deprecation notevarkor-2/+2
2018-03-30Rename fs::read_string to read_to_string and stabilizeMatt Brubeck-1/+1
2018-03-30Add missing anchor for union type fieldsGuillaume Gomez-2/+7
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-29Remove unneeded trait implementations titlesGuillaume Gomez-11/+19
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-26Add future deprecation warning to rustdocvarkor-4/+18
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