about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2018-06-30reduce search-index sizeGuillaume Gomez-19/+27
2018-06-29Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomezbors-4/+2
2018-06-27Include type in non-exhaustive message. Include new css in dark theme.David Wood-1/+2
2018-06-27Display #[non_exhaustive] in rustdoc on types.David Wood-1/+2
2018-06-26Fix variant background color on hover in search resultsGuillaume Gomez-1/+1
2018-06-25Remove unused variableGuillaume Gomez-1/+0
2018-06-22Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavusbors-7/+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-04Add doc keyword supportGuillaume Gomez-7/+21
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/+20
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-21rustdoc: set tab width in rust source blocksQuietMisdreavus-0/+2
2018-05-15Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27Guillaume Gomez-2/+2
2018-05-12Use fullpath instead of recreating itGuillaume Gomez-4/+2
2018-05-12Fix invalid deduplicationGuillaume Gomez-8/+1
2018-05-12Fix items counts in search resultsGuillaume Gomez-12/+15
2018-05-12Reduce js files sizeGuillaume Gomez-20/+21
2018-05-12Remove extra span tagsGuillaume Gomez-1/+11
2018-05-12Improve alias renderingGuillaume Gomez-6/+16
2018-05-12Improve resultsGuillaume Gomez-26/+53
2018-05-12Add minification processGuillaume Gomez-2/+2
2018-05-05Fix paths searchGuillaume Gomez-1/+1
2018-04-30Rename "show type declaration" to "show declaration"Guillaume Gomez-1/+1
2018-04-26Add setting to go to item if there is only one resultGuillaume Gomez-31/+57
2018-04-25Some JS improvementsGuillaume Gomez-32/+24
2018-04-23fix search bar bugGuillaume Gomez-10/+18
2018-04-22Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavusbors-21/+149
2018-04-21remove unused conditionGuillaume Gomez-5/+0
2018-04-21fix invalid items removalGuillaume Gomez-2/+4
2018-04-21Add aliases in the search as wellGuillaume Gomez-3/+13
2018-04-21Add specific never searchGuillaume Gomez-1/+6
2018-04-21Remove link generation on image, favicon and logo in settingsGuillaume Gomez-9/+0
2018-04-17Add rustdoc settings menuGuillaume Gomez-21/+158
2018-04-14Add multi-query searchGuillaume Gomez-7/+70
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-0/+32
2018-04-07Rollup merge of #49652 - GuillaumeGomez:anchor-collapsed, r=QuietMisdreavuskennytm-10/+23
2018-04-07Rollup merge of #49510 - GuillaumeGomez:anchor-field-position, r=QuietMisdreavuskennytm-0/+3
2018-04-04Fix anchors issue when everything is collapsedGuillaume Gomez-10/+23
2018-04-04Add page to list all crate's itemsGuillaume Gomez-0/+32
2018-03-30fix targetted value backgroundGuillaume Gomez-1/+1
2018-03-30Fix anchor position on fieldsGuillaume Gomez-0/+3
2018-03-30Auto merge of #49489 - kennytm:rollup, r=kennytmbors-3/+5
2018-03-30Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavusbors-3/+15
2018-03-30Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavuskennytm-1/+1