summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
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
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-8/+8
2019-02-12respect alternate flag when formatting impl traitAndy Russell-19/+23
2019-02-11Update existing rustdoc testvarkor-5/+7
2019-02-11Display "Deprecation planned" in rustdoc for future rustc deprecationsvarkor-9/+22
2019-02-11Don't display "Deprecated since" for non-rustc deprecated itemsvarkor-2/+4
2019-02-10rustc: doc commentsAlexander Regueiro-8/+8
2019-02-10Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=ManishearthGuillaume Gomez-11/+31
2019-02-10Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomezGuillaume Gomez-3/+5
2019-02-10Remove spotlight for trait aliases and fix nitsGuillaume Gomez-2/+2
2019-02-10Add trait alias support in rustdocGuillaume Gomez-11/+31
2019-02-09put back macro redirectGuillaume Gomez-0/+9
2019-02-08Improve stability tags displayGuillaume Gomez-2/+1
2019-02-07Rollup merge of #58143 - GuillaumeGomez:sort-elements-in-sidebar, r=QuietMisd...Guillaume Gomez-72/+84
2019-02-07Rollup merge of #58033 - euclio:rustdoc-tags, r=QuietMisdreavusGuillaume Gomez-7/+8
2019-02-07Rollup merge of #58028 - GuillaumeGomez:fix-settings-image-link, r=QuietMisdr...Guillaume Gomez-4/+16
2019-02-07Rollup merge of #57954 - euclio:rustdoc-stability, r=QuietMisdreavusGuillaume Gomez-4/+0
2019-02-06display sugared return types for async functionsAndy Russell-3/+5
2019-02-04sort elements in the sidebarGuillaume Gomez-72/+84
2019-02-01Fix image link in the settings menuGuillaume Gomez-4/+16