summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2019-02-22Fix non-clickable urlsGuillaume Gomez-4/+0
2019-02-22Fix invalid background colorGuillaume Gomez-8/+0
2019-02-17Fixes text becoming invisible when element targettedGuillaume Gomez-14/+2
2019-01-15Rollup merge of #57614 - GuillaumeGomez:fix-crate-filtering, r=QuietMisdreavusMazdak Farrokhzad-1/+1
2019-01-15Fix crates filtering box not being filledGuillaume Gomez-1/+1
2019-01-13Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomezMazdak Farrokhzad-66/+68
2019-01-07Update static files code for updated Source Serif Pro fontTrevor Spiteri-19/+12
2019-01-07Replace Heuristica with Source Serif Pro italic in rustdoc.cssTrevor Spiteri-5/+4
2019-01-07Source Serif Pro regular and bold 2.007, and italic 1.007Trevor Spiteri-117/+2
2018-12-29Rollup merge of #57163 - JohnHeitmann:chevron-fix, r=estebankkennytm-1/+1
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-19/+52
2018-12-27Give the crate select chevron room to breathe.John Heitmann-1/+1
2018-12-27Simplify foreign type rendering.John Heitmann-66/+68
2018-12-25Remove licensesMark Rousskov-199/+1
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-7/+5
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-19/+52
2018-12-23Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomezkennytm-22/+55
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-96/+116
2018-12-21Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui...bors-31/+51
2018-12-20display rustc_private APIs as "Internal"Andy Russell-8/+42
2018-12-20split extra_scripts to handle root_path shenanigansQuietMisdreavus-10/+23
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-14/+34
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 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