| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #33355 - luqmana:33202-repr-ice, r=nrc | bors | -3/+19 |
| 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 | 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 | [MIR trans] Optimize trans for biased switches | Björn Steinbrink | -10/+26 |
| 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 |