| Age | Commit message (Expand) | Author | Lines |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -87/+87 |
| 2015-11-10 | Auto merge of #29725 - aturon:lang-features, r=huonw | bors | -45/+59 |
| 2015-11-10 | Auto merge of #29714 - petrochenkov:strparse, r=nrc | bors | -46/+37 |
| 2015-11-10 | Use lifetime elision | Seo Sanghyeon | -10/+10 |
| 2015-11-10 | Use deref coercions | Seo Sanghyeon | -20/+20 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -5/+8 |
| 2015-11-09 | Use enum ParsePub instead of bool in field parsing + typo | Vadim Petrochenkov | -13/+26 |
| 2015-11-09 | Improve error message | Vadim Petrochenkov | -0/+2 |
| 2015-11-09 | syntax: Use `let _` in #[derive(Debug)] | Alex Crichton | -4/+21 |
| 2015-11-09 | Tag feature gates with issues | Aaron Turon | -45/+59 |
| 2015-11-09 | syntax: Merge parsing code for structures and variants | Vadim Petrochenkov | -44/+20 |
| 2015-11-06 | Auto merge of #29582 - oli-obk:token_tree, r=sfackler | bors | -204/+214 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -204/+214 |
| 2015-11-06 | Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton | bors | -4/+2 |
| 2015-11-05 | Auto merge of #29565 - sfackler:issue-29540, r=huonw | bors | -24/+35 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -4/+2 |
| 2015-11-05 | Auto merge of #28887 - steveklabnik:gh28851, r=alexcrichton | bors | -5/+6 |
| 2015-11-05 | Improve error message for char literals | Steve Klabnik | -5/+6 |
| 2015-11-03 | Don't chain method calls in #[derive(Debug)] | Steven Fackler | -24/+35 |
| 2015-11-03 | Allow indirect operands to be used as inputs for inline asm | Amanieu d'Antras | -2/+2 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -177/+161 |
| 2015-11-02 | Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton | bors | -0/+6 |
| 2015-11-01 | Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichton | bors | -3/+3 |
| 2015-11-01 | Add code formatting on PatVec docs | Manish Goregaokar | -2/+2 |
| 2015-11-01 | Fix PatEnum docs | Manish Goregaokar | -1/+1 |
| 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 |