about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2017-05-18Make documentation works again by removing two unnecessary ES6 pieces.pravic-3/+3
2017-05-16improve collapse toggle render (css)Raphaƫl Huchet-0/+5
2017-05-13Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcvMark Simulacrum-4/+8
2017-05-12Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomezMark Simulacrum-0/+1
2017-05-12Fix anchor invalid redirection to searchGuillaume Gomez-4/+8
2017-05-12rustdoc: Break words in the location box of the sidebar.Bastien Orivel-0/+1
2017-05-11Fix search when looking to sourcesGuillaume Gomez-0/+3
2017-05-02Remove jquery dependencyGuillaume Gomez-242/+456
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-14/+17
2017-04-06rustdoc: collapse docblock before showing labelAndy Russell-4/+11
2017-03-31rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38QuietMisdreavus-12/+1
2017-03-28Make the rustdoc sidebar white on `src` pagesWesley Wiser-3/+7
2017-03-21Remove duplicate style classesCldfire-8/+0
2017-03-13Fix sidebar not extending to the bottom of the pageWesley Wiser-1/+1
2017-03-09Clean up rustdoc cssGuillaume Gomez-58/+89
2017-03-06Improve the style of the sidebar in rustdoc outputWesley Wiser-2/+20
2017-02-26Improve associated constant rendering in rustdocGuillaume Gomez-5/+5
2017-01-09Improved rustdoc rendering for unstable featuresManish Goregaokar-0/+8
2016-12-27Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnikbors-10/+6
2016-12-24Rollup merge of #38480 - clarcharr:import_css, r=steveklabnikSteve Klabnik-2/+0
2016-12-22Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnikbors-16/+5
2016-12-19Don't @import normalize.css.Clar Charr-2/+0
2016-12-13rustdoc: Fix invalid HTML in stability noticesOliver Middleton-10/+6
2016-12-12rustdoc: Fix short summaries in search resultsOliver Middleton-16/+5
2016-12-04Avoid using locally installed Source Code Pro font (fixes #24355).Martin Pool-2/+4
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-9/+0
2016-11-12Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomezbors-0/+24
2016-11-12rustdoc: fold fields for enum struct variants into a docblockQuietMisdreavus-0/+24
2016-11-12Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomezEduard-Mihai Burtescu-2/+10
2016-11-06Set attributes hidden by defaultGuillaume Gomez-8/+24
2016-11-06Improve attributes display and allow expansionGuillaume Gomez-365/+375
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-74/+0
2016-10-15rustdoc: break where clauses onto their own line if they don't have enough roomQuietMisdreavus-2/+10
2016-10-12Change color and make ? boldest31-1/+2
2016-10-12rustdoc: color the question mark operatorest31-0/+3
2016-10-08Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=blussbors-0/+30
2016-10-06Remove underline when run button hoveredGuillaume Gomez-0/+1
2016-10-05Fixes run button appearing when it shouldn'tGuillaume Gomez-0/+30
2016-09-26Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnikJonathan Turner-0/+5
2016-09-23rustdoc css: Put `where` in trait listings on a new lineUlrik Sverdrup-0/+5
2016-09-17invisible isn't a tagEitan Adler-1/+1
2016-09-17border-color > borderEitan Adler-1/+1
2016-09-17add missing semi-colonEitan Adler-1/+2
2016-09-17Fix order of @importEitan Adler-2/+2
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-9/+9
2016-09-09rustdoc: more docblock-short stylesLiigo-5/+5
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-4/+4
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-15/+5
2016-09-03Support unions in rustdocVadim Petrochenkov-1/+2
2016-08-19Auto merge of #35655 - ollie27:rustdoc_search_static_prim, r=steveklabnikbors-6/+7