| Age | Commit message (Expand) | Author | Lines |
| 2016-05-15 | Update i686-linux-android features to match android ABI. | Nerijus Arlauskas | -1/+5 |
| 2016-05-14 | Auto merge of #33593 - dotdash:smart_derive, r=brson | bors | -7/+44 |
| 2016-05-14 | Auto merge of #33600 - ollie27:rustdoc_impl_params, r=alexcrichton | bors | -8/+30 |
| 2016-05-14 | Auto merge of #33579 - Amanieu:atomic_bool2, r=alexcrichton | bors | -58/+36 |
| 2016-05-14 | Auto merge of #33568 - nrc:save-json-2, r=pnkfelix | bors | -83/+536 |
| 2016-05-14 | Auto merge of #33563 - Amanieu:oncestate, r=alexcrichton | bors | -1/+1 |
| 2016-05-14 | Rollup merge of #33576 - soltanmm:vtable, r=nikomatsakis | Manish Goregaokar | -105/+235 |
| 2016-05-14 | Rollup merge of #33574 - michaelwoerister:collector-cleanup, r=nikomatsakis | Manish Goregaokar | -525/+634 |
| 2016-05-14 | Rollup merge of #33572 - nagisa:assoc-const-types, r=eddyb | Manish Goregaokar | -24/+26 |
| 2016-05-14 | Rollup merge of #33566 - dotdash:biased_switch, r=nagisa | Manish Goregaokar | -10/+26 |
| 2016-05-14 | Rollup merge of #33560 - eddyb:symtidy, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-05-14 | Rollup merge of #33555 - soltanmm:ambiguous-nixon, r=nikomatsakis | Manish Goregaokar | -57/+1 |
| 2016-05-14 | Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton | Manish Goregaokar | -43/+22 |
| 2016-05-14 | Rollup merge of #33552 - dotdash:scfg, r=luqmana | Manish Goregaokar | -59/+124 |
| 2016-05-14 | Rollup merge of #33544 - dotdash:baby_dont_break_me_no_more, r=Aatch | Manish Goregaokar | -119/+113 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -43/+50 |
| 2016-05-13 | Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc | bors | -1702/+1647 |
| 2016-05-13 | Auto merge of #33508 - alexcrichton:always-lower-frem, r=nikomatsakis | bors | -77/+2 |
| 2016-05-13 | save-analysis: make DefIds prettier | Nick Cameron | -25/+42 |
| 2016-05-13 | Auto merge of #33355 - luqmana:33202-repr-ice, r=nrc | bors | -3/+19 |
| 2016-05-13 | Make AtomicBool the same size as bool | Amanieu d'Antras | -58/+36 |
| 2016-05-13 | Allow repr attribute on single variant enum. | Luqman Aden | -3/+19 |
| 2016-05-13 | Auto merge of #33531 - antonblanchard:local_stage0_fix, r=alexcrichton | bors | -0/+8 |
| 2016-05-13 | Auto merge of #33513 - sanxiyn:tab-in-error, r=nikomatsakis | bors | -2/+32 |
| 2016-05-13 | Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1 | bors | -6/+42 |
| 2016-05-13 | Auto merge of #33596 - nikomatsakis:issue-33586-regr-assoc-type-path, r=eddyb | bors | -27/+98 |
| 2016-05-12 | Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc | bors | -45/+97 |
| 2016-05-13 | [MIR] Enhance the SimplifyCfg pass to merge consecutive blocks | Björn Steinbrink | -59/+124 |
| 2016-05-12 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -26/+182 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -8/+30 |
| 2016-05-12 | Improve derived implementations for enums with lots of fieldless variants | Björn Steinbrink | -7/+44 |
| 2016-05-12 | re-introduce a cache for ast-ty-to-ty | Niko Matsakis | -27/+98 |
| 2016-05-12 | Fix the sed invocation to also work with BSD sed. | Pavel Sountsov | -1/+1 |
| 2016-05-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -43/+22 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -23/+147 |
| 2016-05-12 | Auto merge of #33338 - birkenfeld:issue-25356, r=jseyfried | bors | -2/+11 |
| 2016-05-12 | Better handling of tab in error | Seo Sanghyeon | -2/+32 |
| 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 | Plumb inference obligations through selection | Masood Malekghassemi | -66/+126 |
| 2016-05-12 | Check the constants’ parameter environment | Simonas Kazlauskas | -1/+23 |
| 2016-05-11 | Don't mutate the inference context when assembling | Masood Malekghassemi | -1/+1 |
| 2016-05-11 | Add inferred obligation storage to all Vtable variants and SelectionContext | Masood Malekghassemi | -41/+111 |
| 2016-05-12 | Gen right parameter envirnoment for assoc consts | Simonas Kazlauskas | -20/+2 |
| 2016-05-12 | Do not use const Rib for associated constants | Simonas Kazlauskas | -3/+1 |
| 2016-05-11 | trans: Use CrateContext::empty_substs_for_def_id() instead of Substs::empty()... | Michael Woerister | -18/+48 |
| 2016-05-11 | save-analysis: give better text info in value fields | Nick Cameron | -35/+109 |
| 2016-05-11 | save-analysis: attempt number 2 at a JSON version | Nick Cameron | -61/+423 |
| 2016-05-11 | [MIR trans] Optimize trans for biased switches | Björn Steinbrink | -10/+26 |