| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-05-10 | Delay wrapping Definitions into a RefCell around LocalCrateReader. | Ms2ger | -4/+5 |
| 2016-05-10 | Store a reference rather than a RefCell in LocalCrateReader. | Ms2ger | -1/+1 |
| 2016-05-10 | Refactor `hir::lowering` API | Jeffrey Seyfried | -2/+2 |
| 2016-05-10 | Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont... | Jeffrey Seyfried | -3/+2 |
| 2016-05-10 | Give lowering functions mutable access to the lowering context | Jeffrey Seyfried | -2/+2 |
| 2016-05-09 | Auto merge of #33443 - jseyfried:resolve_ast, r=nrc | bors | -7/+11 |
| 2016-05-09 | Rollup merge of #33514 - birkenfeld:issue-29503, r=alexcrichton | Manish Goregaokar | -3/+12 |
| 2016-05-09 | Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-05-09 | Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnik | Manish Goregaokar | -7/+48 |
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -1/+1 |
| 2016-05-09 | rustdoc: do not strip blanket impls in crate of origin | Georg Brandl | -3/+12 |
| 2016-05-09 | Fix fallout in `librustdoc` and in tests | Jeffrey Seyfried | -7/+11 |