| Age | Commit message (Expand) | Author | Lines |
| 2016-05-12 | Improve derived implementations for enums with lots of fieldless variants | Björn Steinbrink | -7/+44 |
| 2016-05-11 | Auto merge of #33239 - eddyb:mir-temp-drops, r=arielb1 | bors | -16/+16 |
| 2016-05-11 | mir: drop temps outside-in by scheduling the drops inside-out. | Eduard Burtescu | -16/+16 |
| 2016-05-10 | Auto merge of #33425 - eddyb:rift, r=nikomatsakis | bors | -14864/+15086 |
| 2016-05-11 | Fixup indentation after methodification. | Eduard Burtescu | -8382/+8416 |
| 2016-05-10 | Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn | bors | -2/+23 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -700/+1142 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -888/+942 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -39/+15 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -327/+402 |
| 2016-05-11 | rustc: Generalize a minimum set of functions over 'tcx != 'gcx. | Eduard Burtescu | -1018/+1144 |
| 2016-05-11 | rustc: Remove a redundant lifetime parameter from ExprUseVisitor. | Eduard Burtescu | -6/+6 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -913/+876 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -84/+82 |
| 2016-05-11 | rustc_typeck: Use Deref for FnCtxt, Inherited and InferCtxt fields and methods. | Eduard Burtescu | -855/+804 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -1189/+1296 |
| 2016-05-11 | rustc: Keep a reference to the interners in TyCtxt. | Eduard Burtescu | -91/+110 |
| 2016-05-11 | rustc: Use set recovery APIs in the TyCtxt interners. | Eduard Burtescu | -36/+49 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -1338/+1331 |
| 2016-05-11 | regionck: Use methods on RegionCtxt instead of free functions. | Eduard Burtescu | -381/+353 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -1003/+765 |
| 2016-05-11 | typeck: Turn everything operating on FnCtxt into a method. | Eduard Burtescu | -2065/+1914 |
| 2016-05-11 | typeck: Avoid passing &TyCtxt around where possible. | Eduard Burtescu | -359/+288 |
| 2016-05-11 | typeck: merge CollectCtxt and collect::CollectCtxt. | Eduard Burtescu | -15/+12 |
| 2016-05-11 | mem_categorization: freely_aliasable doesn't need to take TyCtxt. | Eduard Burtescu | -5/+4 |
| 2016-05-11 | infer: Turn normalize_associated_type into a method on TyCtxt. | Eduard Burtescu | -58/+51 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -154/+126 |
| 2016-05-11 | rustc: Always refer to TyCtxt as tcx. | Eduard Burtescu | -143/+143 |
| 2016-05-10 | Auto merge of #33319 - birkenfeld:issue31424, r=jseyfried | bors | -5/+37 |
| 2016-05-10 | Auto merge of #33488 - eddyb:trans-fixes, r=Aatch | bors | -11/+44 |
| 2016-05-10 | borrowck: do not suggest to change "&mut self" to "&mut mut self" | Georg Brandl | -5/+37 |
| 2016-05-10 | Auto merge of #33471 - birkenfeld:issue-33464, r=jseyfried | bors | -4/+24 |
| 2016-05-10 | Auto merge of #33337 - birkenfeld:issue-27842, r=jseyfried | bors | -1/+48 |
| 2016-05-09 | Auto merge of #33473 - michaelwoerister:split-cratecontext, r=nikomatsakis | bors | -495/+541 |
| 2016-05-10 | resolve: do not modify span of non-importable name | Georg Brandl | -4/+24 |
| 2016-05-09 | Auto merge of #33443 - jseyfried:resolve_ast, r=nrc | bors | -555/+706 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -927/+2305 |
| 2016-05-09 | rustc: Use C++ personalities on MSVC | Alex Crichton | -200/+336 |
| 2016-05-09 | Rollup merge of #33493 - Manishearth:more-diag, r=Manishearth | Manish Goregaokar | -21/+94 |
| 2016-05-09 | Rollup merge of #33514 - birkenfeld:issue-29503, r=alexcrichton | Manish Goregaokar | -3/+38 |
| 2016-05-09 | Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-05-09 | Rollup merge of #33496 - silvo38:master, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-05-09 | Rollup merge of #33480 - birkenfeld:issue-33422, r=steveklabnik | Manish Goregaokar | -59/+61 |
| 2016-05-09 | Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichton | Manish Goregaokar | -22/+22 |
| 2016-05-09 | Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnik | Manish Goregaokar | -7/+48 |
| 2016-05-09 | Rollup merge of #33383 - cramertj:E0509, r=Manishearth | Manish Goregaokar | -1/+95 |
| 2016-05-09 | Rollup merge of #33370 - aochagavia:dump, r=nrc | Manish Goregaokar | -810/+746 |
| 2016-05-09 | Rollup merge of #33224 - alexcrichton:create-exit-status, r=aturon | Manish Goregaokar | -0/+42 |
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -2/+23 |
| 2016-05-09 | Fix some rebasing fallout. | Michael Woerister | -2/+2 |