| Age | Commit message (Expand) | Author | Lines |
| 2015-08-29 | Handle gateage of built-in attributes seperately | Jonas Schievink | -117/+125 |
| 2015-08-28 | Rollup merge of #28033 - Manishearth:compilerexpn, r=eddyb | Manish Goregaokar | -64/+80 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -32/+33 |
| 2015-08-27 | Enumify CompilerExpansion in ExpnInfo | Manish Goregaokar | -53/+68 |
| 2015-08-26 | Rename FnKind variants and stop re-exporting them from the visit module. | Ms2ger | -27/+25 |
| 2015-08-24 | Remove #[start] as well as #[main] in --test | William Throwe | -9/+6 |
| 2015-08-24 | Move main removal to its own pass in --test mode | William Throwe | -39/+56 |
| 2015-08-24 | Mark main-like functions allow(dead_code) in tests | William Throwe | -15/+34 |
| 2015-08-24 | Move entry point identification logic to libsyntax | William Throwe | -0/+43 |
| 2015-08-24 | Auto merge of #27239 - apasel422:issue-19102, r=huonw | bors | -1/+7 |
| 2015-08-24 | Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix | bors | -7/+6 |
| 2015-08-24 | move def-id to rustc crate | Niko Matsakis | -38/+1 |
| 2015-08-22 | Auto merge of #27913 - birkenfeld:remove_suffix_len, r=alexcrichton | bors | -27/+0 |
| 2015-08-21 | Auto merge of #27613 - GSam:binop, r=nrc | bors | -3/+30 |
| 2015-08-20 | syntax: remove suffix_len methods from LitIntTypes | Georg Brandl | -27/+0 |
| 2015-08-19 | Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakis | bors | -46/+50 |
| 2015-08-17 | Clean up simd_cast translation. | Huon Wilson | -0/+24 |
| 2015-08-17 | Rename `simd_basics` feature gate to `repr_simd`. | Huon Wilson | -6/+3 |
| 2015-08-17 | Create "platform-intrinsic" ABI for SIMD/platform intrinsics. | Huon Wilson | -4/+15 |
| 2015-08-17 | feature gate `cfg(target_feature)`. | Huon Wilson | -23/+107 |
| 2015-08-17 | Implement `repr(simd)` as an alias for `#[simd]`. | Huon Wilson | -2/+25 |
| 2015-08-16 | FnFnBlock -> FkClosure | Manish Goregaokar | -5/+5 |
| 2015-08-16 | Impl Eq/PartialEq on FnKind, improve docs | Manish Goregaokar | -3/+2 |
| 2015-08-16 | Auto merge of #27818 - alexcrichton:tag-all-the-issues, r=aturon | bors | -5/+4 |
| 2015-08-16 | Auto merge of #27851 - nikomatsakis:cleanup-ty-decoder, r=eddyb | bors | -45/+11 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-15 | syntax: Require issues for unstable features | Alex Crichton | -4/+3 |
| 2015-08-15 | Slightly improved macro diagnostics + Indentation fixes | Jonas Schievink | -46/+50 |
| 2015-08-15 | Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichton | bors | -10/+1 |
| 2015-08-15 | Fix issue with for loop expansion | w00ns | -10/+1 |
| 2015-08-15 | Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichton | bors | -1/+1 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -45/+11 |
| 2015-08-15 | Fix span of invalid metavariable repetition | Jonas Schievink | -1/+1 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+4 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+13 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -8/+18 |
| 2015-08-12 | Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b... | Niko Matsakis | -0/+12 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -8/+18 |
| 2015-08-12 | Auto merge of #27691 - jonas-schievink:for-macro, r=alexcrichton | bors | -1/+1 |
| 2015-08-12 | Fix macro expansion in for loop pattern | Jonas Schievink | -1/+1 |
| 2015-08-11 | rollup merge of #27664: birkenfeld/patch-1 | Alex Crichton | -3/+3 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -3/+3 |
| 2015-08-11 | Auto merge of #27584 - TimNN:macro-eof-span, r=huonw | bors | -23/+24 |
| 2015-08-11 | syntax: fix use of "vector" for [x; n] literal and [x, y] patterns | Georg Brandl | -3/+3 |
| 2015-08-10 | syntax: Add a new unstable #[linked_from] attribute | Alex Crichton | -0/+5 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -1/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -1/+3 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -19/+65 |
| 2015-08-10 | add and use Span.substitute_dummy method | Tim Neumann | -17/+13 |