about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-12-06Show 'loading content' when loading contentGuillaume Gomez-58/+51
2018-12-06Show everything when noscript is onGuillaume Gomez-0/+26
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-529/+611
2018-12-06Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavusPietro Albini-26/+144
2018-12-05Auto merge of #56549 - pietroalbini:rollup, r=pietroalbinibors-12/+62
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 #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+4
2018-12-05Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavusPietro Albini-3/+19
2018-12-05Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavusbors-2/+2
2018-12-05emit error when doc generation failsAndy Russell-2/+2
2018-12-04Added trailing newlineJohn Heitmann-1/+1
2018-12-04Added a bare-bones eslint config (removing jslint)John Heitmann-2/+36
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-1/+1
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+4
2018-12-04Fix line numbers displayGuillaume Gomez-2/+2
2018-12-04Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavusbors-63/+410
2018-12-04Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd...bors-30/+57
2018-12-03Don't generate suffix for source-file.jsGuillaume Gomez-4/+4
2018-12-03Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkovkennytm-1/+1
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-02Remove not used `DotEq` tokenyui-knk-1/+1
2018-12-01Remove unneeded body class selectorGuillaume Gomez-2/+2
2018-11-29Add arrow to the crate select boxGuillaume Gomez-1/+14
2018-11-28Add crate filteringGuillaume Gomez-26/+131
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-60/+86
2018-11-24Add source file sidebarGuillaume Gomez-63/+384
2018-11-21Fixes primitive sidebar link generationGuillaume Gomez-30/+57
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 #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavuskennytm-32/+53
2018-11-13Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd...kennytm-4/+9
2018-11-11Rollup merge of #55856 - QuietMisdreavus:static-discharge, r=GuillaumeGomezkennytm-25/+136
2018-11-10move all static-file include!s into a single moduleQuietMisdreavus-25/+136
2018-11-10Small fixes on code blocks in rustdocGuillaume Gomez-4/+9
2018-11-10Remove short doc where it starts with a codeblockGuillaume Gomez-32/+53
2018-11-07Remove intermediate font specsJon Gjengset-5/+5
2018-11-05Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomezbors-48/+43
2018-11-04add Debug impls for the Options structsQuietMisdreavus-1/+1
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-41/+116
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-49/+42
2018-11-02split off a separate RenderOptions structQuietMisdreavus-2/+2
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-8/+10