about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2019-05-21Fix lines highlighting in rustdoc source viewGuillaume Gomez-3/+14
2019-05-20Rollup merge of #60487 - GuillaumeGomez:fix-search-sidebar-width-colors, r=Dy...Mazdak Farrokhzad-9/+10
2019-05-20Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle...Mazdak Farrokhzad-207/+214
2019-05-19Auto merge of #60272 - Jakst:patch-1, r=Manishearthbors-5/+24
2019-05-19Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27bors-36/+53
2019-05-19Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboybors-3/+1
2019-05-19Rollup merge of #60931 - cuviper:array-iter, r=KodrAusMazdak Farrokhzad-1/+1
2019-05-18Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearthbors-28/+49
2019-05-18Fix display of const generics in rustdocGuillaume Gomez-3/+1
2019-05-17Use iter() for iterating arrays by sliceJosh Stone-1/+1
2019-05-14Add comment to explain what is the top parameterGuillaume Gomez-0/+8
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-17/+17
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-5/+6
2019-05-11Keep the original token in `ast::Lit`Vadim Petrochenkov-0/+2
2019-05-07Rollup merge of #60489 - GuillaumeGomez:remove-hamburger, r=QuietMisdreavusMazdak Farrokhzad-0/+4
2019-05-06update rustdoc doc testQuietMisdreavus-1/+5
2019-05-06update rustdoc unit testsQuietMisdreavus-4/+7
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-31/+41
2019-05-03use span instead of div for since versionAndy Russell-2/+2
2019-05-03Remove hamburger button from source code pageGuillaume Gomez-0/+4
2019-05-02Fix search sidebar width when no crate select is presentGuillaume Gomez-9/+10
2019-04-30Rollup merge of #60382 - Manishearth:revert-code-font, r=GuillaumeGomezMazdak Farrokhzad-3/+3
2019-04-30Cleanup media queriesGuillaume Gomez-184/+179
2019-04-30Improve file sidebar in source code view page on mobileGuillaume Gomez-33/+45
2019-04-29Revert "Update Source Code Pro fonts to version 2.030"Manish Goregaokar-3/+3
2019-04-29Fix line number display in source viewGuillaume Gomez-0/+4
2019-04-29Fix image position and displayGuillaume Gomez-10/+22
2019-04-29Wrap logo in container to prevent layout reflowJakob Ståhl-2/+9
2019-04-29Revert "Explicitly set height on rust logo <img> element in docs"Jakob Ståhl-2/+2
2019-04-29Explicitly set height on rust logo <img> element in docsJakob Ståhl-2/+2
2019-04-28Fix default value for setting "Auto-hide item methods' documentation"Dmitry Murzin-1/+1
2019-04-26Make "Implementations on Foreign Types" items in sidebar link to specific implsDmitry Murzin-11/+19
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+2
2019-04-26Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=ManishearthMazdak Farrokhzad-26/+11
2019-04-26Rollup merge of #59734 - GuillaumeGomez:improve-rustdoc-failure, r=ollie27Mazdak Farrokhzad-3/+4
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+2
2019-04-25Improvement comment explanationsGuillaume Gomez-2/+5
2019-04-24Remove useless code and update index page testGuillaume Gomez-25/+2
2019-04-24Prevent failure in case no space left on device in rustdocGuillaume Gomez-3/+4
2019-04-24Rollup merge of #59822 - GuillaumeGomez:fix-dark-theme-css, r=ManishearthMazdak Farrokhzad-3/+3
2019-04-23Fix index-page generationGuillaume Gomez-1/+6
2019-04-23Rollup merge of #60146 - Manishearth:font-update, r=QuietMisdreavusMazdak Farrokhzad-14/+9
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-80/+37
2019-04-20Update Fira Sans to version 4.202Manish Goregaokar-8/+3
2019-04-20Update Source Code Pro fonts to version 2.030Manish Goregaokar-3/+3
2019-04-20Update Source Serif Pro fonts to version 2.010Manish Goregaokar-3/+3
2019-04-18Fix items alignmentGuillaume Gomez-11/+19
2019-04-18Fixes attributes position in types declGuillaume Gomez-17/+22
2019-04-17Remove unwanted z-index changeGuillaume Gomez-1/+0
2019-04-16Fix dark css ruleGuillaume Gomez-3/+3