| Age | Commit message (Expand) | Author | Lines |
| 2014-12-15 | rollup merge of #19812: frewsxcv/expansion-include-enum | Brian Anderson | -0/+1 |
| 2014-12-15 | Resolve lifetimes in associated types | Seo Sanghyeon | -8/+11 |
| 2014-12-15 | auto merge of #19778 : aochagavia/rust/ice, r=alexcrichton | bors | -9/+10 |
| 2014-12-15 | auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton | bors | -1/+0 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -16/+40 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -13/+35 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -93/+78 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -141/+34 |
| 2014-12-14 | Adjust feature gates to allow for parenthetical notation to be used | Niko Matsakis | -13/+0 |
| 2014-12-14 | libsyntax: Output where clauses in pretty printer for structs. | Luqman Aden | -0/+1 |
| 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: convert `BytePos`/`CharPos` binops to by value | Jorge Aparicio | -0/+36 |
| 2014-12-13 | syntax/ast_util: add `is_by_value_binop()` | Jorge Aparicio | -0/+10 |
| 2014-12-13 | libsyntax: use tuple indexing | Jorge Aparicio | -10/+10 |
| 2014-12-13 | libsyntax: use unboxed closures | Jorge Aparicio | -245/+377 |
| 2014-12-13 | libsyntax: fix fallout | Jorge Aparicio | -2/+3 |
| 2014-12-13 | Expansion should explicitly include enum | Corey Farwell | -0/+1 |
| 2014-12-13 | Add `Copy` to bitflags-generated structures | Valerii Hiora | -1/+0 |
| 2014-12-12 | Fix #19734 (ICE) | Adolfo Ochagavía | -9/+10 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -65/+290 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -13/+6 |
| 2014-12-09 | rollup merge of #19598: japaric/ord | Alex Crichton | -4/+25 |
| 2014-12-09 | auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis | bors | -7/+182 |
| 2014-12-08 | Revert "Register new snapshots" | Alex Crichton | -3/+3 |
| 2014-12-08 | Add a feature opt `opt_out_copy` that allows people to revert to the older | Niko Matsakis | -0/+6 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -7/+176 |
| 2014-12-08 | auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichton | bors | -4/+30 |
| 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 | -45/+43 |
| 2014-12-07 | syntax: use UFCS in the expansion of `#[deriving(Ord)]` | Jorge Aparicio | -4/+25 |
| 2014-12-06 | libsyntax: remove unnecessary `to_string()` calls | Jorge Aparicio | -21/+21 |
| 2014-12-06 | libsyntax: remove unnecessary `as_slice()` calls | Jorge Aparicio | -24/+22 |
| 2014-12-07 | auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr | bors | -6/+17 |
| 2014-12-06 | Change from message to expected | Steven Fackler | -1/+1 |
| 2014-12-06 | Allow message specification for should_fail | Steven Fackler | -4/+30 |
| 2014-12-05 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -6/+17 |
| 2014-12-05 | rollup merge of #19494: P1start/better-expected | Corey Richardson | -68/+115 |
| 2014-12-05 | rollup merge of #19492: steveklabnik/remove_outdated_comment | Corey Richardson | -5/+1 |
| 2014-12-05 | rollup merge of #19480: cmr/es6-escape | Corey Richardson | -8/+95 |
| 2014-12-05 | rollup merge of #19472: nick29581/iflet | Corey Richardson | -16/+3 |
| 2014-12-05 | rollup merge of #19413: P1start/more-trailing-commas | Corey Richardson | -7/+7 |
| 2014-12-05 | rollup merge of #19387: jauhien/fix-expand_quote_ty | Corey Richardson | -2/+1 |
| 2014-12-04 | Modify libsyntax/diagnostics to not be so persnickety. The scheme | Niko Matsakis | -26/+11 |
| 2014-12-04 | Make the parser’s ‘expected <foo>, found <bar>’ errors more accurate | P1start | -68/+115 |
| 2014-12-03 | syntax: support ES6-style unicode escapes | Corey Richardson | -8/+95 |
| 2014-12-03 | Remove feature gates for `if let`, `while let`, and tuple indexing | Nick Cameron | -16/+3 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -0/+1 |