about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Collapse)AuthorLines
2018-06-30reduce search-index sizeGuillaume Gomez-19/+27
2018-06-29Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomezbors-4/+2
Fix macro missing from doc search Fixes #51095. r? @QuietMisdreavus
2018-06-27Include type in non-exhaustive message. Include new css in dark theme.David Wood-1/+2
2018-06-27Display #[non_exhaustive] in rustdoc on types.David Wood-1/+2
2018-06-26Fix variant background color on hover in search resultsGuillaume Gomez-1/+1
2018-06-25Remove unused variableGuillaume Gomez-1/+0
2018-06-22Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavusbors-7/+3
Greatly improve tables display in docs Fixes #51454. r? @QuietMisdreavus Before: <img width="1440" alt="screen shot 2018-06-10 at 22 43 52" src="https://user-images.githubusercontent.com/3050060/41206138-cc61b2b4-6cff-11e8-9b6f-0b1e435d4b1b.png"> After: <img width="1440" alt="screen shot 2018-06-10 at 23 33 16" src="https://user-images.githubusercontent.com/3050060/41207049-d455c03c-6d0e-11e8-968f-d4fccaeb4265.png">
2018-06-18Extend collision prevention to every typeGuillaume Gomez-5/+1
2018-06-16Fix macro missing from doc searchGuillaume Gomez-1/+4
2018-06-15Fix search fn keywordGuillaume Gomez-1/+5
2018-06-13Greatly improve tables display in docsGuillaume Gomez-7/+3
2018-06-13Don't auto-hide inherent impls even if `rustdoc-collapse == true`.kennytm-24/+25
2018-06-04Add doc keyword supportGuillaume Gomez-7/+21
2018-06-03Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-3/+6
Rollup of 6 pull requests Successful merges: - #51143 (Specify that packed types must derive, not implement, Copy) - #51226 (Make Layout's align a NonZeroUsize) - #51297 (Fix run button style) - #51306 (impl Default for &mut str) - #51312 (Clarify the difference between get_mut and into_mut for OccupiedEntry) - #51313 (use type name in E0599 enum variant suggestion) Failed merges:
2018-06-02Add attributes for trait and methods as wellGuillaume Gomez-13/+20
2018-06-02Fix run button styleGuillaume Gomez-3/+6
2018-05-30Fixes some style issues in rustdoc "implementations on Foreign types"Guillaume Gomez-8/+33
2018-05-21rustdoc: set tab width in rust source blocksQuietMisdreavus-0/+2
2018-05-15Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27Guillaume Gomez-2/+2
Add minification process r? @QuietMisdreavus
2018-05-12Use fullpath instead of recreating itGuillaume Gomez-4/+2
2018-05-12Fix invalid deduplicationGuillaume Gomez-8/+1
2018-05-12Fix items counts in search resultsGuillaume Gomez-12/+15
2018-05-12Reduce js files sizeGuillaume Gomez-20/+21
2018-05-12Remove extra span tagsGuillaume Gomez-1/+11
2018-05-12Improve alias renderingGuillaume Gomez-6/+16
2018-05-12Improve resultsGuillaume Gomez-26/+53
2018-05-12Add minification processGuillaume Gomez-2/+2
2018-05-05Fix paths searchGuillaume Gomez-1/+1
2018-04-30Rename "show type declaration" to "show declaration"Guillaume Gomez-1/+1
2018-04-26Add setting to go to item if there is only one resultGuillaume Gomez-31/+57
2018-04-25Some JS improvementsGuillaume Gomez-32/+24
2018-04-23fix search bar bugGuillaume Gomez-10/+18
2018-04-22Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavusbors-21/+149
Add rustdoc settings menu Fixes #18167. r? @QuietMisdreavus
2018-04-21remove unused conditionGuillaume Gomez-5/+0
2018-04-21fix invalid items removalGuillaume Gomez-2/+4
2018-04-21Add aliases in the search as wellGuillaume Gomez-3/+13
2018-04-21Add specific never searchGuillaume Gomez-1/+6
2018-04-21Remove link generation on image, favicon and logo in settingsGuillaume Gomez-9/+0
2018-04-17Add rustdoc settings menuGuillaume Gomez-21/+158
2018-04-14Add multi-query searchGuillaume Gomez-7/+70
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-0/+32
Add page to list all crate's items r? @QuietMisdreavus
2018-04-07Rollup merge of #49652 - GuillaumeGomez:anchor-collapsed, r=QuietMisdreavuskennytm-10/+23
Fix anchors issue when everything is collapsed Fixes #49455. @frewsxcv does it seem good for you like this? r? @QuietMisdreavus
2018-04-07Rollup merge of #49510 - GuillaumeGomez:anchor-field-position, r=QuietMisdreavuskennytm-0/+3
Fix anchor position on fields Take a look at `Option` variants for example and try to click on `ยง` to get the issue. r? @QuietMisdreavus
2018-04-04Fix anchors issue when everything is collapsedGuillaume Gomez-10/+23
2018-04-04Add page to list all crate's itemsGuillaume Gomez-0/+32
2018-03-30fix targetted value backgroundGuillaume Gomez-1/+1
2018-03-30Fix anchor position on fieldsGuillaume Gomez-0/+3
2018-03-30Auto merge of #49489 - kennytm:rollup, r=kennytmbors-3/+5
Rollup of 10 pull requests - Successful merges: #49443, #49445, #49446, #49463, #49464, #49466, #49468, #49473, #49484, #49486 - Failed merges:
2018-03-30Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavusbors-3/+15
Hide type declarations by default I'm not very happy for the moment about the rendering but the bases are here: <img width="610" alt="screen shot 2018-03-27 at 11 56 27" src="https://user-images.githubusercontent.com/3050060/37960492-0e045954-31b6-11e8-9cea-1ef8a3f980c4.png"> r? @QuietMisdreavus
2018-03-30Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavuskennytm-1/+1
Rename main theme into light theme r? @QuietMisdreavus