| Age | Commit message (Expand) | Author | Lines |
| 2016-05-12 | fix tidy | Alex Burka | -4/+8 |
| 2016-05-12 | update "reason" for fnbox feature gate | Alex Burka | -4/+4 |
| 2016-05-12 | Auto merge of #33338 - birkenfeld:issue-25356, r=jseyfried | bors | -2/+11 |
| 2016-05-12 | Auto merge of #33306 - vadixidav:master, r=alexcrichton | bors | -1/+73 |
| 2016-05-12 | typeck: limit number of candidates shown for a single error | Georg Brandl | -2/+11 |
| 2016-05-11 | Auto merge of #33169 - swgillespie:issue32829, r=eddyb | bors | -0/+88 |
| 2016-05-11 | Rollup merge of #33558 - bnewbold:trivial-book-tweaks, r=steveklabnik | Guillaume Gomez | -5/+5 |
| 2016-05-11 | Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelix | Guillaume Gomez | -20/+384 |
| 2016-05-11 | trivial fixes to documentation (book) | bnewbold | -5/+5 |
| 2016-05-11 | Update to eddyb's PR | ggomez | -199/+129 |
| 2016-05-11 | Auto merge of #33556 - steveklabnik:rollup, r=steveklabnik | bors | -20/+262 |
| 2016-05-11 | Rollup merge of #33542 - GuillaumeGomez:move_since, r=steveklabnik | Steve Klabnik | -3/+9 |
| 2016-05-11 | Rollup merge of #33539 - nikomatsakis:static-error, r=pnkfelix | Steve Klabnik | -3/+36 |
| 2016-05-11 | Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfried | Steve Klabnik | -1/+1 |
| 2016-05-11 | Rollup merge of #33524 - briangreenery:briangreenery-fast-and-loose, r=stevek... | Steve Klabnik | -1/+1 |
| 2016-05-11 | Rollup merge of #33522 - mbrubeck:inline-rawvec-cap, r=nagisa | Steve Klabnik | -0/+1 |
| 2016-05-11 | Rollup merge of #33386 - cramertj:E0504, r=steveklabnik | Steve Klabnik | -1/+104 |
| 2016-05-11 | Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelix | Steve Klabnik | -1/+21 |
| 2016-05-11 | Rollup merge of #33260 - mrmiywj:help-on-pattern-guard, r=guillaumegomez | Steve Klabnik | -10/+51 |
| 2016-05-11 | Rollup merge of #33129 - GuillaumeGomez:fmt_doc, r=steveklabnik | Steve Klabnik | -0/+38 |
| 2016-05-11 | Create Weight enum | Guillaume Gomez | -34/+64 |
| 2016-05-11 | Improve weight algorithm and tests | ggomez | -60/+134 |
| 2016-05-11 | Improve error message for Index trait on slices | Guillaume Gomez | -28/+129 |
| 2016-05-11 | Extend rustc_on_unimplemented flag: if a message is available at an impl, thi... | ggomez | -6/+235 |
| 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 | Add regression test for ICE in constant blocks | Sean Gillespie | -0/+88 |
| 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 |