about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-05-15Rename GenericParam to GenericParamDefvarkor-4/+4
2018-05-15Rollup merge of #50691 - ollie27:rustdoc_pub_restricted, r=QuietMisdreavusGuillaume Gomez-2/+13
2018-05-15Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27Guillaume Gomez-12/+28
2018-05-15Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27bors-73/+137
2018-05-12Use fullpath instead of recreating itGuillaume Gomez-4/+2
2018-05-12rustdoc: Add support for pub(restricted)Oliver Middleton-2/+13
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-26/+31
2018-05-12Remove extra span tagsGuillaume Gomez-1/+11
2018-05-12Handle blur on theme buttons nicelyGuillaume Gomez-1/+19
2018-05-12Add missing description in alias itemsGuillaume Gomez-3/+3
2018-05-12Improve alias renderingGuillaume Gomez-6/+16
2018-05-12Improve resultsGuillaume Gomez-26/+53
2018-05-12Add minification processGuillaume Gomez-12/+28
2018-05-12Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkovMark Simulacrum-2/+2
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2018-05-05Fix paths searchGuillaume Gomez-1/+1
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-2/+2
2018-05-04Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi...kennytm-1/+1
2018-05-03Fix invalid path generation in rustdoc searchGuillaume Gomez-1/+1
2018-05-02make it compile againflip1995-1/+1
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-04-30Rename "show type declaration" to "show declaration"Guillaume Gomez-1/+1
2018-04-27fix search load page failureGuillaume Gomez-1/+1
2018-04-27Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavuskennytm-31/+59
2018-04-26Add setting to go to item if there is only one resultGuillaume Gomez-31/+59
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+3
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-26/+231
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-6/+20
2018-04-21Generate alias fileGuillaume Gomez-7/+76
2018-04-21Add specific never searchGuillaume Gomez-1/+6
2018-04-21Remove link generation on image, favicon and logo in settingsGuillaume Gomez-26/+19
2018-04-17Add rustdoc settings menuGuillaume Gomez-26/+238
2018-04-17Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomezGuillaume Gomez-1/+3
2018-04-17Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavusGuillaume Gomez-129/+180
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-1/+1
2018-04-14Add docGuillaume Gomez-0/+4
2018-04-14Small size reductionGuillaume Gomez-122/+106
2018-04-14Add multi-query searchGuillaume Gomez-7/+70
2018-04-13rustdoc: Don't include private paths in all.htmlOliver Middleton-1/+3
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-36/+237
2018-04-07Improve codeGuillaume Gomez-21/+20
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-06Auto merge of #49335 - GuillaumeGomez:remove-unneeded-trait-implementations-t...bors-11/+19