| Age | Commit message (Expand) | Author | Lines |
| 2016-05-30 | Auto merge of #33909 - michaelwoerister:frame-pointer-fix, r=nikomatsakis | bors | -12/+21 |
| 2016-05-30 | Rollup merge of #33793 - GuillaumeGomez:compile_fail, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -22/+13 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -123/+102 |
| 2016-05-27 | Emit "no-frame-pointer-elim" attribute for closures, shims, and glue. | Michael Woerister | -12/+21 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -42/+44 |
| 2016-05-27 | * Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected... | Guillaume Gomez | -2/+2 |
| 2016-05-26 | Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakis | bors | -14/+18 |
| 2016-05-26 | Auto merge of #33872 - nagisa:undef-is-llvm-for-sigsegv, r=eddyb | bors | -32/+48 |
| 2016-05-26 | Do not forget to schedule the drop for the argument | Simonas Kazlauskas | -2/+3 |
| 2016-05-26 | Replace pat_adjust_pos with an iterator adapter | Vadim Petrochenkov | -10/+7 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -42/+47 |
| 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-25 | Auto merge of #33732 - nikomatsakis:incr-comp-empty-cgu, r=mw | bors | -0/+11 |
| 2016-05-26 | Fix handling of C arguments | Simonas Kazlauskas | -20/+34 |
| 2016-05-25 | trans: save metadata even with -Z no-trans. | Eduard Burtescu | -28/+50 |
| 2016-05-25 | trans: remove item_symbols from metadata and CrateContext. | Eduard Burtescu | -41/+2 |
| 2016-05-25 | trans: move the linker support to compute symbols on-demand. | Eduard Burtescu | -45/+88 |
| 2016-05-25 | trans: move exported_symbol to Instance::symbol_name. | Eduard Burtescu | -125/+126 |
| 2016-05-25 | trans: force absolute item paths within symbols. | Eduard Burtescu | -2/+9 |
| 2016-05-25 | trans: move exported_name's logic into symbol_names. | Eduard Burtescu | -70/+62 |
| 2016-05-25 | trans: remove unused symbol_names::exported_name_with_suffix. | Eduard Burtescu | -24/+6 |
| 2016-05-25 | rustc: use a simpler scheme for plugin registrar symbol names. | Eduard Burtescu | -0/+6 |
| 2016-05-24 | correct typo in comment | Niko Matsakis | -1/+1 |
| 2016-05-23 | trans::collector: Remove some redundant calls to erase_regions(). | Michael Woerister | -14/+18 |
| 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 | always make at least one codegen-unit | Niko Matsakis | -0/+11 |
| 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 |