summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
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
2014-02-21rustdoc: web: don't reset the search barCorey Richardson-4/+13
2014-01-23Make docs search results URL-addressableDaniel MacDougall-3/+50
2014-01-15Removed redundant code, improve performanceb1nd-9/+1
2014-01-14Completed patch searching for rust docsb1nd-49/+125
2013-10-02Highlight line numbers of the lines referred to in the url hashJordi Boggiano-0/+19
2013-09-30rustdoc: Detect repeated keys and fix widthAlex Crichton-4/+4
2013-09-27rustdoc: Fix search for something on the same pageAlex Crichton-6/+18
2013-09-27rustdoc: Don't emit redirect pages for variants/fieldsAlex Crichton-7/+34
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+420