| Age | Commit message (Expand) | Author | Lines |
| 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 | convert tydecode to use a closure for def-id conversion and | Niko Matsakis | -259/+142 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -126/+157 |
| 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 | be more robust to bogus items in struct patterns/constructors | Ariel Ben-Yehuda | -115/+99 |
| 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 |
| 2015-08-13 | Auto merge of #27789 - chriskrycho:remove_pandoc_references, r=steveklabnik | bors | -13/+4 |
| 2015-08-12 | doc/readme: replace references to Pandoc with rustdoc. | Chris Krycho | -13/+4 |
| 2015-08-13 | Auto merge of #27763 - wthrowe:debug-docs, r=alexcrichton | bors | -3/+3 |
| 2015-08-12 | expr_use_visitor: Remove FIXME that is no longer needed (and in fact | Niko Matsakis | -1/+0 |
| 2015-08-12 | add regression test for #27592. Fixes #27592. | Niko Matsakis | -0/+29 |
| 2015-08-13 | Auto merge of #27652 - alex-ozdemir:iter, r=bluss | bors | -0/+215 |
| 2015-08-12 | Correct debug! documentation | William Throwe | -3/+3 |
| 2015-08-12 | Auto merge of #27698 - arielb1:foreign-type-import, r=alexcrichton | bors | -0/+33 |
| 2015-08-12 | libc: Fix backcompat with crates.io version | Alex Crichton | -1/+12 |
| 2015-08-12 | regionck.rs: experimentally adopt a more conservative strategy for | Niko Matsakis | -106/+73 |
| 2015-08-12 | ty.rs: document/cleanup required_region_bounds a bit | Niko Matsakis | -7/+8 |
| 2015-08-12 | regionck.rs: add a delayed_span_bug call to validate an asserrtion | Niko Matsakis | -1/+4 |
| 2015-08-12 | outlives.rs: correct typo | Niko Matsakis | -2/+2 |