summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
2020-08-31Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret...Aleksey Kladov-4/+8
2020-08-30Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514Dylan DPC-8/+9
2020-08-29Use an id instead of a functionGuillaume Gomez-6/+3
2020-08-29GH-66816: Process before enabling searchasrar-2/+5
2020-08-29GH-66816: Removes disable before returnasrar-3/+4
2020-08-28Clean up rustdoc front-end source codeGuillaume Gomez-8/+12
2020-08-27Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514bors-4/+5
2020-08-27Delay help popup creation to when it's neededGuillaume Gomez-2/+3
2020-08-27Improve helper wordingGuillaume Gomez-2/+2
2020-08-24Add explanations on the results search element checkGuillaume Gomez-0/+3
2020-08-23Prevent automatic page change when using historyGuillaume Gomez-4/+11
2020-08-11Fully handle "?" shortcutGuillaume Gomez-3/+1
2020-08-11Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514Dylan DPC-1/+3
2020-08-10Add help buttonGuillaume Gomez-1/+3
2020-08-09Rename "Important traits" to "Notable traits"Camelid-2/+2
2020-07-16Review comments for JSManish Goregaokar-8/+2
2020-07-16Make spotlight show on hoverManish Goregaokar-18/+3
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+28
2020-07-15Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe...Manish Goregaokar-3/+9
2020-07-09Add option to collapse automatically implementorsGuillaume Gomez-3/+9
2020-07-02Simplify DOM by removing IDs for code tagsGuillaume Gomez-14/+7
2020-07-02Expand sub code blocks block content when hidden when the page hash refers to itGuillaume Gomez-0/+8
2020-07-02Improve page hash handlingGuillaume Gomez-5/+7
2020-07-02No need to call getPageId a second timeGuillaume Gomez-1/+1
2020-06-26Rollup merge of #72967 - integer32llc:prevent-default-arrows, r=kinnisonManish Goregaokar-0/+2
2020-06-23rustdoc: Fix doc aliases with crate filteringOliver Middleton-6/+7
2020-06-18Rollup merge of #72968 - integer32llc:docs-arrow-keys, r=GuillaumeGomezManish Goregaokar-13/+24
2020-06-08Rollup merge of #71842 - tspiteri:doc-impl-const, r=GuillaumeGomezDylan DPC-1/+3
2020-06-03Only highlight results via mouseover if mouse has movedCarol (Nichols || Goulding)-13/+24
2020-06-03Don't move cursor in search box when using arrows to navigate search resultsCarol (Nichols || Goulding)-0/+2
2020-05-31Rollup merge of #72691 - GuillaumeGomez:escape-key-handling, r=kinnisonDylan DPC-4/+12
2020-05-31Put input timeout clearance inside a functionGuillaume Gomez-13/+11
2020-05-28Fix escape key handlingGuillaume Gomez-3/+13
2020-05-27doc: make impl block collapsible if it has an associated constantTrevor Spiteri-1/+3
2020-05-26Improve formattingGuillaume Gomez-2/+2
2020-05-26Fix eslint lintsGuillaume Gomez-31/+23
2020-05-26Reexported functions are now declared directly as "windows" fieldGuillaume Gomez-11/+6
2020-05-26Move "global" code into anonymous functionsGuillaume Gomez-248/+258
2020-05-26Move focusSearchBar and defocusSearchBar functions to the top of the file wit...Guillaume Gomez-10/+11
2020-05-21Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou...Ralf Jung-0/+6
2020-05-19Fix going back in history to a search result page on firefoxGuillaume Gomez-0/+6
2020-05-14* Update aliases data struct from HashMap to BTreeMap to have more determinis...Guillaume Gomez-3/+4
2020-05-14Make current crate aliases go firstGuillaume Gomez-6/+14
2020-05-14Move doc alias discovery into the Attributes struct and some code improvementsGuillaume Gomez-1/+1
2020-05-07Merge aliases and search-indexGuillaume Gomez-39/+87
2020-05-07Improve doc alias JS codeGuillaume Gomez-23/+50
2020-05-05Replace title "Methods" with "Implementations"Guillaume Gomez-1/+1
2020-03-16Update src/librustdoc/html/static/main.js Guillaume Gomez-1/+1
2020-03-16formattingGuillaume Gomez-6/+4
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-62/+66