| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -223/+272 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -65/+120 |
| 2015-08-15 | rustc_unicode: Add issues for unstable features | Alex Crichton | -5/+9 |
| 2015-08-15 | libc,rand: Add issues for all unstable features | Alex Crichton | -3/+5 |
| 2015-08-15 | alloc: Add issues for all unstable features | Alex Crichton | -27/+44 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -101/+174 |
| 2015-08-15 | syntax: Require issues for unstable features | Alex Crichton | -4/+3 |
| 2015-08-15 | Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichton | bors | -60/+47 |
| 2015-08-15 | Auto merge of #27847 - birkenfeld:patch-3, r=sfackler | bors | -0/+2 |
| 2015-08-15 | Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichton | bors | -10/+20 |
| 2015-08-15 | Iterator::all() - document short-circuiting property parallel to any() | Georg Brandl | -0/+2 |
| 2015-08-15 | Improve 'unknown instrinsic' error message | Dylan McKay | -1/+1 |
| 2015-08-15 | Add extended diagnostics for E0248 | Alisdair Owens | -1/+19 |
| 2015-08-15 | Fix issue with for loop expansion | w00ns | -10/+20 |
| 2015-08-15 | Reduce rustc::trans's dependence on pointer width | Dylan McKay | -41/+32 |
| 2015-08-15 | Reduce libcore/liballoc's dependence on pointer sizes | Dylan McKay | -18/+14 |
| 2015-08-15 | Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichton | bors | -1/+20 |
| 2015-08-15 | Auto merge of #27825 - withoutboats:default_array, r=alexcrichton | bors | -0/+24 |
| 2015-08-15 | Auto merge of #27839 - gkoz:netbsd_ar, r=brson | bors | -1/+1 |
| 2015-08-14 | Auto merge of #27400 - alexcrichton:less-jemalloc, r=brson | bors | -634/+1266 |
| 2015-08-15 | Fix span of invalid metavariable repetition | Jonas Schievink | -1/+20 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -634/+1266 |
| 2015-08-14 | fixes #27124 for netbsd | Gleb Kozyrev | -1/+1 |
| 2015-08-14 | add diagnostics for E0221 | Alisdair Owens | -1/+36 |
| 2015-08-14 | Implemented Default for arrays up to [T; 32]. | Without Boats | -0/+24 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -651/+4732 |
| 2015-08-14 | Correct nits from @nrc | Niko Matsakis | -9/+8 |
| 2015-08-14 | Auto merge of #27822 - arielb1:inline-round-take-2, r=Gankro | bors | -0/+1 |
| 2015-08-14 | Auto merge of #27821 - dhuseby:manual_snapshots_1af31d4, r=alexcrichton | bors | -3/+3 |
| 2015-08-14 | Auto merge of #27816 - steveklabnik:for_chrisbot, r=alexcrichton | bors | -1/+1 |
| 2015-08-14 | Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brson | bors | -2/+21 |
| 2015-08-14 | Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichton | bors | -5/+15 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -15529/+1684 |
| 2015-08-13 | Fixes #27805 - adds missing snapshots for Bitrig and FreeBSD | Dave Huseby | -3/+3 |
| 2015-08-13 | Auto merge of #27758 - nathankleyn:diagnostics-386, r=Manishearth | bors | -1/+30 |
| 2015-08-13 | Fix broken link to Wilson | Steve Klabnik | -1/+1 |
| 2015-08-13 | Mark round_up_to_next as inline | arielb1 | -0/+1 |
| 2015-08-13 | Get `make check` working on MSVC | Alex Crichton | -2/+21 |
| 2015-08-13 | Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelix | bors | -18/+3828 |
| 2015-08-13 | Rename String::into_boxed_slice -> into_boxed_str | Ulrik Sverdrup | -5/+15 |
| 2015-08-13 | Improve interior mutability example for E0386. | Nathan Kleyn | -1/+2 |
| 2015-08-13 | Add details about types with interior mutability to E0386. | Nathan Kleyn | -0/+8 |
| 2015-08-13 | Add detailed diagnostics for E0386. | Nathan Kleyn | -1/+21 |
| 2015-08-13 | astconv.rs: extended ast_ty_to_ty debugging | Niko Matsakis | -2/+4 |
| 2015-08-13 | Rollup merge of #27757 - AlisdairO:diagnostics366, r=Manishearth | Manish Goregaokar | -2/+71 |
| 2015-08-13 | Rollup merge of #27699 - nathankleyn:diagnostics-383, r=Manishearth | Manish Goregaokar | -1/+21 |
| 2015-08-13 | Improve code examples for E0383 long diagnostic. | Nathan Kleyn | -10/+7 |
| 2015-08-13 | Add detailed diagnostics for E0383. | Nathan Kleyn | -1/+24 |
| 2015-08-13 | Auto merge of #27762 - alexcrichton:fix-libc, r=aturon | bors | -1/+12 |
| 2015-08-13 | Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichton | bors | -3/+10 |