| Age | Commit message (Expand) | Author | Lines |
| 2016-05-15 | Update libc to bring in updates for android's aarch64. | Nerijus Arlauskas | -0/+0 |
| 2016-05-15 | Auto merge of #33607 - jonas-schievink:prettier-mir, r=eddyb | bors | -26/+84 |
| 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 | Add all possible features (NEON, FP) to aarch64 android target. | Nerijus Arlauskas | -0/+3 |
| 2016-05-14 | Add missing "max_atomic_width" to new armv7 android target. | Nerijus Arlauskas | -0/+1 |
| 2016-05-14 | Remove "gnu" from "target_env" because it does not matter for android. | Nerijus Arlauskas | -3/+3 |
| 2016-05-14 | Auto merge of #33579 - Amanieu:atomic_bool2, r=alexcrichton | bors | -58/+36 |
| 2016-05-14 | test: clear deprecation warnings in tcp-stress | Luca Bruno | -7/+8 |
| 2016-05-14 | test: assert that all tcp-stress threads get spawned | Luca Bruno | -2/+7 |
| 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 | doc: 'tis the lang, not the reptile | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-14 | Add checks for `self: _` and `self: &_` | Vadim Petrochenkov | -0/+28 |
| 2016-05-14 | doc: improve output | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -431/+196 |
| 2016-05-14 | syntax: Refactor parsing of method declarations | Vadim Petrochenkov | -205/+206 |
| 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-14 | doc: this statement does not have an effect | Tshepang Lekhonkhobe | -2/+0 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -43/+50 |
| 2016-05-13 | rewrite fuzzy `on_unimplemented` matching to avoid ICEs | Ariel Ben-Yehuda | -245/+33 |
| 2016-05-13 | address review comments | Ariel Ben-Yehuda | -62/+90 |
| 2016-05-13 | add cycle-reporting logic | Ariel Ben-Yehuda | -89/+151 |
| 2016-05-13 | rewrite obligation forest. cycles still handled incorrectly. | Ariel Ben-Yehuda | -748/+617 |
| 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 | check check-ui and check-incremental in check | Niko Matsakis | -0/+2 |
| 2016-05-13 | modify rust-build to support incremental, ui tests | Niko Matsakis | -0/+12 |
| 2016-05-13 | dump outputs, diff on UI test failure | Niko Matsakis | -14/+98 |
| 2016-05-13 | add UI testing framework | Niko Matsakis | -1/+223 |
| 2016-05-13 | Indent comments less | Jonas Schievink | -1/+1 |
| 2016-05-13 | Much smaller scope tree printing | Jonas Schievink | -9/+34 |
| 2016-05-13 | Address nit | Jonathan Turner | -1/+1 |
| 2016-05-13 | mir: always allow &mut [...] in static mut regardless of the array length. | Eduard Burtescu | -3/+4 |
| 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 | Updated based on CR feedback. | Val Vanderschaegen | -3/+3 |
| 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 | Update span_label call to new api | Jonathan Turner | -2/+2 |
| 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 |