| Age | Commit message (Expand) | Author | Lines |
| 2016-05-30 | Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomez | Manish Goregaokar | -40/+64 |
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -40/+64 |
| 2016-05-30 | Rollup merge of #33793 - GuillaumeGomez:compile_fail, r=GuillaumeGomez | Manish Goregaokar | -2/+6 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-05-27 | Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+4 |
| 2016-05-27 | Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnik | Guillaume Gomez | -0/+4 |
| 2016-05-27 | * Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected... | Guillaume Gomez | -2/+6 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+2 |
| 2016-05-24 | Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomez | Guillaume Gomez | -0/+1 |
| 2016-05-24 | Fix invalid background color in stability elements | Guillaume Gomez | -0/+4 |
| 2016-05-22 | Fixed shortcut handling. Reverted to [Shift]+[+=] | Alex Ozdemir | -3/+3 |
| 2016-05-22 | Changed toggle all sections key to `T` | Alex Ozdemir | -2/+3 |
| 2016-05-21 | Auto merge of #33765 - alex-ozdemir:master, r=Manishearth | bors | -3/+11 |
| 2016-05-21 | Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichton | Manish Goregaokar | -12/+43 |
| 2016-05-20 | Added a `rustdoc` shortcut for collapse/expand all | Alex Ozdemir | -3/+11 |
| 2016-05-20 | Update tests | Manish Goregaokar | -15/+17 |
| 2016-05-19 | Auto merge of #33742 - Manishearth:rollup, r=Manishearth | bors | -2/+3 |
| 2016-05-19 | Rollup merge of #33705 - lqd:rustdoc-version-tooltip, r=GuillaumeGomez | Manish Goregaokar | -2/+3 |
| 2016-05-19 | Auto merge of #33702 - crimsun:pr33678, r=alexcrichton | bors | -4/+3 |
| 2016-05-19 | Make the #[stable(since)] version attribute clearer with a tooltip | Rémy Rakic | -2/+3 |
| 2016-05-18 | Move read more link to same line | Manish Goregaokar | -5/+6 |
| 2016-05-18 | rustdoc: Support short doc fallback for non-default items | Manish Goregaokar | -9/+25 |
| 2016-05-18 | rustdoc: Add doc snippets for trait impls, with a read more link | Manish Goregaokar | -0/+12 |
| 2016-05-18 | Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mw | bors | -10/+15 |
| 2016-05-18 | ignore dep-graph in resolve and lower_crate | Niko Matsakis | -1/+1 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -9/+14 |
| 2016-05-18 | Auto merge of #33710 - Manishearth:rollup, r=Manishearth | bors | -1/+15 |
| 2016-05-18 | Rollup merge of #33673 - GuillaumeGomez:fix-selected-item-style, r=steveklabnik | Manish Goregaokar | -0/+4 |
| 2016-05-18 | Rollup merge of #33656 - GuillaumeGomez:lifetime_bound, r=steveklabnik | Manish Goregaokar | -1/+11 |
| 2016-05-18 | Resolved rustdoc crash (#33678) by aborting instead of unwrapping. | User | -4/+3 |
| 2016-05-16 | Fix selected item background style | Guillaume Gomez | -0/+4 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -3/+3 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -127/+81 |
| 2016-05-15 | Add lifetime's bounds in doc generation | Guillaume Gomez | -1/+11 |
| 2016-05-14 | Auto merge of #33600 - ollie27:rustdoc_impl_params, r=alexcrichton | bors | -8/+7 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -127/+81 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -6/+6 |
| 2016-05-13 | Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc | bors | -3/+2 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -8/+7 |
| 2016-05-11 | Rollup merge of #33542 - GuillaumeGomez:move_since, r=steveklabnik | Steve Klabnik | -3/+9 |
| 2016-05-11 | Make LocalCrateReader private to creader. | Ms2ger | -2/+2 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -2/+1 |
| 2016-05-10 | Auto merge of #33425 - eddyb:rift, r=nikomatsakis | bors | -51/+52 |
| 2016-05-10 | Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn | bors | -1/+1 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -31/+34 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -16/+16 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -18/+16 |
| 2016-05-10 | Improve "since" tag placement | Guillaume Gomez | -3/+9 |