| Age | Commit message (Expand) | Author | Lines |
| 2015-10-25 | libsyntax: better error for lifetimes in patterns | Kevin Butler | -0/+4 |
| 2015-10-23 | Auto merge of #29242 - matklad:fix-comment, r=alexcrichton | bors | -2/+15 |
| 2015-10-23 | parser: fix erroneous comment | Aleksey Kladov | -2/+15 |
| 2015-10-20 | Auto merge of #29148 - petrochenkov:noshow, r=alexcrichton | bors | -5/+3 |
| 2015-10-20 | Auto merge of #29152 - petrochenkov:derstab, r=alexcrichton | bors | -1/+1 |
| 2015-10-19 | Generate stability attributes for derived impls | Vadim Petrochenkov | -1/+1 |
| 2015-10-18 | Remove #[derive(Show)] | Vadim Petrochenkov | -5/+3 |
| 2015-10-18 | Fix span for pattern literals | Marcus Klaas | -2/+2 |
| 2015-10-17 | Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichton | bors | -5/+8 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -125/+173 |
| 2015-10-16 | Provide span for visit_enum_def | Vadim Petrochenkov | -5/+8 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -105/+2 |
| 2015-10-14 | Auto merge of #28827 - thepowersgang:unsafe-const-fn-2, r=Aatch | bors | -3/+8 |
| 2015-10-13 | Comment on the purpose(s) of NodeId in VariantData | Vadim Petrochenkov | -0/+11 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -72/+57 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -59/+104 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -56/+56 |
| 2015-10-13 | Test and gate empty structures and variants better | Vadim Petrochenkov | -26/+21 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -22/+8 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -29/+16 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -40/+46 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -156/+70 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -125/+173 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -105/+2 |
| 2015-10-10 | Auto merge of #28932 - barosl:empty-comment, r=alexcrichton | bors | -2/+3 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+9 |
| 2015-10-10 | Prevent `/**/` from being parsed as a doc comment | Barosl Lee | -2/+3 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -444/+91 |
| 2015-10-09 | Auto merge of #28919 - huonw:placement-tracking-issue, r=alexcrichton | bors | -2/+2 |
| 2015-10-09 | Point `placement_in_syntax`/`box_syntax` lang features at tracking issue #27779. | Huon Wilson | -2/+2 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -49/+13 |
| 2015-10-09 | Cache ids between lowering runs | Nick Cameron | -0/+1 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -15/+72 |
| 2015-10-09 | Fix stability | Nick Cameron | -2/+2 |
| 2015-10-09 | Move placement in desugaring to lowering | Nick Cameron | -154/+3 |
| 2015-10-09 | if let and while let | Nick Cameron | -140/+4 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -94/+6 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -5/+4 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -4/+4 |
| 2015-10-06 | Non-parametric dropck; instead trust an unsafe attribute (RFC 1238). | Felix S. Klock II | -0/+9 |
| 2015-10-06 | Add comment for the use of Ident in hash map in mtwt | Vadim Petrochenkov | -0/+2 |
| 2015-10-03 | Implement original version of RFC#1245 | John Hodge | -3/+8 |
| 2015-10-03 | libsyntax: Do not derive Hash for Ident | Vadim Petrochenkov | -15/+29 |
| 2015-10-03 | Auto merge of #28672 - sanxiyn:const-eval-span, r=alexcrichton | bors | -1/+5 |
| 2015-10-03 | Add a method to test span containment | Seo Sanghyeon | -1/+5 |
| 2015-10-03 | Check attribute usage | Seo Sanghyeon | -1/+0 |
| 2015-10-02 | Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton | bors | -25/+24 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -25/+24 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -2/+2 |
| 2015-10-01 | Auto merge of #28577 - jethrogb:topic/ast-stmt-debug, r=pcwalton | bors | -7/+10 |