| Age | Commit message (Expand) | Author | Lines |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -4/+6 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -4/+6 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -3/+14 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -1/+0 |
| 2016-05-18 | remove the `Any` bound from `CrateStore` | Niko Matsakis | -6/+1 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -3/+3 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -1/+0 |
| 2016-05-11 | Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelix | Steve Klabnik | -1/+6 |
| 2016-05-11 | Fixup indentation after methodification. | Eduard Burtescu | -79/+79 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -10/+9 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -35/+27 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | rustc: Remove a redundant lifetime parameter from ExprUseVisitor. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -39/+29 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -163/+185 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -140/+140 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -38/+40 |
| 2016-05-11 | mem_categorization: freely_aliasable doesn't need to take TyCtxt. | Eduard Burtescu | -4/+3 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -9/+9 |
| 2016-05-11 | rustc: Always refer to TyCtxt as tcx. | Eduard Burtescu | -2/+2 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -41/+122 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+1 |
| 2016-05-02 | middle: reset loop labels while visiting closure | Georg Brandl | -1/+6 |
| 2016-04-26 | Auto merge of #32962 - taralx:patch-1, r=GuillaumeGomez | bors | -1/+1 |
| 2016-04-25 | Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth | Manish Goregaokar | -6/+5 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -4/+4 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -5/+4 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -7/+7 |
| 2016-04-20 | Auto merge of #32939 - eddyb:layout, r=nikomatsakis | bors | -186/+103 |
| 2016-04-19 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -186/+103 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -1/+9 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -0/+1 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -5/+2 |
| 2016-04-14 | Accommodate the case where dup lang items are entirely external. | JP Sugarbroad | -7/+13 |
| 2016-04-14 | Clean up some info log spam. | JP Sugarbroad | -1/+1 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+1 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -1/+8 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -5/+2 |
| 2016-04-08 | Auto merge of #32738 - Aatch:mir-operand-fn-ret, r=arielb1 | bors | -2/+3 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -3/+3 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+1 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -5/+0 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -536/+26 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -4/+2 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -15/+12 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -59/+59 |
| 2016-04-04 | Handle operand temps for function calls | James Miller | -2/+3 |
| 2016-04-03 | Fix "consider removing this semicolon" help | Jonas Schievink | -2/+2 |
| 2016-03-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -7/+7 |
| 2016-03-31 | librustc: replace unimplemented!() with bug!() | Benjamin Herr | -69/+71 |