| Age | Commit message (Expand) | Author | Lines |
| 2015-09-08 | Auto merge of #28291 - nrc:shr_span_fix, r=sfackler | bors | -1/+1 |
| 2015-09-08 | Fix span bug with >> and type bindings | Nick Cameron | -1/+1 |
| 2015-09-08 | Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton | bors | -92/+127 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -92/+127 |
| 2015-09-07 | Auto merge of #28175 - christopherdumas:master, r=nrc | bors | -2/+1 |
| 2015-09-06 | functional structure update syntax -> structure update syntax | christopherdumas | -2/+1 |
| 2015-09-06 | add MIR code (unused thus far) | Niko Matsakis | -3/+10 |
| 2015-09-04 | Auto merge of #28034 - alexcrichton:new-lines, r=aturon | bors | -1/+1 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -1/+1 |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -12/+21 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -23/+23 |
| 2015-09-03 | Use proper span for break and continue labels | Simonas Kazlauskas | -12/+21 |
| 2015-09-02 | Auto merge of #28138 - nrc:hir, r=nikomatsakis | bors | -41/+5 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -41/+5 |
| 2015-09-02 | Auto merge of #28117 - marcusklaas:continue-break, r=alexcrichton | bors | -2/+2 |
| 2015-09-02 | Fix overly long spans for break and continue | Marcus Klaas | -2/+2 |
| 2015-09-01 | Auto merge of #28137 - nrc:remove-non-multi, r=huonw | bors | -151/+2 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -151/+2 |
| 2015-08-31 | Closures are not generated code. | Nick Cameron | -6/+1 |
| 2015-08-31 | Auto merge of #28007 - Ms2ger:FnKind, r=nrc | bors | -27/+25 |
| 2015-08-30 | Auto merge of #28106 - marcusklaas:continue, r=eddyb | bors | -1/+0 |
| 2015-08-30 | Assign correct span to continue expression | Marcus Klaas | -1/+0 |
| 2015-08-30 | Make a macro a const fn and remove outdated NB | Tobias Bucher | -2/+0 |
| 2015-08-29 | Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonw | bors | -117/+125 |
| 2015-08-29 | Allow #[derive()] to generate unsafe trait impls | Michael Layzell | -1/+23 |
| 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 |