about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-12-27Make `search_index` functions private where possibleNoah Lev-2/+2
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-12/+2
2021-12-27rustdoc: Remove some unnecessary `cache` parametersNoah Lev-23/+12
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-2/+2
2021-12-23Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-6/+10
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-11/+2
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-25/+25
2021-12-18Remove `collapsed` fieldJoshua Nelson-11/+2
2021-12-17Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomezbors-12/+4
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-18/+18
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-7/+7
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-3/+3
2021-12-11rustdoc: Remove unused `_default` parameterNoah Lev-12/+4
2021-12-11rustdoc: Pretty-print assoc const defaults on-demandNoah Lev-1/+1
2021-12-11Don't emit shared files when scraping dependenciesWill Crichton-6/+10
2021-12-11Rollup merge of #91682 - camelid:alias-layout, r=jyn514Matthias Krüger-0/+1
2021-12-10Split CSS classes for "typedef" vs "associatedtype".Jacob Hoffman-Andrews-1/+1
2021-12-08rustdoc: Show type layout for type aliasesNoah Lev-0/+1
2021-12-08Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomezMatthias Krüger-1/+1
2021-12-04Make rustdoc headings black, and markdown blueJacob Hoffman-Andrews-1/+1
2021-12-03Remove single-use `GenericParamDef::get_type` functionNoah Lev-13/+13
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-25/+77
2021-12-01address reviewb-naber-1/+1
2021-12-01more fixed issuesb-naber-0/+7
2021-11-30Return ConstStability instead of &ConstStability in Item::const_stabilityGuillaume Gomez-2/+2
2021-11-30Improve code by replacing &str with Symbol in render_stability_since_rawGuillaume Gomez-15/+11
2021-11-30Fix display for "const" deref methods in rustdocGuillaume Gomez-14/+70
2021-11-29Only show notable traits if both types are the sameMichael Howell-1/+8
2021-11-27Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomezMatthias Krüger-92/+50
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-16/+17
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-15/+14
2021-11-25Auto merge of #91195 - camelid:path-did, r=jyn514bors-8/+9
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-28/+20
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-32/+2
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-32/+28
2021-11-24Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomezGuillaume Gomez-17/+1
2021-11-24Remove `ResolvedPath.did`Noah Lev-8/+9
2021-11-21Auto merge of #91073 - camelid:small-cleanups, r=jyn514bors-2/+2
2021-11-20Reduce prominence of item-infosJacob Hoffman-Andrews-17/+1
2021-11-19rustdoc: Record aliases as SymbolsNoah Lev-2/+2
2021-11-20Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomezMatthias Krüger-13/+11
2021-11-14Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelidbors-4/+0
2021-11-14Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgrbors-13/+7
2021-11-13Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomezbors-13/+24
2021-11-12Use an empty Vec instead of Option<Vec>Michael Howell-13/+7
2021-11-12Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddleMatthias Krüger-2/+13
2021-11-12Add more comments to explain the code to generate the search indexGuillaume Gomez-2/+13
2021-11-12Remove unneeded FIXME: after testing the suggested changes, we reached the co...Guillaume Gomez-4/+0
2021-11-11Use `Iterator::collect` instead of calling `Vec::push` in a loopMichael Howell-23/+26
2021-11-11librustdoc: revert use of def_id for one of the edge caseMuhammad Falak R Wani-5/+10