about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-12-18Fix mobile menu rendering collision with tooltip.John Heitmann-1/+1
2018-12-18Fix DOM errorsGuillaume Gomez-30/+26
2018-12-16Auto merge of #56875 - Centril:rollup, r=Centrilbors-1/+1
2018-12-16Add version display for associated constsGuillaume Gomez-8/+32
2018-12-16Fix invalid JS file generationGuillaume Gomez-4/+4
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-612/+688
2018-12-14simplify deprecation and stability renderingAndy Russell-98/+84
2018-12-14Rollup merge of #56709 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavuskennytm-6/+30
2018-12-14Rollup merge of #56637 - ollie27:rustdoc_proc_macro_local_reexport, r=QuietMi...kennytm-1/+2
2018-12-13Split on words insteadGuillaume Gomez-7/+27
2018-12-11Remove unneeded extra chars to reduce search-index sizeGuillaume Gomez-1/+5
2018-12-10Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdr...Guillaume Gomez-1/+1
2018-12-08rustdoc: Fix local reexports of proc macrosOliver Middleton-1/+2
2018-12-08Fix right arrow size for crate filterGuillaume Gomez-1/+1
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-10/+10
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-10/+10
2018-12-07use top level `fs` functions where appropriateAndy Russell-12/+4
2018-12-07Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrumkennytm-1/+1
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