summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2018-10-21improve search tabs lookGuillaume Gomez-23/+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-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
2018-08-25Add collapser for associated constGuillaume Gomez-4/+3
2018-08-25Don't show associated const value anymoreGuillaume Gomez-0/+8
2018-08-25Expand a collapsed element on onclickKazuyoshi Kato-16/+21
2018-08-25Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre...bors-10/+10
2018-08-23Check null-able variables before using themKazuyoshi Kato-3/+2
2018-08-23Automatically expand a section even after page loadKazuyoshi Kato-16/+32
2018-08-22Search a substring instead of start of string in rustdoc searchGuillaume Gomez-10/+10
2018-08-15restore the page title after escaping out of a searchJack O'Connor-0/+3
2018-08-15Fix links' colorGuillaume Gomez-4/+4
2018-08-12Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavusGuillaume Gomez-4/+4
2018-08-11Fix stylesGuillaume Gomez-4/+4
2018-08-10Remove unwanted console logGuillaume Gomez-1/+0
2018-08-09Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrckennytm-0/+19
2018-08-05Automatically expand section if url id point to one of its componentGuillaume Gomez-0/+19
2018-08-05Change rustdoc style so fully qualified names do not overlap src linksMike Boutin-5/+2
2018-08-04Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomezkennytm-1/+1
2018-08-04Rollup merge of #53047 - integer32llc:rustdoc-clicky-clicky, r=QuietMisdreavuskennytm-0/+5
2018-08-03Make left column of rustdoc search results narrowerCarol (Nichols || Goulding)-1/+1
2018-08-03Make entire row of doc search results clickableCarol (Nichols || Goulding)-0/+5
2018-08-04Improve unstable message displayGuillaume Gomez-0/+13
2018-08-03Fix invalid code css ruleGuillaume Gomez-2/+2
2018-08-02Fix trait item doc setting, add new setting, start hiding elements by default...Guillaume Gomez-9/+32
2018-07-19Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavusbors-6/+27
2018-07-18Updated wording and placement of non-exhaustive notice so it is collapsed by ...David Wood-8/+25
2018-07-12Moved non_exhaustive message to fields/variants section and onto type.David Wood-2/+4
2018-07-08Add setting to prevent doc auto-hide of trait implementationsGuillaume Gomez-10/+12