about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2018-12-02Fix invalid line number matchGuillaume Gomez-1/+1
2018-12-01Remove unneeded body class selectorGuillaume Gomez-2/+2
2018-11-29Add arrow to the crate select boxGuillaume Gomez-1/+6
2018-11-28Add crate filteringGuillaume Gomez-20/+120
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-20/+31
2018-11-24Add source file sidebarGuillaume Gomez-57/+297
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 #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd...kennytm-4/+9
2018-11-10Small fixes on code blocks in rustdocGuillaume Gomez-4/+9
2018-11-07Remove intermediate font specsJon Gjengset-5/+5
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-16/+75
2018-10-30Fix invalid "expand description" displayGuillaume Gomez-8/+9
2018-10-29Fix source code pages in rustdocGuillaume Gomez-2/+5
2018-10-29Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomezPietro Albini-5/+0
2018-10-28Remove unreachable code in hasClass function in RustdocKonrad Borowski-5/+0
2018-10-27Fix sub-variant doc displayGuillaume Gomez-8/+31
2018-10-26Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavuskennytm-9/+59
2018-10-22Fix multiple errorsGuillaume Gomez-4/+14
2018-10-21improve search tabs lookGuillaume Gomez-23/+14
2018-10-21Fix script to avoid displaying unnecessary itemsGuillaume Gomez-4/+8
2018-10-21Hide items if they use default docsGuillaume Gomez-4/+47
2018-10-21Improve stability messages display a bitGuillaume Gomez-12/+14
2018-10-16Move usableLocalStorage() above functions that make use of itRoy Wellington Ⅳ-15/+15
2018-10-15Extract localStorage tests out into a helper method; use in getCurrentValue()Roy Wellington Ⅳ-8/+20
2018-10-14Detect if access to localStorage is forbidden by the user's browserRoy Wellington Ⅳ-0/+6
2018-10-11Fix mobile doc displayGuillaume Gomez-13/+24
2018-10-09Add line numbers option to rustdocGuillaume Gomez-9/+59
2018-10-04rustdoc: overflow:auto doesn't work nicely on small screensKazuyoshi Kato-1/+0
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-1/+12
2018-09-25Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavusPietro Albini-2/+5
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-1/+12
2018-09-24Fix JS errorGuillaume Gomez-2/+5
2018-09-19Reduce code block sides paddingGuillaume Gomez-1/+1
2018-09-14Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavusbors-9/+34
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-4/+11
2018-09-06Fix implementors generation as wellGuillaume Gomez-3/+6
2018-09-06Fix hover on implsGuillaume Gomez-9/+15
2018-09-05Apply method docs collapse to all impl-items sectionsGuillaume Gomez-1/+3
2018-08-30Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=Q...Pietro Albini-0/+11
2018-08-29Fix UI issues on Implementations on Foreign typesGuillaume Gomez-0/+11
2018-08-27Fix invalid display of unstable messagesGuillaume Gomez-0/+5
2018-08-27Fix source automatic scrollGuillaume Gomez-0/+1
2018-08-26Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomezGuillaume Gomez-3/+2
2018-08-26Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomezGuillaume Gomez-16/+36
2018-08-26Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet...Guillaume Gomez-0/+13
2018-08-25rustdoc: Fix gap on section anchor symbol when hovering.Eric Huss-3/+2