| Age | Commit message (Expand) | Author | Lines |
| 2018-05-06 | rustdoc: Resolve nested `impl Trait`s | Shotaro Yamada | -31/+32 |
| 2018-04-21 | Auto merge of #50089 - alexcrichton:beta-next, r=sfackler | bors | -1/+1 |
| 2018-04-20 | Fix rustdoc after changing type param representation. | Michael Woerister | -3/+11 |
| 2018-04-19 | [beta] Tweak some stabilizations in libstd | Alex Crichton | -1/+1 |
| 2018-04-01 | Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez | Mark Simulacrum | -17/+57 |
| 2018-04-01 | Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin | bors | -1/+1 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+5 |
| 2018-03-31 | Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavus | bors | -13/+72 |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -1/+1 |
| 2018-03-30 | Auto merge of #49489 - kennytm:rollup, r=kennytm | bors | -14/+16 |
| 2018-03-30 | Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavus | bors | -138/+165 |
| 2018-03-30 | Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus | kennytm | -12/+12 |
| 2018-03-30 | Rollup merge of #49443 - GuillaumeGomez:fix-tooltip-position, r=QuietMisdreavus | kennytm | -2/+4 |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -12/+12 |
| 2018-03-29 | Add primitive intra-links | Guillaume Gomez | -13/+72 |
| 2018-03-29 | tidy | QuietMisdreavus | -2/+8 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -2/+0 |
| 2018-03-28 | Fix tooltip position | Guillaume Gomez | -2/+4 |
| 2018-03-28 | Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavus | kennytm | -20/+43 |
| 2018-03-28 | Rollup merge of #49439 - GuillaumeGomez:trait-impl-collapse, r=QuietMisdreavus | kennytm | -10/+15 |
| 2018-03-28 | Rollup merge of #49429 - GuillaumeGomez:fix-collapse-toggle-insertion, r=Quie... | kennytm | -0/+3 |
| 2018-03-28 | Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomez | kennytm | -10/+59 |
| 2018-03-28 | Rollup merge of #49405 - GuillaumeGomez:search-appearance, r=QuietMisdreavus | kennytm | -3/+20 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -3/+12 |
| 2018-03-28 | use --edition for doctests, rather than just the crate | QuietMisdreavus | -8/+17 |
| 2018-03-28 | Fix text overlap | Guillaume Gomez | -20/+43 |
| 2018-03-28 | Fix trait implementation not collapsing docs | Guillaume Gomez | -10/+15 |
| 2018-03-28 | Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavus | bors | -28/+81 |
| 2018-03-27 | rustdoc: Handle explicit ?Sized on foreign impl Trait | Manish Goregaokar | -3/+14 |
| 2018-03-27 | rustdoc: Remove Sized bounds when cleaning foreign impl Trait | Manish Goregaokar | -0/+8 |
| 2018-03-27 | rustdoc: Include associated type bounds when cleaning foreign impl traits | Manish Goregaokar | -8/+38 |
| 2018-03-27 | rustdoc: Don't use into_iter() when cleaning impl Trait | Manish Goregaokar | -1/+1 |
| 2018-03-27 | Fix collapse toggle insertions on impl with docs | Guillaume Gomez | -0/+3 |
| 2018-03-27 | add --edition flag to rustdoc | QuietMisdreavus | -8/+33 |
| 2018-03-27 | Hide type declarations by default | Guillaume Gomez | -138/+165 |
| 2018-03-27 | Rollup merge of #49381 - withoutboats:str_unicode, r=SimonSapin | kennytm | -2/+0 |
| 2018-03-27 | Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavus | kennytm | -8/+6 |
| 2018-03-27 | Fix search appearance | Guillaume Gomez | -3/+20 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -3/+12 |
| 2018-03-26 | Remove unnecessary trait import. | boats | -2/+0 |
| 2018-03-25 | Rollup merge of #49312 - GuillaumeGomez:fix-ie11-search, r=QuietMisdreavus | kennytm | -0/+7 |
| 2018-03-24 | Fix impl assoc constant link not working | Guillaume Gomez | -8/+6 |
| 2018-03-24 | Cleanup | Shotaro Yamada | -14/+4 |
| 2018-03-24 | Resolve `impl Trait` in argument position | Shotaro Yamada | -10/+54 |
| 2018-03-24 | Hide synthesized type parameters | Shotaro Yamada | -4/+23 |
| 2018-03-23 | Fix rustdoc | Sean Griffin | -2/+0 |
| 2018-03-23 | Fix IE11 search | Guillaume Gomez | -0/+7 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -4/+4 |
| 2018-03-22 | Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi... | kennytm | -10/+10 |
| 2018-03-22 | Rollup merge of #49188 - memoryleak47:macro_use_doctest, r=QuietMisdreavus | kennytm | -0/+19 |