summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
2015-07-20librustdoc: blur page when help dialogue is presentAndreas Tolfsen-2/+5
2015-07-17DRYTamir Duberstein-2/+2
2015-07-16Merge branch 'fix-26673' of https://github.com/nhowell/rust into rollup_centralSteve Klabnik-0/+6
2015-07-13Address feedbackBrian Anderson-0/+5
2015-07-08librustdoc: generalise handling of keyboard shortcutsAndreas Tolfsen-44/+48
2015-07-01rustdoc: Reset the title when pressing the back buttonNick Howell-0/+6
2015-07-01In js from the docs, change keyboard eventlistener to be compatible with non-...Mathieu David-6/+33
2015-06-18rustdoc: Update document title when displaying search resultsJohannes Oertel-0/+3
2015-05-22Rustdoc Search: Increase Relevance of PrimitivesPascal Hertleif-0/+7
2015-05-22Rustdoc: Clean Up Some JSPascal Hertleif-60/+57
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-1/+2
2015-05-09rustdoc: Link associated items in search index to traitUlrik Sverdrup-1/+2
2015-05-07Remove trailing whitespace on blank lineRory O’Kane-1/+1
2015-05-07Refactor doc toggle button label changingRory O’Kane-13/+27
2015-04-30Fix doc [−] button bug by escaping differentlyRory O’Kane-8/+8
2015-04-27Change literal minus ‘−’ to HTML entity ‘−’Rory O’Kane-8/+8
2015-04-24In [-] doc buttons, change hyphen ‘-’ to minus ‘−’Rory O’Kane-5/+5
2015-04-24Rollup merge of #24717 - liigo:add-back-toggle-links, r=alexcrichtonManish Goregaokar-3/+7
2015-04-23rustdoc: add back [-]/[+] toggle links for unstable-methodsLiigo Zhuang-3/+7
2015-04-23rustdoc: toggle collapse/expand all docs using the same linkLiigo Zhuang-12/+17
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-0/+3
2015-04-13rustdoc: Prevent '/' from showing the help dialogBarosl Lee-3/+5
2015-04-05Auto merge of #24055 - estsauver:24044, r=alexcrichtonbors-0/+2
2015-04-04Make changing doc search unhighlight current resultEarl St Sauver-0/+2
2015-04-01Fix sidebar bugCarlos Galarza-4/+6
2015-03-14Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichtonbors-2/+35
2015-03-14Add support to search functions by type to rustdoc.Mihnea Dobrescu-Balaur-2/+35
2015-03-12Rollup merge of #22769 - :rustdocfix, r=brsonManish Goregaokar-17/+0
2015-03-05rustdoc: Move sidebar items into shared JavaScript.Kang Seonghoon-21/+65
2015-02-24fix rustdoc performance problemsJulian Orth-17/+0
2015-01-23Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichtonbors-1/+12
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-3/+2
2015-01-21fix falloutLiigo Zhuang-4/+1
2015-01-21display plain summary line in javascriptLiigo Zhuang-1/+13
2015-01-21rustdoc: add tooltips to sidebarLiigo Zhuang-1/+3
2015-01-17Increase docs search box delayChris Thorn-1/+1
2015-01-06Fix JS errorSteven Fackler-1/+1
2014-12-27Make the line numbers of the source code clickableBarosl Lee-3/+34
2014-12-05rollup merge of #19515: lifthrasiir/rustdoc-wrong-dedupCorey Richardson-1/+2
2014-12-05rollup merge of #19503: lifthrasiir/xenophobic-rustdocCorey Richardson-2/+2
2014-12-04rustdoc: Do not deduplicate items when their parents differ.Kang Seonghoon-1/+2
2014-12-04rustdoc: Removed Foreign{Function,Static} item types.Kang Seonghoon-2/+2
2014-12-01rustdoc: Check for href when prepending rootPathPaul Collier-2/+2
2014-10-09rustdoc: Implement constant documentationAlex Crichton-1/+3
2014-09-17rollup merge of #17226 : P1start/rustdoc-colourAlex Crichton-1/+1
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-1/+1
2014-09-14Display the doc-block toggle on everything again.Huon Wilson-1/+1
2014-09-07auto merge of #17035 : huonw/rust/moar-jquery, r=alexcrichtonbors-13/+14
2014-09-06Use more jQuery to avoid displaying Expand Description more often.Huon Wilson-13/+14
2014-08-31Make doc search results use <a> tags instead of js for navigatingCarol Nichols-31/+23