| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-06-30 | reduce search-index size | Guillaume Gomez | -19/+27 | |
| 2018-06-29 | Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez | bors | -4/+2 | |
| Fix macro missing from doc search Fixes #51095. r? @QuietMisdreavus | ||||
| 2018-06-27 | Include type in non-exhaustive message. Include new css in dark theme. | David Wood | -1/+2 | |
| 2018-06-27 | Display #[non_exhaustive] in rustdoc on types. | David Wood | -1/+2 | |
| 2018-06-26 | Fix variant background color on hover in search results | Guillaume Gomez | -1/+1 | |
| 2018-06-25 | Remove unused variable | Guillaume Gomez | -1/+0 | |
| 2018-06-22 | Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavus | bors | -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-18 | Extend collision prevention to every type | Guillaume Gomez | -5/+1 | |
| 2018-06-16 | Fix macro missing from doc search | Guillaume Gomez | -1/+4 | |
| 2018-06-15 | Fix search fn keyword | Guillaume Gomez | -1/+5 | |
| 2018-06-13 | Greatly improve tables display in docs | Guillaume Gomez | -7/+3 | |
| 2018-06-13 | Don't auto-hide inherent impls even if `rustdoc-collapse == true`. | kennytm | -24/+25 | |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -7/+21 | |
| 2018-06-03 | Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -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-02 | Add attributes for trait and methods as well | Guillaume Gomez | -13/+20 | |
| 2018-06-02 | Fix run button style | Guillaume Gomez | -3/+6 | |
| 2018-05-30 | Fixes some style issues in rustdoc "implementations on Foreign types" | Guillaume Gomez | -8/+33 | |
| 2018-05-21 | rustdoc: set tab width in rust source blocks | QuietMisdreavus | -0/+2 | |
| 2018-05-15 | Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 | Guillaume Gomez | -2/+2 | |
| Add minification process r? @QuietMisdreavus | ||||
| 2018-05-12 | Use fullpath instead of recreating it | Guillaume Gomez | -4/+2 | |
| 2018-05-12 | Fix invalid deduplication | Guillaume Gomez | -8/+1 | |
| 2018-05-12 | Fix items counts in search results | Guillaume Gomez | -12/+15 | |
| 2018-05-12 | Reduce js files size | Guillaume Gomez | -20/+21 | |
| 2018-05-12 | Remove extra span tags | Guillaume Gomez | -1/+11 | |
| 2018-05-12 | Improve alias rendering | Guillaume Gomez | -6/+16 | |
| 2018-05-12 | Improve results | Guillaume Gomez | -26/+53 | |
| 2018-05-12 | Add minification process | Guillaume Gomez | -2/+2 | |
| 2018-05-05 | Fix paths search | Guillaume Gomez | -1/+1 | |
| 2018-04-30 | Rename "show type declaration" to "show declaration" | Guillaume Gomez | -1/+1 | |
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -31/+57 | |
| 2018-04-25 | Some JS improvements | Guillaume Gomez | -32/+24 | |
| 2018-04-23 | fix search bar bug | Guillaume Gomez | -10/+18 | |
| 2018-04-22 | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus | bors | -21/+149 | |
| Add rustdoc settings menu Fixes #18167. r? @QuietMisdreavus | ||||
| 2018-04-21 | remove unused condition | Guillaume Gomez | -5/+0 | |
| 2018-04-21 | fix invalid items removal | Guillaume Gomez | -2/+4 | |
| 2018-04-21 | Add aliases in the search as well | Guillaume Gomez | -3/+13 | |
| 2018-04-21 | Add specific never search | Guillaume Gomez | -1/+6 | |
| 2018-04-21 | Remove link generation on image, favicon and logo in settings | Guillaume Gomez | -9/+0 | |
| 2018-04-17 | Add rustdoc settings menu | Guillaume Gomez | -21/+158 | |
| 2018-04-14 | Add multi-query search | Guillaume Gomez | -7/+70 | |
| 2018-04-10 | Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus | bors | -0/+32 | |
| Add page to list all crate's items r? @QuietMisdreavus | ||||
| 2018-04-07 | Rollup merge of #49652 - GuillaumeGomez:anchor-collapsed, r=QuietMisdreavus | kennytm | -10/+23 | |
| Fix anchors issue when everything is collapsed Fixes #49455. @frewsxcv does it seem good for you like this? r? @QuietMisdreavus | ||||
| 2018-04-07 | Rollup merge of #49510 - GuillaumeGomez:anchor-field-position, r=QuietMisdreavus | kennytm | -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-04 | Fix anchors issue when everything is collapsed | Guillaume Gomez | -10/+23 | |
| 2018-04-04 | Add page to list all crate's items | Guillaume Gomez | -0/+32 | |
| 2018-03-30 | fix targetted value background | Guillaume Gomez | -1/+1 | |
| 2018-03-30 | Fix anchor position on fields | Guillaume Gomez | -0/+3 | |
| 2018-03-30 | Auto merge of #49489 - kennytm:rollup, r=kennytm | bors | -3/+5 | |
| Rollup of 10 pull requests - Successful merges: #49443, #49445, #49446, #49463, #49464, #49466, #49468, #49473, #49484, #49486 - Failed merges: | ||||
| 2018-03-30 | Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavus | bors | -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-30 | Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus | kennytm | -1/+1 | |
| Rename main theme into light theme r? @QuietMisdreavus | ||||
