| Age | Commit message (Expand) | Author | Lines |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+14 |
| 2014-12-06 | libsyntax: remove unnecessary `to_string()` calls | Jorge Aparicio | -3/+3 |
| 2014-12-06 | libsyntax: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-01 | auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie | bors | -27/+16 |
| 2014-11-30 | syntax: Make `asm!` clobbers a proper vector. | Kang Seonghoon | -1/+5 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -27/+16 |
| 2014-11-26 | rollup merge of #19326: huonw/safer-syntax | Alex Crichton | -1/+1 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -20/+6 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -1/+1 |
| 2014-11-26 | Implement the new parsing rules for types in the parser, modifying the AST ap... | Niko Matsakis | -8/+16 |
| 2014-11-26 | Make syntax::owned_slice a Box<[T]> wrapper. | Huon Wilson | -1/+1 |
| 2014-11-23 | rollup merge of #19215: aochagavia/pretty | Jakub Bukaj | -21/+16 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -16/+2 |
| 2014-11-22 | Fix pretty printing unsafe match arms | Adolfo OchagavĂa | -21/+16 |
| 2014-11-21 | core: Convert Char::escape_default, escape_unicode to iterators | Brian Anderson | -1/+3 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -43/+4 |
| 2014-11-19 | rollup merge of #19103: huonw/literal-suffixes | Jakub Bukaj | -12/+22 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -43/+4 |
| 2014-11-20 | Parse and store suffixes on literals. | Huon Wilson | -12/+22 |
| 2014-11-19 | Refactor QPath to take an ast::TraitRef | Niko Matsakis | -2/+2 |
| 2014-11-19 | Switch to an independent enum for `Lit*` subtokens. | Huon Wilson | -12/+12 |
| 2014-11-18 | Convert TyPolyTraitRef to accept arbitary bounds, so that things like | Niko Matsakis | -2/+2 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -5/+5 |
| 2014-11-18 | rollup merge of #18911: canndrew/slice_shift_char | Jakub Bukaj | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+6 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -1/+1 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -47/+55 |
| 2014-11-07 | Purge the old `once_fns`, which are not coming back | Niko Matsakis | -9/+0 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -13/+18 |
| 2014-11-07 | auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix | bors | -16/+13 |
| 2014-11-07 | Add `ast::SequenceRepetition` | Piotr Czarnecki | -4/+4 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -50/+6 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -11/+45 |
| 2014-11-05 | Remove `Matcher`s | Piotr Czarnecki | -1/+0 |
| 2014-11-05 | Use `TokenTree`s in lhs of macros | Piotr Czarnecki | -12/+10 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -3/+8 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -19/+25 |
| 2014-11-03 | Restructure AST so that the associated type definition carries | Niko Matsakis | -19/+25 |
| 2014-11-03 | Clean-up transmutes in libsyntax | Ariel Ben-Yehuda | -8/+5 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -15/+14 |
| 2014-10-30 | rollup merge of #18430 : bjz/token | Alex Crichton | -10/+9 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -15/+14 |
| 2014-10-30 | Use common variants for open and close delimiters | Brendan Zabarauskas | -10/+9 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -4/+4 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-28 | Move token-to-string functions into print::pprust | Brendan Zabarauskas | -6/+101 |
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -1/+1 |
| 2014-10-27 | rollup merge of #18362 : kevinmehall/pprint-struct-pat-shorthand | Alex Crichton | -2/+4 |
| 2014-10-27 | rollup merge of #18256 : SimonSapin/view_item_to_string | Alex Crichton | -0/+4 |