| Age | Commit message (Expand) | Author | Lines |
| 2016-06-27 | trans: always use a memcpy for ABI argument/return casts. | Eduard Burtescu | -124/+111 |
| 2016-05-26 | Do not forget to schedule the drop for the argument | Simonas Kazlauskas | -2/+3 |
| 2016-05-26 | Fix nit/Refine the datum construction | Simonas Kazlauskas | -3/+1 |
| 2016-05-26 | Fix the fix/hack interaction with debuginfo | Simonas Kazlauskas | -10/+13 |
| 2016-05-26 | Fix handling of C arguments | Simonas Kazlauskas | -20/+34 |
| 2016-05-20 | Rollup merge of #33734 - luqmana:33387-mir_fat_ptr_coerce, r=arielb1 | Guillaume Gomez | -4/+24 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -89/+164 |
| 2016-05-19 | debuginfo: Make DW_TAG_subroutine DIEs for inherent methods children of their... | Michael Woerister | -4/+46 |
| 2016-05-19 | Mark the metadata symbol as reachable to fix OSX not finding dylibs. | Eduard Burtescu | -3/+11 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -86/+153 |
| 2016-05-19 | [MIR] Add PointerCast for Unsize casts of fat pointers. | Luqman Aden | -4/+24 |
| 2016-05-18 | add task for linking | Niko Matsakis | -0/+3 |
| 2016-05-18 | identify inputs of `MetaData(X)` nodes | Niko Matsakis | -1/+2 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -10/+10 |
| 2016-05-14 | Rollup merge of #33576 - soltanmm:vtable, r=nikomatsakis | Manish Goregaokar | -3/+6 |
| 2016-05-14 | Rollup merge of #33574 - michaelwoerister:collector-cleanup, r=nikomatsakis | Manish Goregaokar | -514/+559 |
| 2016-05-14 | Rollup merge of #33566 - dotdash:biased_switch, r=nagisa | Manish Goregaokar | -10/+26 |
| 2016-05-13 | Auto merge of #33508 - alexcrichton:always-lower-frem, r=nikomatsakis | bors | -77/+2 |
| 2016-05-13 | Allow repr attribute on single variant enum. | Luqman Aden | -3/+1 |
| 2016-05-12 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -0/+1 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -0/+1 |
| 2016-05-11 | Add inferred obligation storage to all Vtable variants and SelectionContext | Masood Malekghassemi | -3/+6 |
| 2016-05-11 | trans: Use CrateContext::empty_substs_for_def_id() instead of Substs::empty()... | Michael Woerister | -18/+48 |
| 2016-05-11 | [MIR trans] Optimize trans for biased switches | Björn Steinbrink | -10/+26 |
| 2016-05-11 | trans: Make collector handle the drop_in_place() intrinsic. | Michael Woerister | -3/+48 |
| 2016-05-11 | Add test for collecting items in statics | James Miller | -4/+3 |
| 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 | -128/+64 |
| 2016-05-11 | trans: Move TransItem to its own module. | Michael Woerister | -367/+383 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -37/+38 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -67/+67 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -79/+75 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -5/+5 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -56/+62 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -147/+145 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -8/+5 |
| 2016-05-11 | typeck: Turn everything operating on FnCtxt into a method. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | infer: Turn normalize_associated_type into a method on TyCtxt. | Eduard Burtescu | -32/+24 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -21/+19 |
| 2016-05-11 | rustc: Always refer to TyCtxt as tcx. | Eduard Burtescu | -2/+2 |
| 2016-05-10 | Auto merge of #33488 - eddyb:trans-fixes, r=Aatch | bors | -8/+20 |
| 2016-05-09 | Auto merge of #33473 - michaelwoerister:split-cratecontext, r=nikomatsakis | bors | -495/+541 |
| 2016-05-09 | rustc: Use C++ personalities on MSVC | Alex Crichton | -110/+41 |
| 2016-05-09 | Fix some rebasing fallout. | Michael Woerister | -2/+2 |
| 2016-05-09 | trans::context: Remove some tcx::tls wackiness | Michael Woerister | -4/+1 |
| 2016-05-09 | trans: Consistently name SharedCrateContext instances 'scx' | Michael Woerister | -119/+119 |
| 2016-05-09 | Make FixedCount partitioning handle case where codegen units have to be added. | Michael Woerister | -18/+17 |
| 2016-05-09 | trans: Add some explanatory comments to trans::context types. | Michael Woerister | -0/+6 |
| 2016-05-09 | trans: Make partitioning available in LocalCrateContext. | Michael Woerister | -14/+21 |
| 2016-05-09 | Restructure trans_crate() so that codegen unit partitioning happens before cr... | Michael Woerister | -23/+45 |