| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove unification despite ambiguity in projection | Masood Malekghassemi | -57/+1 |
| 2016-05-11 | trans: Make collector handle the drop_in_place() intrinsic. | Michael Woerister | -3/+89 |
| 2016-05-11 | Add test for collecting items in statics | James Miller | -4/+26 |
| 2016-05-11 | Inspect MIR for statics in item collection | James Miller | -0/+19 |
| 2016-05-11 | trans: Don't try to place declarations during codegen unit partitioning. | Michael Woerister | -139/+75 |
| 2016-05-11 | trans: Move TransItem to its own module. | Michael Woerister | -367/+383 |
| 2016-05-11 | Use symlink_metadata in tidy to avoid panicking on broken symlinks. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | Only break critical edges where actually needed | Björn Steinbrink | -119/+113 |
| 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-11 | Make LocalCrateReader private to creader. | Ms2ger | -17/+27 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -10/+4 |
| 2016-05-10 | Add regression test for ICE in constant blocks | Sean Gillespie | -0/+88 |
| 2016-05-10 | rustbuild: Tighten dependencies of build scripts | Alex Crichton | -3/+35 |
| 2016-05-10 | Auto merge of #33425 - eddyb:rift, r=nikomatsakis | bors | -14864/+15086 |
| 2016-05-11 | Add E0500 error explanation | ggomez | -1/+47 |
| 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-10 | Also rename the print_from_ast. | Pavel Sountsov | -22/+22 |
| 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 |