summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2016-07-19[CSS] Fix unwanted top margin for toggle wrapperggomez-1/+4
2016-07-06Remove invalid CSS rule for doc titlesggomez-8/+0
2016-06-25rustdoc: Fix search result layout for enum variants and struct fieldsOliver Middleton-1/+1
2016-06-19rustdoc: Add more types to the sidebarOliver Middleton-1/+5
2016-06-12Fix invalid inliningGuillaume Gomez-0/+4
2016-06-07Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnikSteve Klabnik-1/+1
2016-06-04rustdoc: Fix a few missing colors in the CSSOliver Middleton-5/+6
2016-05-30Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomezManish Goregaokar-0/+19
2016-05-30print enum variant fields in docsOliver Schneider-0/+19
2016-05-27Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnikGuillaume Gomez-0/+4
2016-05-24Fix invalid background color in stability elementsGuillaume Gomez-0/+4
2016-05-22Fixed shortcut handling. Reverted to [Shift]+[+=]Alex Ozdemir-2/+2
2016-05-22Changed toggle all sections key to `T`Alex Ozdemir-1/+2
2016-05-20Added a `rustdoc` shortcut for collapse/expand allAlex Ozdemir-3/+9
2016-05-16Fix selected item background styleGuillaume Gomez-0/+4
2016-05-15true color, fixed boolval style in docHendrik Sollich-1/+1
2016-05-10Improve "since" tag placementGuillaume Gomez-0/+6
2016-05-05Improve rustdoc css of "source" and "since" elementsggomez-4/+37
2016-05-06Update CSS for future rustdoc mergeGuillaume Gomez-0/+5
2016-04-25Improve accessibility of rustdoc pagesmitaa-1/+1
2016-03-25Avoid page reload upon hitting "S" when browing in local modeNovotnik, Petr-2/+0
2016-03-18Fix usability problem when browse document locallyYork Xiang-2/+6
2016-03-03Responsive layout correction.gohyda-3/+7
2016-02-22Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichtonbors-1/+14
2016-02-16Add crates to search-indexmitaa-1/+14
2016-02-16doc pages: add the ability to search unknown typesBrandon W Maister-3/+3
2016-02-09Rustdoc - display `since` version for stable itemsWesley Wiser-0/+15
2016-01-20tweak trait cssSteve Klabnik-1/+1
2016-01-20tweak struct colorsSteve Klabnik-1/+1
2016-01-20tweak colors for a11ySteve Klabnik-1/+1
2016-01-02Rustdoc - Specify max-image sizeWesley Wiser-0/+4
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-64/+140
2015-11-05librustdoc: don't override ctrl-s and other browser shortcutsIvan Kozik-0/+4
2015-10-23Add colors for rustdoc primitives, type, and macros linksmdinger-0/+3
2015-10-23Merge same colors togethermdinger-3/+3
2015-10-14Make the rustdoc example links more noticablemdinger-7/+10
2015-10-04Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brsonbors-0/+295
2015-10-02Fix librustdoc search eventsSimonas Kazlauskas-11/+17
2015-10-02Fix misnamed variable in rustdocSimonas Kazlauskas-1/+1
2015-10-02Auto merge of #28795 - marti1125:28696, r=alexcrichtonbors-0/+9
2015-10-01fixes #28696 Return to the default content when .search-input is empty -Add a...Willy Aguirre-0/+9
2015-09-27rustdoc: Remove crate name from primitives, make them turn up first in searchManish Goregaokar-0/+7
2015-09-24Add 'use strict' to playpen.jsNick Howell-0/+2
2015-09-21Clarify rustdoc output licensing with a copyright fileRuud van Asseldonk-0/+64
2015-09-19Make rustdoc output comply with licensesRuud van Asseldonk-0/+231
2015-09-14Disable browser history API on file:/ URLsJan-Erik Rediger-1/+2
2015-09-09rustdoc: Tweak the main template and CSS for semantic mark-up.Kang Seonghoon-10/+20
2015-08-17rustdoc: Adjusted style for unstable feature-nameMartin Wernstål-1/+5
2015-08-16rustdoc: Print feature flag and issue link if present in short_stabilityMartin Wernstål-3/+3
2015-08-04Improve rustdoc search type filtering.Eljay-7/+27