summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-119/+125
2014-03-12rustdoc: whitelist the headers that get a § on hover.Huon Wilson-11/+6
2014-03-09doc: CSS fixesAdrien Tétar-10/+7
2014-03-09rustdoc: hardcode each header as a link.Huon Wilson-12/+13
2014-03-05rustdoc: Add anchors to section headersAlex Crichton-0/+14
2014-03-04rustdoc: tweak highlightingAdrien Tétar-16/+16
2014-03-02rustdoc: syntax highlight macro definitions, colour $... substitutions.Huon Wilson-0/+1
2014-02-23auto merge of #12484 : TheHydroImpulse/rust/fix_js, r=huonwbors-1/+1
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-0/+15
2014-02-22Fixed invalid JavaScriptDaniel Fagnan-1/+1
2014-02-21rustdoc: web: don't reset the search barCorey Richardson-4/+13
2014-02-19rustdoc: Highlight methods jumped toAlex Crichton-0/+2
2014-02-05rustdoc: update depsAdrien Tétar-7/+5
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-12-07rustdoc: fix the search-bar layoutAdrien Tétar-1/+5
2013-11-13doc: disable parser error highlighting + a few fixesAdrien Tétar-0/+1
2013-11-12doc: CSS: fix code fontsAdrien Tétar-1/+7
2013-10-22auto merge of #10003 : alexcrichton/rust/issue-fixes, r=brsonbors-0/+7
2013-10-21rustdoc: Don't overflow long type/module namesAlex Crichton-0/+7
2013-10-21rustdoc: nitpicks & cleanupAdrien Tétar-425/+19
2013-10-02Prevent source view from wrapping linesJordi Boggiano-1/+5
2013-10-02Highlight line numbers of the lines referred to in the url hashJordi Boggiano-0/+22
2013-09-30rustdoc: Detect repeated keys and fix widthAlex Crichton-4/+4
2013-09-27rustdoc: Include source files with documentationAlex Crichton-0/+3
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-26rustdoc: Render stability attributesAlex Crichton-0/+15
2013-09-25rustdoc: Highlight function namesAlex Crichton-0/+1
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+1092