about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2018-12-18Fix mobile menu rendering collision with tooltip.John Heitmann-1/+1
2018-12-18Fix DOM errorsGuillaume Gomez-1/+1
2018-12-16Auto merge of #56875 - Centril:rollup, r=Centrilbors-1/+1
2018-12-16Fix invalid JS file generationGuillaume Gomez-1/+1
2018-12-16Fix js errorsGuillaume Gomez-2/+2
2018-12-15Improve CSS ruleGuillaume Gomez-1/+1
2018-12-15Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavusbors-555/+637
2018-12-08Fix right arrow size for crate filterGuillaume Gomez-1/+1
2018-12-06Show 'loading content' when loading contentGuillaume Gomez-4/+9
2018-12-06Show everything when noscript is onGuillaume Gomez-0/+19
2018-12-06cleanupGuillaume Gomez-65/+46
2018-12-06Prevent lazy iterations over DOMGuillaume Gomez-105/+99
2018-12-06Greatly improve rustdoc rendering speed issuesGuillaume Gomez-526/+609
2018-12-06Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavusPietro Albini-20/+125
2018-12-05Rollup merge of #56523 - JohnHeitmann:es6, r=GuillaumeGomezPietro Albini-2/+36
2018-12-05Rollup merge of #56498 - GuillaumeGomez:line-numbers, r=QuietMisdreavusPietro Albini-2/+2
2018-12-05Rollup merge of #56476 - GuillaumeGomez:invalid-line-number-match, r=QuietMis...Pietro Albini-1/+1
2018-12-05Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavusPietro Albini-3/+19
2018-12-04Added trailing newlineJohn Heitmann-1/+1
2018-12-04Added a bare-bones eslint config (removing jslint)John Heitmann-2/+36
2018-12-04Fix line numbers displayGuillaume Gomez-2/+2
2018-12-04Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavusbors-57/+308
2018-12-03Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavuskennytm-2/+2
2018-12-02Fix invalid line number matchGuillaume Gomez-1/+1
2018-12-01Remove unneeded body class selectorGuillaume Gomez-2/+2
2018-11-29Add arrow to the crate select boxGuillaume Gomez-1/+6
2018-11-28Add crate filteringGuillaume Gomez-20/+120
2018-11-28rustdoc: add margin-bottom spacing to nested listsLyndon Brown-1/+1
2018-11-24Don't show file sidebar by defaultGuillaume Gomez-6/+6
2018-11-24Source sidebar improvementsGuillaume Gomez-20/+31
2018-11-24Add source file sidebarGuillaume Gomez-57/+297
2018-11-21Improve no result found sentence in doc searchGuillaume Gomez-6/+22
2018-11-15Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomezPietro Albini-1/+1
2018-11-13Change sidebar selector to fix compatibility with docs.rscynecx-1/+1
2018-11-13Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd...kennytm-4/+9
2018-11-10Small fixes on code blocks in rustdocGuillaume Gomez-4/+9
2018-11-07Remove intermediate font specsJon Gjengset-5/+5
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-16/+75
2018-10-30Fix invalid "expand description" displayGuillaume Gomez-8/+9
2018-10-29Fix source code pages in rustdocGuillaume Gomez-2/+5
2018-10-29Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomezPietro Albini-5/+0
2018-10-28Remove unreachable code in hasClass function in RustdocKonrad Borowski-5/+0
2018-10-27Fix sub-variant doc displayGuillaume Gomez-8/+31
2018-10-26Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavuskennytm-9/+59
2018-10-22Fix multiple errorsGuillaume Gomez-4/+14
2018-10-21improve search tabs lookGuillaume Gomez-23/+14
2018-10-21Fix script to avoid displaying unnecessary itemsGuillaume Gomez-4/+8
2018-10-21Hide items if they use default docsGuillaume Gomez-4/+47
2018-10-21Improve stability messages display a bitGuillaume Gomez-12/+14
2018-10-16Move usableLocalStorage() above functions that make use of itRoy Wellington Ⅳ-15/+15