about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2019-01-17Minify search-index in one passGuillaume Gomez-5/+5
2019-01-17Reduce search-index.js sizeGuillaume Gomez-1/+4
2019-01-15Fix sources sidebar not showing upGuillaume Gomez-1/+1
2019-01-13Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomezMazdak Farrokhzad-51/+19
2019-01-07Update static files code for updated Source Serif Pro fontTrevor Spiteri-6/+4
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-5/+15
2018-12-27Simplify foreign type rendering.John Heitmann-51/+19
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-7/+5
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-5/+15
2018-12-23Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomezkennytm-6/+22
2018-12-23Rollup merge of #56967 - GuillaumeGomez:regen-search-index, r=QuietMisdreavuskennytm-2/+2
2018-12-22Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavusbors-95/+105
2018-12-21Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui...bors-30/+50
2018-12-20display rustc_private APIs as "Internal"Andy Russell-7/+31
2018-12-20split extra_scripts to handle root_path shenanigansQuietMisdreavus-6/+13
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-0/+9
2018-12-19FIXME(9639) remove fixme and accept non-utf8 paths in librustdocNiv Kaminer-7/+5
2018-12-19Replace current crate's searchIndex when regeneratingGuillaume Gomez-2/+2
2018-12-18Fix DOM errorsGuillaume Gomez-29/+25
2018-12-16Add version display for associated constsGuillaume Gomez-8/+32
2018-12-16Fix invalid JS file generationGuillaume Gomez-3/+3
2018-12-15Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavusbors-57/+47
2018-12-14simplify deprecation and stability renderingAndy Russell-98/+84
2018-12-14Rollup merge of #56709 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavuskennytm-5/+11
2018-12-13Split on words insteadGuillaume Gomez-5/+11
2018-12-08rustdoc: Fix local reexports of proc macrosOliver Middleton-1/+2
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
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-54/+42
2018-12-06Show everything when noscript is onGuillaume Gomez-0/+3
2018-12-06Greatly improve rustdoc rendering speed issuesGuillaume Gomez-3/+2
2018-12-06Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavusPietro Albini-1/+3
2018-12-05Auto merge of #56549 - pietroalbini:rollup, r=pietroalbinibors-4/+4
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+4
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-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-04Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavusbors-5/+89
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-1/+2
2018-11-29Add arrow to the crate select boxGuillaume Gomez-0/+2
2018-11-28Add crate filteringGuillaume Gomez-1/+1
2018-11-24Source sidebar improvementsGuillaume Gomez-38/+46
2018-11-24Add source file sidebarGuillaume Gomez-5/+80
2018-11-21Fixes primitive sidebar link generationGuillaume Gomez-30/+57
2018-11-13Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavuskennytm-10/+25