about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2022-04-18Replace unneeded use of regex with a simple ifGuillaume Gomez-1/+4
2022-04-18Apply suggestions:Guillaume Gomez-37/+74
2022-04-18Improve documentation and add some explanations in the codeGuillaume Gomez-9/+23
2022-04-18Simplify parser syntaxGuillaume Gomez-41/+39
2022-04-18Make query parser more strict and improve display of errorsGuillaume Gomez-51/+64
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-398/+497
2022-04-18Add query syntax for the parserGuillaume Gomez-12/+71
2022-04-18* If type filter is in quotes, throw an error.Guillaume Gomez-3/+11
2022-04-18Improve naming of "val" fieldGuillaume Gomez-32/+32
2022-04-18Update search engine and parser to error when quotes are used on queries with...Guillaume Gomez-58/+104
2022-04-18Greatly improve rustdoc searchGuillaume Gomez-394/+602
2022-04-13Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomezDylan DPC-49/+159
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-1/+1
2022-04-06Switch item-info div to span to generate valid HTMLGuillaume Gomez-0/+4
2022-03-27Add scrape examples help pageWill Crichton-7/+41
2022-03-27Improve styling on scrape examples help buttonWill Crichton-12/+11
2022-03-27Improve alignment of additional scraped examples, add scrape examples help pageWill Crichton-40/+104
2022-03-27Improve Rustdoc UI for scraped examples with multiline arguments, fixWill Crichton-12/+25
2022-03-19Remove animation on source sidebarGuillaume Gomez-7/+0
2022-03-13Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jshabors-3/+3
2022-03-10Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddleMatthias Krüger-1/+1
2022-03-08Unify inherent impl blocks by wrapping them into a divGuillaume Gomez-1/+1
2022-03-07Remove unneeded whitespace generation and use CSS instead instead to align li...Guillaume Gomez-0/+3
2022-03-05Scroll when the anchor change and is linking outside of the displayed contentGuillaume Gomez-9/+7
2022-02-24Fix bad handling of the source code viewer sidebar style to prevent the appea...Guillaume Gomez-3/+3
2022-02-17Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jshaMatthias Krüger-6/+5
2022-02-16Unify sidebar a bit more by generating a list using <ul> instead of <div> ele...Guillaume Gomez-6/+5
2022-02-16Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jshaMatthias Krüger-1/+1
2022-02-13Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomezbors-2/+3
2022-02-11Rollup merge of #93852 - GuillaumeGomez:remove-multi-query, r=jshaMatthias Krüger-97/+6
2022-02-10Remove support for multi-query searchGuillaume Gomez-97/+6
2022-02-09rustdoc: fix spacing of non-toggled impl blocksJacob Hoffman-Andrews-2/+3
2022-02-09Unify headings indent and remove useless anchorGuillaume Gomez-21/+0
2022-02-09Add a bit more padding on search padding and reduce its font sizeGuillaume Gomez-1/+1
2022-02-08rustdoc: tweak line and ¶ spacing for a11yJacob Hoffman-Andrews-60/+52
2022-02-07Fix hover effects in sidebarJacob Hoffman-Andrews-33/+18
2022-02-07Rollup merge of #93673 - jsha:linkify-sidebar-headings, r=GuillaumeGomezMara Bos-18/+25
2022-02-05Linkify sidebar headings for sibling itemsJacob Hoffman-Andrews-18/+25
2022-02-06Rollup merge of #93659 - UltiRequiem:refactor_conditional_static_rustdoc, r=G...Matthias Krüger-5/+2
2022-02-06Rollup merge of #92651 - jsha:impl-spacing, r=GuillaumeGomezMatthias Krüger-20/+24
2022-02-04Refactor conditionalEliaz Bobadilla-5/+2
2022-02-04Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomezMatthias Krüger-0/+1
2022-02-04Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jshaMatthias Krüger-58/+108
2022-02-03Add filter-crate URL parameterGuillaume Gomez-47/+97
2022-02-02Unify storage getter and setter functionsGuillaume Gomez-12/+12
2022-02-02Emit valid HTML from rustdocJacob Hoffman-Andrews-0/+1
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-7/+9
2022-02-01Remove "up here" arrow on item-infosJacob Hoffman-Andrews-20/+24
2022-01-31Improve wrapping on settings pageJacob Hoffman-Andrews-7/+9
2022-01-31Rollup merge of #93444 - camelid:rustdoc-css-cleanup, r=GuillaumeGomez,jshaMatthias Krüger-7/+8