| Age | Commit message (Expand) | Author | Lines |
| 2014-12-19 | ack parser.parse_ty change in quote_ty! (+ test) | Mathieu Poumeyrol | -2/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -94/+95 |
| 2014-12-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-12-17 | rollup merge of #19831: luqmana/deriving-where | Alex Crichton | -5/+25 |
| 2014-12-17 | rollup merge of #19755: alexcrichton/rust-serialize | Alex Crichton | -2/+22 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -2/+2 |
| 2014-12-15 | auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis | bors | -0/+24 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -2/+2 |
| 2014-12-15 | rollup merge of #19812: frewsxcv/expansion-include-enum | Brian Anderson | -0/+1 |
| 2014-12-15 | auto merge of #19778 : aochagavia/rust/ice, r=alexcrichton | bors | -9/+10 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -1/+2 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -2/+2 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -18/+0 |
| 2014-12-14 | libsyntax: Make deriving also respect where bounds. | Luqman Aden | -5/+25 |
| 2014-12-13 | rustc: Start the deprecation of libserialize | Alex Crichton | -2/+22 |
| 2014-12-13 | libsyntax: convert `LockstepIterSize` binops to by value | Jorge Aparicio | -0/+24 |
| 2014-12-13 | libsyntax: use unboxed closures | Jorge Aparicio | -120/+165 |
| 2014-12-13 | libsyntax: fix fallout | Jorge Aparicio | -1/+1 |
| 2014-12-13 | Expansion should explicitly include enum | Corey Farwell | -0/+1 |
| 2014-12-12 | Fix #19734 (ICE) | Adolfo OchagavĂa | -9/+10 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -9/+16 |
| 2014-12-09 | rollup merge of #19598: japaric/ord | Alex Crichton | -4/+25 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -4/+10 |
| 2014-12-08 | core: make the public fmt API completely safe. | Eduard Burtescu | -25/+8 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -1/+1 |
| 2014-12-07 | syntax: use UFCS in the expansion of `#[deriving(Ord)]` | Jorge Aparicio | -4/+25 |
| 2014-12-06 | libsyntax: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -6/+17 |
| 2014-12-05 | rollup merge of #19387: jauhien/fix-expand_quote_ty | Corey Richardson | -2/+1 |
| 2014-12-03 | Replace `equiv` method calls with `==` operator sugar | Jorge Aparicio | -4/+4 |
| 2014-11-30 | auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichton | bors | -1/+1 |
| 2014-11-30 | Adjust some error messages to start with a lowercase letter and not finish wi... | P1start | -1/+1 |
| 2014-11-30 | syntax: Make `asm!` clobbers a proper vector. | Kang Seonghoon | -7/+3 |
| 2014-11-29 | Fix rustc panic on second compile_input | Murarth | -0/+10 |
| 2014-11-29 | fix expand_quote_ty function as parse_ty was changed and needs no arguments now | Jauhien Piatlicki | -2/+1 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -17/+7 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -17/+7 |
| 2014-11-26 | Test fixes and rebase conflicts | Alex Crichton | -6/+6 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -14/+21 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -10/+6 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -2/+2 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -14/+21 |
| 2014-11-26 | auto merge of #19262 : murarth/rust/module-path-fix, r=jakub- | bors | -2/+9 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -10/+6 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2014-11-24 | Fixed "::::" appearing in module_path!() | Murarth | -2/+9 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -21/+7 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -2/+2 |
| 2014-11-20 | auto merge of #19071 : huonw/rust/col2column, r=nikomatsakis | bors | -5/+5 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -5/+6 |