about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2019-04-16Fix dark css ruleGuillaume Gomez-3/+3
2019-04-16Rollup merge of #59992 - QuietMisdreavus:static-settings-path, r=GuillaumeGomezMazdak Farrokhzad-1/+2
2019-04-15change word wrapping modevlad-boroda-1/+1
2019-04-15use --static-root-path for settings.jsQuietMisdreavus-1/+2
2019-04-14Fix rustdoc sidebar z-indexvlad-boroda-0/+1
2019-04-14Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centrilbors-25/+40
2019-04-14Rollup merge of #59890 - GuillaumeGomez:empty-json-variables, r=QuietMisdreavusMazdak Farrokhzad-19/+34
2019-04-14Rollup merge of #59776 - GuillaumeGomez:apply-resource-suffix, r=QuietMisdreavusMazdak Farrokhzad-6/+6
2019-04-14Rollup merge of #59855 - GuillaumeGomez:fix-attr-position-in-type-decl, r=Qui...Mazdak Farrokhzad-6/+17
2019-04-12Apply resource-suffix to search-index and source-files scripts as wellGuillaume Gomez-6/+6
2019-04-12Don't generate empty json variablesGuillaume Gomez-19/+34
2019-04-12Auto merge of #59622 - GuillaumeGomez:improve-one-char-search, r=QuietMisdreavusbors-3/+7
2019-04-10Fix attributes position in type declarationGuillaume Gomez-6/+17
2019-04-02Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-38/+47
2019-04-02Ensure that exact matches come first in rustdoc searchGuillaume Gomez-3/+7
2019-03-30Remove redundant importFabian Drinck-2/+0
2019-03-30Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomezMazdak Farrokhzad-0/+8
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-1/+19
2019-03-29Collapse blanket impls in the same way as normal implsLaurenz-0/+8
2019-03-29Support non-exhaustive enum variants in rustdoc.David Wood-1/+19
2019-03-27Speed up rustdoc run a bitGuillaume Gomez-38/+47
2019-03-26Rollup merge of #59424 - GuillaumeGomez:fix-stability-css, r=QuietMisdreavusGuillaume Gomez-0/+8
2019-03-26Rollup merge of #59026 - GuillaumeGomez:search-tabs-header, r=QuietMisdreavusGuillaume Gomez-1/+1
2019-03-26Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavusGuillaume Gomez-21/+51
2019-03-26Fix code block display in portability element in dark themeGuillaume Gomez-0/+8
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-7/+7
2019-03-23Add testGuillaume Gomez-6/+10
2019-03-23cleanupGuillaume Gomez-1/+0
2019-03-22Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddybMazdak Farrokhzad-29/+28
2019-03-21Fix invalid returned types generationGuillaume Gomez-6/+23
2019-03-21Add bounds for return types as wellGuillaume Gomez-21/+24
2019-03-21Improve bounds searchGuillaume Gomez-4/+5
2019-03-21Small generics search improvementGuillaume Gomez-1/+4
2019-03-21Greatly improve generics handling in rustdoc searchGuillaume Gomez-5/+8
2019-03-21Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavusbors-3/+16
2019-03-18Make clean::Constant display respect f.alternate()varkor-1/+3
2019-03-18Fix indentation issuevarkor-1/+1
2019-03-18Refactor `GenericArgs` to include const genericsvarkor-14/+5
2019-03-18Implement `Clean` for const genericsvarkor-0/+6
2019-03-18Rename external_typarams to external_param_namesvarkor-2/+2
2019-03-18Rename typarams to param_namesvarkor-13/+13
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-16Rollup merge of #59158 - Manishearth:fix-minification, r=GuillaumeGomezkennytm-5/+1
2019-03-16Rollup merge of #58873 - GuillaumeGomez:fix-auto-hide-method-doc, r=QuietMisd...kennytm-32/+37
2019-03-14Add default keyword handling in rustdocGuillaume Gomez-3/+16
2019-03-13Revert "Don't generate minification variable if minification disabled"Manish Goregaokar-5/+1
2019-03-09Fix duplicated bounds printing in rustdocGuillaume Gomez-11/+11
2019-03-08Fix moving text in search tabs headersGuillaume Gomez-1/+1