| Age | Commit message (Expand) | Author | Lines |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -28/+13 |
| 2015-10-29 | Auto merge of #29441 - Ryman:match_refactor_msg, r=alexcrichton | bors | -1/+7 |
| 2015-10-29 | Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton | bors | -0/+2 |
| 2015-10-28 | libsyntax: improve error message when a statement is prefixed with a match ke... | Kevin Butler | -1/+7 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -0/+2 |
| 2015-10-28 | Make quote plugin use parsing functions which explicitly panic. | Eli Friedman | -14/+18 |
| 2015-10-27 | Update libsyntax tests. | Eli Friedman | -15/+13 |
| 2015-10-27 | Make fatal errors more consistent. | Eli Friedman | -15/+11 |
| 2015-10-27 | Start pushing panics outward in lexer. | Eli Friedman | -34/+38 |
| 2015-10-27 | Don't panic for fatal errors in attribute parsing. | Eli Friedman | -54/+56 |
| 2015-10-27 | Delete unnecessary ParserAttr trait. | Eli Friedman | -25/+4 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -25/+26 |
| 2015-10-27 | Add tests for newly introduced syntax | Simonas Kazlauskas | -3/+5 |
| 2015-10-27 | Fix restrictions when parsing rhs of equalities | Simonas Kazlauskas | -8/+39 |
| 2015-10-27 | Fix prefix range expressions being not parsed | Simonas Kazlauskas | -74/+77 |
| 2015-10-27 | Generalise associative operator parsing | Simonas Kazlauskas | -157/+332 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -11/+16 |
| 2015-10-26 | Auto merge of #29287 - Ryman:fn_nopat, r=alexcrichton | bors | -15/+13 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -73/+47 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -4/+1 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -73/+47 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -11/+16 |
| 2015-10-25 | rustc_privacy: Expand public node set, build exported node set more correctly | Vadim Petrochenkov | -0/+6 |
| 2015-10-25 | libsyntax: Consolidate branch to benefit from exhaustive checking instead of ... | Kevin Butler | -6/+6 |
| 2015-10-25 | libsyntax: remove panics from Parser::parse_pat_nopanic | Kevin Butler | -9/+3 |
| 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 |