| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-17 | Add rustdoc settings menu | Guillaume Gomez | -2/+17 | |
| 2018-04-10 | Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus | bors | -0/+18 | |
| Add page to list all crate's items r? @QuietMisdreavus | ||||
| 2018-04-04 | Add page to list all crate's items | Guillaume Gomez | -0/+18 | |
| 2018-03-30 | Fix anchor position on fields | Guillaume Gomez | -0/+3 | |
| 2018-03-30 | Rollup merge of #49443 - GuillaumeGomez:fix-tooltip-position, r=QuietMisdreavus | kennytm | -2/+4 | |
| Fix tooltip position r? @QuietMisdreavus | ||||
| 2018-03-28 | Fix tooltip position | Guillaume Gomez | -2/+4 | |
| 2018-03-28 | Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavus | kennytm | -4/+26 | |
| Fix text overlap Fixes #49006. r? @QuietMisdreavus | ||||
| 2018-03-28 | Fix text overlap | Guillaume Gomez | -4/+26 | |
| 2018-03-27 | Fix search appearance | Guillaume Gomez | -2/+15 | |
| 2018-03-10 | Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus | bors | -0/+3 | |
| Multiple rustdoc fixes Fixes #48733. r? @QuietMisdreavus | ||||
| 2018-03-09 | Fix anchor not always being put at the right place | Guillaume Gomez | -0/+3 | |
| 2018-03-06 | Fix sidebar horizontal scroll | Guillaume Gomez | -1/+1 | |
| 2018-02-28 | Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, ↵ | kennytm | -0/+4 | |
| r=QuietMisdreavus Rustdoc theme securities Fixes #48375. Fixes #48376. r? @steveklabnik cc @QuietMisdreavus | ||||
| 2018-02-28 | Auto merge of #47894 - vi:rustdoc_foldable_impls, ↵ | bors | -2/+21 | |
| r=GuillaumeGomez,QuietMisdreavus rustdoc: Foldable impl blocks Addresses #40363, #45720, #24483, #23986 and so on * Expands and refactors collapseDocs and toggleAllDocs * Adds [-] toggle to all impls (including inherent impl) * Makes it hiding though main css file, not though element inline style May need to be addressed: * "[-]" and anchor link copier are overlaid a bit * Inherent methods are also hidden by the global [-] toggle. * Auto-collapsing "Iterator" and so on by default is not implemented yet * Tested only shallowly and only in Chromiuim * No tests. Are there tests for css/js part here? * The new implementation may be a bit slower. What next steps are need to be done before the integration? | ||||
| 2018-02-20 | rustdoc: On mobile: hide §, adjust [+] position | Vitaly _Vi Shukela | -2/+6 | |
| 2018-02-20 | Remove theme button outline | Guillaume Gomez | -0/+4 | |
| 2018-02-19 | rustdoc: Reposition the § per GuillaumeGomez request | Vitaly _Vi Shukela | -1/+5 | |
| 2018-02-17 | rustdoc: Fix position of collapse-toggle on small screens | Vitaly _Vi Shukela | -0/+4 | |
| 2018-02-17 | rustdoc: Remove visual overlap between § and [+] | Vitaly _Vi Shukela | -2/+3 | |
| 2018-02-08 | Hide theme button under menu in mobile mode and fix top margin issue (in ↵ | Guillaume Gomez | -1/+1 | |
| mobile too) | ||||
| 2018-02-07 | Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, ↵ | Manish Goregaokar | -3/+28 | |
| r=QuietMisdreavus Fix rendering issues on mobile Fixes #47723 r? @QuietMisdreavus | ||||
| 2018-02-07 | rustdoc: Fix doc and impl collapsing on small screens | Vitaly _Vi Shukela | -1/+2 | |
| 2018-02-07 | Revert "rustdoc: Move collapse toggle to the left" | Vitaly _Vi Shukela | -1/+1 | |
| This reverts commit 0885865e9065d6ef5a8b456b9665a63e9ffda290. | ||||
| 2018-02-04 | Improve big sidebar elements display | Guillaume Gomez | -0/+18 | |
| 2018-02-04 | Fix not selectable search input | Guillaume Gomez | -0/+5 | |
| 2018-02-03 | Fix rendering issues on mobile | Guillaume Gomez | -3/+5 | |
| 2018-02-01 | Fix ugly hover in sidebar | Guillaume Gomez | -8/+22 | |
| 2018-02-01 | rustdoc: Move collapse toggle to the left | Vitaly _Vi Shukela | -1/+1 | |
| 2018-01-31 | rustdoc: Fix some minor issues per reviewer | Vitaly _Vi Shukela | -0/+5 | |
| 2018-01-24 | Few fixes for multiple themes support feature | Guillaume Gomez | -7/+20 | |
| 2018-01-21 | Add possibility to have multiple themes | Guillaume Gomez | -1/+37 | |
| 2018-01-20 | Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomez | Guillaume Gomez | -6/+12 | |
| add kbd style tag to main.css in rustdoc Added css style for kbd tags so they actually look like keys. Result preview and discussion was going on in #46900 . | ||||
| 2018-01-18 | converted space to tab in css files | Marcel Hellwig | -3/+3 | |
| 2018-01-15 | extended dt with kbd tags | Marcel Hellwig | -10/+5 | |
| removed styling of dt tages, which would make them look like keys and added <kbd> tag inside of dt tag. Added css style for kbd and removed some stylings for dt | ||||
| 2017-12-22 | moved colors of kbd tag into main.css | Marcel Hellwig | -5/+2 | |
| 2017-12-22 | add kbd style tag to main.css in rustdoc | Marcel Hellwig | -0/+14 | |
| 2017-12-20 | Fix sidebar on ios | Guillaume Gomez | -0/+27 | |
| 2017-12-18 | Improve search display on mobile | Guillaume Gomez | -0/+20 | |
| 2017-12-11 | Fix mobile doc style and improve search bar | Guillaume Gomez | -4/+14 | |
| 2017-12-09 | Auto merge of #46586 - GuillaumeGomez:fix-mobile-important-display, ↵ | bors | -1/+9 | |
| r=QuietMisdreavus Fixes doc important trait display on mobile Fixes #46527. r? @QuietMisdreavus | ||||
| 2017-12-08 | Fixes doc important trait display on mobile | Guillaume Gomez | -1/+9 | |
| 2017-12-07 | Rollup merge of #46526 - GuillaumeGomez:mobile-sidebar, r=QuietMisdreavus | Guillaume Gomez | -4/+25 | |
| Greatly improve sidebar when width < 700px Fixes #36531. r? @QuietMisdreavus A few screenshots: <img width="1440" alt="screen shot 2017-12-06 at 00 41 36" src="https://user-images.githubusercontent.com/3050060/33636875-6ad8b1a6-da1e-11e7-8d5b-d6d530ea5258.png"> <img width="1440" alt="screen shot 2017-12-06 at 00 41 40" src="https://user-images.githubusercontent.com/3050060/33636876-6af58196-da1e-11e7-82ab-b82768958037.png"> | ||||
| 2017-12-07 | Rollup merge of #46444 - GuillaumeGomez:css-cleanup, r=QuietMisdreavus | Guillaume Gomez | -33/+11 | |
| Move colors to main.css r? @QuietMisdreavus | ||||
| 2017-12-07 | Greatly improve sidebar when width < 700px | Guillaume Gomez | -4/+25 | |
| 2017-12-04 | Improve search style | Guillaume Gomez | -1/+10 | |
| 2017-12-02 | Fix search results overlap | Guillaume Gomez | -0/+1 | |
| 2017-12-02 | Move colors to main.css | Guillaume Gomez | -33/+11 | |
| 2017-11-29 | Invert colors in important traits tooltip | Guillaume Gomez | -0/+6 | |
| 2017-11-18 | Add tooltip for important traits display | Guillaume Gomez | -0/+1 | |
| 2017-11-17 | Add trait methods as well | Guillaume Gomez | -1/+8 | |
