about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2015-02-20Fix style fallout from 204e2bd442Simonas Kazlauskas-2/+17
2015-02-18Style all docblock links properlySimonas Kazlauskas-2/+2
2015-02-15Add styles for docblock tablesSimonas Kazlauskas-0/+21
2015-02-09Make fallback font 'serif', rather than 'sans-serif' fontsSean Collins-1/+1
2015-01-24Improve mobile-friendliness of API docsKevin Yap-1/+8
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-5/+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-13Fix playpen links to not all be the sameEarl St Sauver-3/+1
2015-01-10Fix `playpen.js` errors on `pre`s without IDsPascal Hertleif-0/+1
2015-01-08Fix rustdoc fallout from #20092Barosl Lee-1/+1
2015-01-06Fix JS errorSteven Fackler-1/+1
2015-01-05rollup merge of #20092: barosl/rustdoc-line-number-clickableAlex Crichton-6/+47
2014-12-28Use CSS whitespace rather than padding to indentDirk Gadsden-2/+4
2014-12-27Indent where clause in rustdocDirk Gadsden-0/+3
2014-12-27Make the line numbers of the source code clickableBarosl Lee-6/+47
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-11-24rustdoc: Render associated types on traits and implsTom Jakubowski-6/+7
2014-11-23Highlight trait methods in rustdoc’s search resultsP1start-0/+2
2014-11-14Hide interactive elements when printing rustdocCorey Ford-0/+6
2014-11-01doc: enable OpenType kerning and ligaturesAdrien Tétar-1/+5
2014-11-01Update one corrupt webfontAdrien Tétar-0/+0
2014-11-01rustdoc: stop trying to use font-variants we don't haveAdrien Tétar-3/+2
2014-10-09rustdoc: Implement constant documentationAlex Crichton-1/+3
2014-09-17rollup merge of #17226 : P1start/rustdoc-colourAlex Crichton-6/+10
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-1/+1
2014-09-17Restore colour to rustdoc, add colour to ffi functions and methodsP1start-5/+9
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-09-05rustdoc/html: emphasize the crate part of the full path.NODA, Kai-0/+2
2014-08-31Make doc search results use <a> tags instead of js for navigatingCarol Nichols-38/+36
2014-08-10auto merge of #16387 : Gankro/rust/doc-search, r=cmrbors-5/+6
2014-08-09rustdoc: use raw search in URLAlexis Beingessner-3/+5
2014-08-09removing 'str'='struct' search synonymAlexis Beingessner-2/+1
2014-08-08auto merge of #16277 : Gankro/rust/responsive-docs, r=cmrbors-21/+72
2014-08-06make rustdoc more responsiveAlexis Beingessner-21/+72
2014-08-06Rustdoc: Add padding on <code>Simon Sapin-0/+1
2014-08-06Rustdoc: Highlight <code> elements (from Markdown `backticks`)Simon Sapin-0/+4
2014-08-02auto merge of #16169 : Gankro/rust/simple-docs, r=cmrbors-3/+90
2014-08-02Add hide/show detail toggles to rustdocAlexis Beingessner-3/+90
2014-08-01Fix API docs css reversing elements that it shouldn'ttinaun-1/+2
2014-07-31auto merge of #15385 : jroweboy/rust/master, r=brsonbors-44/+89