| Age | Commit message (Expand) | Author | Lines |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -2/+2 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -2/+2 |
| 2018-08-05 | Automatically expand section if url id point to one of its component | Guillaume Gomez | -0/+19 |
| 2018-08-05 | Change rustdoc style so fully qualified names do not overlap src links | Mike Boutin | -35/+32 |
| 2018-08-04 | Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-08-04 | Rollup merge of #53047 - integer32llc:rustdoc-clicky-clicky, r=QuietMisdreavus | kennytm | -0/+5 |
| 2018-08-04 | Rollup merge of #53041 - GuillaumeGomez:fix-code-css-rule, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-08-03 | Make left column of rustdoc search results narrower | Carol (Nichols || Goulding) | -1/+1 |
| 2018-08-03 | Make entire row of doc search results clickable | Carol (Nichols || Goulding) | -0/+5 |
| 2018-08-04 | Improve unstable message display | Guillaume Gomez | -0/+13 |
| 2018-08-03 | Fix invalid code css rule | Guillaume Gomez | -2/+2 |
| 2018-08-02 | Fix trait item doc setting, add new setting, start hiding elements by default... | Guillaume Gomez | -10/+34 |
| 2018-07-31 | Add dyn to Write | Mark Rousskov | -1/+1 |
| 2018-07-31 | Cleanup highlighting code | Mark Rousskov | -42/+23 |
| 2018-07-31 | Remove global derive_id and reset_ids functions | Mark Rousskov | -137/+164 |
| 2018-07-31 | Format code for easier editing | Mark Rousskov | -6/+5 |
| 2018-07-31 | Further extract error code switch | Mark Rousskov | -45/+76 |
| 2018-07-31 | Remove dependency on error handling from find_testable_code | Mark Rousskov | -8/+13 |
| 2018-07-31 | Provide test configuration through struct | Mark Rousskov | -15/+10 |
| 2018-07-31 | Provide warnings for invalid code blocks in markdown files | Mark Rousskov | -5/+3 |
| 2018-07-31 | Pull out nightly checking to edges | Mark Rousskov | -8/+7 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -14/+0 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -16/+16 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -15/+11 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -35/+66 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -18/+47 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -3/+3 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -15/+11 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -16/+16 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -5/+5 |
| 2018-07-22 | Improve code | Guillaume Gomez | -10/+1 |
| 2018-07-22 | Cleanup | Guillaume Gomez | -6/+0 |
| 2018-07-22 | Add filter over non generic impls | Guillaume Gomez | -1/+0 |
| 2018-07-22 | Working generic impl | Guillaume Gomez | -21/+25 |
| 2018-07-22 | some improvements | Guillaume Gomez | -3/+12 |
| 2018-07-22 | part 2 | Guillaume Gomez | -1/+5 |
| 2018-07-22 | First step to generic trait impls | Guillaume Gomez | -0/+1 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -4/+46 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -9/+66 |
| 2018-07-19 | Generate a page for existential types | Oliver Schneider | -4/+37 |
| 2018-07-19 | Updated FRU terminology. | David Wood | -1/+1 |
| 2018-07-18 | remove FIXME about macro redirects | QuietMisdreavus | -1/+0 |
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -18/+37 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+9 |
| 2018-07-12 | Moved non_exhaustive message to fields/variants section and onto type. | David Wood | -19/+18 |
| 2018-07-08 | Add setting to prevent doc auto-hide of trait implementations | Guillaume Gomez | -10/+14 |
| 2018-07-06 | Auto merge of #52088 - kennytm:rollup, r=kennytm | bors | -1/+1 |