about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-1/+1
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-36/+35
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-49/+37
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-48/+44
2021-11-24Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomezbors-20/+8
2021-11-24Rollup merge of #91179 - GuillaumeGomez:a-color, r=jshaGuillaume Gomez-0/+6
2021-11-24Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomezGuillaume Gomez-20/+2
2021-11-24Remove `ResolvedPath.did`Noah Lev-9/+11
2021-11-24Return the actual `DefId` for assoc. items in `register_res`Noah Lev-1/+12
2021-11-24Fix clicking on anchors inside summary tags.Jacob Hoffman-Andrews-1/+1
2021-11-24Fix more <a> colorGuillaume Gomez-0/+6
2021-11-23Preload the most commonly used fonts.Jacob Hoffman-Andrews-0/+6
2021-11-23Fix RustDocEsteban Kuber-1/+1
2021-11-23Rollup merge of #91103 - jsha:non-toggle-click-doesnt-toggle, r=Manishearth,G...Matthias Krüger-0/+8
2021-11-22Rollup merge of #91102 - jsha:theme-anchor, r=GuillaumeGomezMatthias Krüger-28/+39
2021-11-22Auto merge of #91099 - jsha:cleanup-undocumented, r=GuillaumeGomezbors-33/+4
2021-11-22Add GUI test for clicking on non-toggle summaryJacob Hoffman-Andrews-1/+1
2021-11-22Set color for <a> in a more straightforward wayJacob Hoffman-Andrews-28/+39
2021-11-22Auto merge of #90872 - ken-matsui:add-defer-to-rustdoc-template, r=jshabors-10/+10
2021-11-21Inhibit clicks on summary's childrenJacob Hoffman-Andrews-0/+8
2021-11-20Remove styles for details.undocumentedJacob Hoffman-Andrews-33/+4
2021-11-21Auto merge of #91073 - camelid:small-cleanups, r=jyn514bors-2/+2
2021-11-20Move `scripts` on the rustdoc template into `head` and apply the `defer` attr...Ken Matsui-10/+10
2021-11-20Rollup merge of #90983 - GuillaumeGomez:sidebar-scrollbar, r=jshaMatthias Krüger-4/+4
2021-11-20Reduce prominence of item-infosJacob Hoffman-Andrews-20/+2
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-26/+27
2021-11-18rustdoc: Avoid using `Iterator::count()` where possibleNoah Lev-1/+1
2021-11-17Make scrollbar in the sidebar always visible for visual consistencyGuillaume Gomez-4/+4
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
2021-11-10Remove potential useless data for search indexGuillaume Gomez-39/+46
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-7/+7
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-6/+8
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-8/+9
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-9/+8
2021-11-05Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514bors-1/+7
2021-11-05rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()Muhammad Falak R Wani-22/+28
2021-11-05Rollup merge of #90571 - GuillaumeGomez:missing-bottom-border-sidebar, r=jshaYuki Okushi-3/+9
2021-11-04Sort scraped call locations before serializingWill Crichton-1/+7
2021-11-04Fix missing bottom border for headings in sidebarGuillaume Gomez-3/+9
2021-11-03Auto merge of #90475 - camelid:docvisitor, r=notriddlebors-36/+40
2021-11-02Add line number to URLs in "additional examples" section of rustdocWill Crichton-13/+20