| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-02-01 | rustdoc: Auto-collapse all non-inherent impls | Vitaly _Vi Shukela | -0/+16 | |
| 2018-02-01 | rustdoc: Move collapse toggle to the left | Vitaly _Vi Shukela | -1/+1 | |
| 2018-01-31 | Changed of `struct` url to `#ad448e` in rust docs | Pramod Bisht | -1/+1 | |
| 2018-01-31 | rustdoc: Fix some minor issues per reviewer | Vitaly _Vi Shukela | -25/+22 | |
| 2018-01-31 | rustdoc: Fix tidy errors found by travis | Vitaly _Vi Shukela | -9/+9 | |
| 2018-01-31 | rustdoc: Foldable impl blocks | Vitaly _Vi Shukela | -51/+115 | |
| 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 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. | ||||
| 2018-01-27 | Changed color of struct link from #ff794d to #2dbfb8 | Pramod Bisht | -2/+2 | |
| 2018-01-25 | Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMisdreavus | Guillaume Gomez | -0/+4 | |
| Fix experimental text display on default theme r? @QuietMisdreavus | ||||
| 2018-01-25 | Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavus | bors | -16/+38 | |
| Few fixes for multiple themes support feature r? @QuietMisdreavus Fixes #47695. | ||||
| 2018-01-24 | Fix experimental text display on default theme | Guillaume Gomez | -0/+4 | |
| 2018-01-24 | Few fixes for multiple themes support feature | Guillaume Gomez | -16/+38 | |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -2/+2 | |
| Rollup of 14 pull requests - Successful merges: #47423, #47425, #47440, #47541, #47549, #47554, #47558, #47610, #47635, #47655, #47661, #47662, #47667, #47672 - Failed merges: | ||||
| 2018-01-23 | Fasten even more theme switch | Guillaume Gomez | -8/+0 | |
| 2018-01-22 | Fasten up theme loading | Guillaume Gomez | -0/+44 | |
| 2018-01-22 | Fix quoted search | Guillaume Gomez | -2/+2 | |
| 2018-01-22 | Change theme icon | Guillaume Gomez | -0/+2 | |
| 2018-01-22 | tweak colors on dark theme | QuietMisdreavus | -26/+27 | |
| 2018-01-21 | Add possibility to have multiple themes | Guillaume Gomez | -2/+453 | |
| 2018-01-20 | Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomez | Guillaume Gomez | -11/+20 | |
| 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 | -9/+8 | |
| 2018-01-15 | extended dt with kbd tags | Marcel Hellwig | -15/+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 | ||||
| 2018-01-12 | Prepare main.js for tests | Guillaume Gomez | -43/+39 | |
| 2018-01-05 | Fix search bar defocus | Guillaume Gomez | -0/+4 | |
| 2018-01-02 | Indentation fix | Johannes Boczek | -2/+2 | |
| Fixed intentaion (tabs -> spaces) Added trailing newline | ||||
| 2018-01-02 | Defocus search bar in rustdoc pages | Johannes Boczek | -0/+6 | |
| Escape now removes focus from the search bar | ||||
| 2017-12-22 | moved colors of kbd tag into main.css | Marcel Hellwig | -5/+11 | |
| 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 | -10/+50 | |
| 2017-12-18 | Rollup merge of #46825 - GuillaumeGomez:mobile-search, r=QuietMisdreavus | Guillaume Gomez | -0/+20 | |
| Improve search display on mobile r? @QuietMisdreavus | ||||
| 2017-12-18 | Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavus | Guillaume Gomez | -1/+1 | |
| Fix dynamic crates listing in doc sidebar Fixes #46687. r? @QuietMisdreavus | ||||
| 2017-12-18 | Improve search display on mobile | Guillaume Gomez | -0/+20 | |
| 2017-12-18 | Fix dynamic crates listing in doc sidebar | Guillaume Gomez | -1/+1 | |
| 2017-12-15 | Improve results a bit | Guillaume Gomez | -2/+6 | |
| 2017-12-15 | make doc search more relevant | Guillaume Gomez | -12/+7 | |
| 2017-12-13 | Rollup merge of #46672 - GuillaumeGomez:fix-type-filter-search, ↵ | kennytm | -4/+4 | |
| r=QuietMisdreavus Fix type filter in rustdoc js Fixes #46612. r? @QuietMisdreavus | ||||
| 2017-12-12 | Fix type filter in rustdoc js | Guillaume Gomez | -4/+4 | |
| 2017-12-11 | Fix mobile doc style and improve search bar | Guillaume Gomez | -4/+27 | |
| 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 | -5/+68 | |
| 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/+100 | |
| Move colors to main.css r? @QuietMisdreavus | ||||
| 2017-12-07 | Fix JS errors | Guillaume Gomez | -2/+8 | |
| 2017-12-07 | Greatly improve sidebar when width < 700px | Guillaume Gomez | -5/+62 | |
| 2017-12-07 | Auto merge of #46221 - GuillaumeGomez:doc-script-load-speedup, r=nrc | bors | -2/+9 | |
| Speedup search loading when search url is received Fixes #45971. r? @nrc cc @rust-lang/docs | ||||
| 2017-12-06 | Rollup merge of #46502 - GuillaumeGomez:improve-search-style, r=QuietMisdreavus | Corey Farwell | -1/+10 | |
| Improve search style Fixes #46494. r? @QuietMisdreavus | ||||
| 2017-12-06 | Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavus | bors | -6/+6 | |
| Change "Types/modules" title of search tab to be more accurate From issue #45787. Used "In name" as per suggestion from @Seeker14491. | ||||
| 2017-12-05 | Changed tab names to those agreed upon. | JRegimbal | -6/+6 | |
| Tabs are "In Names", "In Parameters", and "In Return Types". | ||||
| 2017-12-04 | Improve search style | Guillaume Gomez | -1/+10 | |
| 2017-12-03 | Rollup merge of #46454 - GuillaumeGomez:search-overlap, r=QuietMisdreavus | Corey Farwell | -0/+1 | |
| Fix search results overlap Fixes #46434. r? @QuietMisdreavus | ||||
| 2017-12-03 | Auto merge of #46433 - GuillaumeGomez:dedup-items, r=QuietMisdreavus | bors | -3/+10 | |
| Fix deduplication of items Fixes #45968. r? @QuietMisdreavus | ||||
