about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2019-04-26Make "Implementations on Foreign Types" items in sidebar link to specific implsDmitry Murzin-11/+19
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+2
2019-04-26Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=ManishearthMazdak Farrokhzad-26/+11
2019-04-26Rollup merge of #59734 - GuillaumeGomez:improve-rustdoc-failure, r=ollie27Mazdak Farrokhzad-3/+4
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+2
2019-04-25Improvement comment explanationsGuillaume Gomez-2/+5
2019-04-24Remove useless code and update index page testGuillaume Gomez-25/+2
2019-04-24Prevent failure in case no space left on device in rustdocGuillaume Gomez-3/+4
2019-04-23Fix index-page generationGuillaume Gomez-1/+6
2019-04-20Update Source Code Pro fonts to version 2.030Manish Goregaokar-1/+1
2019-04-20Update Source Serif Pro fonts to version 2.010Manish Goregaokar-1/+1
2019-04-15use --static-root-path for settings.jsQuietMisdreavus-1/+2
2019-04-14Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centrilbors-8/+19
2019-04-14Rollup merge of #59890 - GuillaumeGomez:empty-json-variables, r=QuietMisdreavusMazdak Farrokhzad-4/+15
2019-04-14Rollup merge of #59776 - GuillaumeGomez:apply-resource-suffix, r=QuietMisdreavusMazdak Farrokhzad-4/+4
2019-04-14Rollup merge of #59855 - GuillaumeGomez:fix-attr-position-in-type-decl, r=Qui...Mazdak Farrokhzad-6/+3
2019-04-12Apply resource-suffix to search-index and source-files scripts as wellGuillaume Gomez-4/+4
2019-04-12Don't generate empty json variablesGuillaume Gomez-4/+15
2019-04-10Fix attributes position in type declarationGuillaume Gomez-6/+3
2019-04-02Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-38/+47
2019-03-30Remove redundant importFabian Drinck-2/+0
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-1/+14
2019-03-29Support non-exhaustive enum variants in rustdoc.David Wood-1/+14
2019-03-27Speed up rustdoc run a bitGuillaume Gomez-38/+47
2019-03-26Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavusGuillaume Gomez-14/+28
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-7/+7
2019-03-23cleanupGuillaume Gomez-1/+0
2019-03-22Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddybMazdak Farrokhzad-5/+5
2019-03-21Fix invalid returned types generationGuillaume Gomez-6/+20
2019-03-21Add bounds for return types as wellGuillaume Gomez-15/+12
2019-03-21Improve bounds searchGuillaume Gomez-4/+5
2019-03-21Greatly improve generics handling in rustdoc searchGuillaume Gomez-5/+8
2019-03-21Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavusbors-3/+5
2019-03-18Rename external_typarams to external_param_namesvarkor-2/+2
2019-03-18Rename typarams to param_namesvarkor-3/+3
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-7/+7
2019-03-16Rename `MetaItem::ident` to `MetaItem::path`Vadim Petrochenkov-1/+1
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-8/+6
2019-03-14Add default keyword handling in rustdocGuillaume Gomez-3/+5
2019-03-13Revert "Don't generate minification variable if minification disabled"Manish Goregaokar-5/+1
2019-02-23Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=ManishearthMazdak Farrokhzad-1/+5
2019-02-23Fix tidy check errorsHirokazu Hata-2/+7
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-84/+84
2019-02-22Don't generate minification variable if minification disabledGuillaume Gomez-1/+5
2019-02-20Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavuskennytm-19/+23
2019-02-20Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, r=QuietMisdre...kennytm-2/+1
2019-02-19Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkovbors-1/+2
2019-02-17Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll...kennytm-10/+15
2019-02-15Add Const kind to rustdocvarkor-1/+2
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-7/+24