about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
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
2014-07-29making raw source display betterAlexis Beingessner-0/+8
2014-07-28rustdoc: improvements to stability dashboardAaron Turon-2/+5
2014-07-25rustdoc: Bind keydown instead of keypress for navAlex Crichton-2/+2
2014-07-10rustdoc: Add stability dashboardAaron Turon-1/+10
2014-07-08webfonts: check-in licensesAdrien Tétar-0/+386
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-0/+12
2014-07-08webfonts: proper fixAdrien Tétar-7/+7
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-30rustdoc: incorporate stability index throughoutAaron Turon-9/+19
2014-06-19(doc) Properly doc hotkeys in generated docs.Zach Pomerantz-7/+7
2014-06-13rustdoc: Larger click areas for sidebar itemsValentin Tsatskin-5/+8
2014-06-07rustdoc: More selectively remove execute linksAlex Crichton-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-2/+42
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-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
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-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-0/+0
2014-05-03rustdoc: Fix inclusion of the new fontsAlex Crichton-0/+0
2014-05-02rustdoc: escape shown input to prevent injectionAdrien Tétar-3/+6
2014-04-30rustdoc: fix overly broad selectorsAdrien Tétar-4/+3
2014-04-29auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brsonbors-26/+33
2014-04-28rustdoc: #13771: Make html links inside paragraphs more readableIvan Petkov-0/+4
2014-04-29rustdoc: Make going back in browser history work after typing a search termNoam Yorav-Raphael-5/+4
2014-04-28rustdoc: fix a few inconsistenciesAdrien Tétar-8/+9
2014-04-27rustdoc: style tweaksAdrien Tétar-14/+19
2014-04-26rustdoc: refactor and unstyle inline section headersAdrien Tétar-8/+9
2014-04-25rustdoc: bring it inlineAdrien Tétar-6/+11
2014-04-25doc,rustdoc: store webfonts locallyAdrien Tétar-5/+5
2014-04-25rustdoc: fixesAdrien Tétar-5/+4
2014-04-20doc: unifying with rustdocAdrien Tétar-17/+23
2014-04-16auto merge of #13485 : adrientetar/rust/newrustdoc, r=brsonbors-59/+136
2014-04-15rustdoc: Better sorting criteria for searching.Kang Seonghoon-51/+52
2014-04-15rustdoc: add webfonts and tweak the styles accordinglyAdrien Tétar-22/+59
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