about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-07-06Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie...bors-7/+36
2018-07-06Rollup merge of #51793 - GuillaumeGomez:search-result-hover, r=QuietMisdreavuskennytm-1/+1
2018-07-05Simplified checking for non_exhaustive attribute.David Wood-1/+1
2018-07-05Auto merge of #51599 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavusbors-32/+53
2018-07-04Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomezbors-10/+10
2018-06-30Improved non_exhaustive message.David Wood-16/+29
2018-06-30reduce search-index sizeGuillaume Gomez-32/+53
2018-06-29Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomezbors-4/+2
2018-06-28Prevent some markdown transformation on short docblocksGuillaume Gomez-7/+36
2018-06-27Include type in non-exhaustive message. Include new css in dark theme.David Wood-4/+6
2018-06-27Display #[non_exhaustive] in rustdoc on types.David Wood-1/+25
2018-06-26rustdoc codeblock hash escapeLucas Morales-10/+10
2018-06-26Fix variant background color on hover in search resultsGuillaume Gomez-1/+1
2018-06-25Minify cssGuillaume Gomez-12/+31
2018-06-25Remove unused variableGuillaume Gomez-1/+0
2018-06-23Auto merge of #51580 - cramertj:async-await, r=eddybbors-26/+39
2018-06-22Fix rustdoc and remove default impl for FnHeaderTaylor Cramer-5/+7
2018-06-22Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavusbors-7/+3
2018-06-21async await desugaring and testsTaylor Cramer-1/+2
2018-06-21Display async fn in rustdoc.Without Boats-3/+18
2018-06-21Parse async fn header.Without Boats-21/+16
2018-06-20Make GenericBound explicitvarkor-2/+2
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-13/+13
2018-06-20Use ParamBounds in WhereRegionPredicatevarkor-1/+1
2018-06-20Lift bounds into GenericParamvarkor-13/+13
2018-06-20Refactor generic parameters in rustdoc/cleanvarkor-12/+12
2018-06-20Rename "parameter" to "arg"varkor-5/+5
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-3/+3
2018-06-18Extend collision prevention to every typeGuillaume Gomez-5/+1
2018-06-16Fix macro missing from doc searchGuillaume Gomez-1/+4
2018-06-15Fix search fn keywordGuillaume Gomez-1/+5
2018-06-13Greatly improve tables display in docsGuillaume Gomez-7/+3
2018-06-13Don't auto-hide inherent impls even if `rustdoc-collapse == true`.kennytm-24/+25
2018-06-12rustdoc: add --extern-html-root-url flagQuietMisdreavus-2/+14
2018-06-04Remove useless function call for keyword generation in rustdocGuillaume Gomez-2/+1
2018-06-04Few improvementsGuillaume Gomez-1/+1
2018-06-04Add doc keyword supportGuillaume Gomez-54/+70
2018-06-03Show which line the link is coming from.kennytm-3/+22
2018-06-03Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-3/+6
2018-06-02Add attributes for trait and methods as wellGuillaume Gomez-13/+21
2018-06-02Fix run button styleGuillaume Gomez-3/+6
2018-05-30Fixes some style issues in rustdoc "implementations on Foreign types"Guillaume Gomez-8/+33
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-23Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomezkennytm-0/+2
2018-05-21rustdoc: set tab width in rust source blocksQuietMisdreavus-0/+2
2018-05-20lexer: Fix span override for the first token in a stringVadim Petrochenkov-2/+2
2018-05-16Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichtonbors-1/+1
2018-05-15Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakisbors-5/+8
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-1/+1
2018-05-15Inline get_typevarkor-2/+5