about summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
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
2014-08-09rustdoc: use raw search in URLAlexis Beingessner-3/+5
2014-08-09removing 'str'='struct' search synonymAlexis Beingessner-2/+1
2014-08-02Add hide/show detail toggles to rustdocAlexis Beingessner-0/+51
2014-07-31auto merge of #15385 : jroweboy/rust/master, r=brsonbors-44/+89
2014-07-28rustdoc: improvements to stability dashboardAaron Turon-0/+3
2014-07-25rustdoc: Bind keydown instead of keypress for navAlex Crichton-2/+2
2014-07-03Updated the licensing information for the Levenshtein distance functionJames Rowe-2/+5
2014-07-03Improved the search by including a levenshtein distance calculation which ena...James Rowe-44/+86
2014-06-19(doc) Properly doc hotkeys in generated docs.Zach Pomerantz-6/+6
2014-06-13rustdoc: Larger click areas for sidebar itemsValentin Tsatskin-1/+0
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+1
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-1/+4
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-1/+2
2014-05-31rustdoc: Show all implementors of traitsAlex Crichton-8/+6
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-8/+4
2014-05-25rustdoc: Get [src] links working for inlined doxAlex Crichton-0/+10
2014-05-21rustdoc: Show types for traits across cratesAlex Crichton-0/+22
2014-05-10rustdoc: Fix search links to enums/typedefsAlex Crichton-2/+2
2014-05-02rustdoc: escape shown input to prevent injectionAdrien Tétar-3/+6
2014-04-29rustdoc: Make going back in browser history work after typing a search termNoam Yorav-Raphael-5/+4
2014-04-15rustdoc: Better sorting criteria for searching.Kang Seonghoon-51/+52
2014-04-14rustdoc: Omit repeated paths in the search index.Kang Seonghoon-2/+4
2014-04-14rustdoc: Get rid of `allPaths` global variable by merging it into `searchIndex`.Kang Seonghoon-14/+30
2014-04-14rustdoc: Use an array instead of an object for the search index.Kang Seonghoon-8/+12
2014-04-14rustdoc: Represent item types as a small number in the search index.Kang Seonghoon-5/+31
2014-04-10rustdoc: Clean the `initSearch` routine up.Kang Seonghoon-43/+39
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-119/+125
2014-03-09rustdoc: hardcode each header as a link.Huon Wilson-6/+0
2014-03-05rustdoc: Add anchors to section headersAlex Crichton-0/+7
2014-02-22Fixed invalid JavaScriptDaniel Fagnan-1/+1