| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -3/+20 | |
| RFC 2008 non-exhaustive enums/structs: Rustdoc Part of #44109. Not sure how those who maintain rustdoc primarily would prefer this addition look or where it should be placed, happy to make any changes required. r? @QuietMisdreavus (not sure if this is the right person, just guessing) | ||||
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ↵ | David Wood | -3/+20 | |
| default and easier to understand. | ||||
| 2018-07-08 | Add setting to prevent doc auto-hide of trait implementations | Guillaume Gomez | -10/+12 | |
| 2018-06-30 | reduce search-index size | Guillaume Gomez | -19/+27 | |
| 2018-06-25 | Remove unused variable | Guillaume Gomez | -1/+0 | |
| 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 | Don't auto-hide inherent impls even if `rustdoc-collapse == true`. | kennytm | -24/+25 | |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -5/+10 | |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -10/+8 | |
| 2018-05-30 | Fixes some style issues in rustdoc "implementations on Foreign types" | Guillaume Gomez | -2/+8 | |
| 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 | -1/+1 | |
| 2018-05-12 | Improve results | Guillaume Gomez | -26/+49 | |
| 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 | -15/+11 | |
| 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-17 | Add rustdoc settings menu | Guillaume Gomez | -15/+11 | |
| 2018-04-14 | Add multi-query search | Guillaume Gomez | -7/+70 | |
| 2018-04-04 | Fix anchors issue when everything is collapsed | Guillaume Gomez | -9/+21 | |
| 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-28 | Rollup merge of #49439 - GuillaumeGomez:trait-impl-collapse, r=QuietMisdreavus | kennytm | -10/+15 | |
| Fix trait implementation not collapsing docs r? @QuietMisdreavus | ||||
| 2018-03-28 | Rollup merge of #49429 - GuillaumeGomez:fix-collapse-toggle-insertion, ↵ | kennytm | -0/+3 | |
| r=QuietMisdreavus Fix collapse toggle insertions on impl with docs Just went through this one randomly... When an impl has docs, the collapse toggle isn't generated. This fixes it. r? @QuietMisdreavus | ||||
| 2018-03-28 | Fix trait implementation not collapsing docs | Guillaume Gomez | -10/+15 | |
| 2018-03-27 | Fix collapse toggle insertions on impl with docs | Guillaume Gomez | -0/+3 | |
| 2018-03-27 | Hide type declarations by default | Guillaume Gomez | -3/+15 | |
| 2018-03-27 | Fix search appearance | Guillaume Gomez | -1/+5 | |
| 2018-03-23 | Fix IE11 search | Guillaume Gomez | -0/+7 | |
| 2018-03-18 | Fix events handling in rustdoc | Guillaume Gomez | -33/+40 | |
| 2018-03-13 | Rollup merge of #48631 - focusaurus:remember-collapse-setting, r=QuietMisdreavus | kennytm | -0/+6 | |
| Remember state of top-level collapse toggle widget This change allows the big top-right expand/collapse toggle to remember its setting across navigation or page reloads. Prior to this change, there was this annoyance: - browse to some docs - Click the minus button to collapse them - browse to other docs (or reload the page) - Everything is expanded again The solution is based on storing a simple boolean flag in localStorage. I think it's a good improvement, but it does introduce the following potentially surprising behavior: - browse to some docs - click the minus button to collapse them - click to expand a particular item (not the main top-right big one) - reload the page, everything is collapsed Paired with @debugsteven on this. | ||||
| 2018-03-09 | Fix escape not working when searchbar selected | Guillaume Gomez | -3/+6 | |
| 2018-03-09 | Add missing items in the sidebar for functions | Guillaume Gomez | -27/+29 | |
| 2018-03-05 | Don't generate '[+]'/'[-]' on 'empty' traits | Guillaume Gomez | -7/+18 | |
| 2018-03-01 | Rename doc collapse sentinal to rustdoc-collapse | Peter Lyons | -3/+3 | |
| 2018-03-01 | Remember state of top-level collapse toggle widget | Peter Lyons | -0/+6 | |
| 2018-02-28 | Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, ↵ | kennytm | -8/+0 | |
| r=QuietMisdreavus Rustdoc theme securities Fixes #48375. Fixes #48376. r? @steveklabnik cc @QuietMisdreavus | ||||
