about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-07-27Use str::repeatShotaro Yamada-15/+11
2018-07-27Prefer to_string() to format!()ljedrz-16/+16
2018-07-25Add missing dynTatsuyuki Ishi-5/+5
2018-07-22Improve codeGuillaume Gomez-10/+1
2018-07-22CleanupGuillaume Gomez-6/+0
2018-07-22Add filter over non generic implsGuillaume Gomez-1/+0
2018-07-22Working generic implGuillaume Gomez-21/+25
2018-07-22some improvementsGuillaume Gomez-3/+12
2018-07-22part 2Guillaume Gomez-1/+5
2018-07-22First step to generic trait implsGuillaume Gomez-0/+1
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-4/+46
2018-07-19Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavusbors-9/+66
2018-07-19Generate a page for existential typesOliver Schneider-4/+37
2018-07-19Updated FRU terminology.David Wood-1/+1
2018-07-18remove FIXME about macro redirectsQuietMisdreavus-1/+0
2018-07-18Updated wording and placement of non-exhaustive notice so it is collapsed by ...David Wood-18/+37
2018-07-18Implement existential typesOliver Schneider-0/+9
2018-07-12Moved non_exhaustive message to fields/variants section and onto type.David Wood-19/+18
2018-07-08Add setting to prevent doc auto-hide of trait implementationsGuillaume Gomez-10/+14
2018-07-06Auto merge of #52088 - kennytm:rollup, r=kennytmbors-1/+1
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