summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-1/+4
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-1/+4
2018-09-24Fix JS errorGuillaume Gomez-2/+5
2018-09-14Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavusbors-9/+34
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-4/+3
2018-09-06Fix implementors generation as wellGuillaume Gomez-3/+6
2018-09-05Apply method docs collapse to all impl-items sectionsGuillaume Gomez-1/+3
2018-08-27Fix source automatic scrollGuillaume Gomez-0/+1
2018-08-26Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomezGuillaume Gomez-16/+36
2018-08-25Add collapser for associated constGuillaume Gomez-4/+3
2018-08-25Expand a collapsed element on onclickKazuyoshi Kato-16/+21
2018-08-25Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre...bors-10/+10
2018-08-23Check null-able variables before using themKazuyoshi Kato-3/+2
2018-08-23Automatically expand a section even after page loadKazuyoshi Kato-16/+32
2018-08-22Search a substring instead of start of string in rustdoc searchGuillaume Gomez-10/+10
2018-08-15restore the page title after escaping out of a searchJack O'Connor-0/+3
2018-08-10Remove unwanted console logGuillaume Gomez-1/+0
2018-08-05Automatically expand section if url id point to one of its componentGuillaume Gomez-0/+19
2018-08-02Fix trait item doc setting, add new setting, start hiding elements by default...Guillaume Gomez-9/+32
2018-07-19Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavusbors-3/+20
2018-07-18Updated wording and placement of non-exhaustive notice so it is collapsed by ...David Wood-3/+20
2018-07-08Add setting to prevent doc auto-hide of trait implementationsGuillaume Gomez-10/+12
2018-06-30reduce search-index sizeGuillaume Gomez-19/+27
2018-06-25Remove unused variableGuillaume Gomez-1/+0
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-13Don't auto-hide inherent impls even if `rustdoc-collapse == true`.kennytm-24/+25
2018-06-04Add doc keyword supportGuillaume Gomez-5/+10
2018-06-02Add attributes for trait and methods as wellGuillaume Gomez-10/+8
2018-05-30Fixes some style issues in rustdoc "implementations on Foreign types"Guillaume Gomez-2/+8
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-1/+1
2018-05-12Improve resultsGuillaume Gomez-26/+49
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-15/+11
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