about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-06-15Fix search fn keywordGuillaume Gomez-1/+5
2018-06-13Don't auto-hide inherent impls even if `rustdoc-collapse == true`.kennytm-24/+25
2018-06-04Remove useless function call for keyword generation in rustdocGuillaume Gomez-2/+1
2018-06-04Few improvementsGuillaume Gomez-1/+1
2018-06-04Add doc keyword supportGuillaume Gomez-54/+70
2018-06-03Show which line the link is coming from.kennytm-3/+22
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/+21
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-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-23Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomezkennytm-0/+2
2018-05-21rustdoc: set tab width in rust source blocksQuietMisdreavus-0/+2
2018-05-20lexer: Fix span override for the first token in a stringVadim Petrochenkov-2/+2
2018-05-16Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichtonbors-1/+1
2018-05-15Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakisbors-5/+8
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-1/+1
2018-05-15Inline get_typevarkor-2/+5
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