| Age | Commit message (Expand) | Author | Lines |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -6/+6 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -2/+2 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -1/+1 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -1/+1 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -34/+13 |
| 2014-11-16 | rollup merge of #18948: barosl/doc-encodable-fix | Jakub Bukaj | -31/+40 |
| 2014-11-15 | auto merge of #18922 : japaric/rust/for, r=jakub- | bors | -2/+2 |
| 2014-11-15 | Improve examples for syntax::ext::deriving::encodable | Barosl Lee | -31/+40 |
| 2014-11-13 | auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelix | bors | -25/+17 |
| 2014-11-13 | fix "warning: deprecated syntax, use `for` keyword now" | Jorge Aparicio | -2/+2 |
| 2014-11-09 | Fix ICEs that involved quasi-quotation | Piotr Czarnecki | -25/+17 |
| 2014-11-09 | auto merge of #18755 : japaric/rust/ord, r=alexcrichton | bors | -10/+31 |
| 2014-11-07 | Update Partial/Total Eq/Ord terminology | Jorge Aparicio | -7/+7 |
| 2014-11-07 | syntax: Use UFCS in the expansion of `#[deriving(PartialOrd)]` | Jorge Aparicio | -4/+25 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -6/+13 |
| 2014-11-07 | auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix | bors | -245/+367 |
| 2014-11-07 | Add `ast::SequenceRepetition` | Piotr Czarnecki | -50/+78 |
| 2014-11-06 | rollup merge of #18630 : nikomatsakis/purge-the-bars | Alex Crichton | -7/+6 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -6/+6 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -7/+6 |
| 2014-11-05 | Use operator sugar in the expansion of `#[deriving(PartialEq)]` | Jorge Aparicio | -5/+31 |
| 2014-11-05 | Workaround to have doc comments desugared only in macros | Piotr Czarnecki | -7/+18 |
| 2014-11-05 | Remove `Matcher`s | Piotr Czarnecki | -17/+19 |
| 2014-11-05 | Use `TokenTree`s in lhs of macros | Piotr Czarnecki | -218/+299 |
| 2014-11-03 | rollup merge of #18578 : japaric/clone | Alex Crichton | -3/+11 |
| 2014-11-03 | syntax: Use UFCS in the expansion of `#[deriving(Clone)]` | Jorge Aparicio | -3/+11 |
| 2014-11-03 | rollup merge of #18132 : P1start/more-help | Alex Crichton | -2/+2 |
| 2014-11-03 | Test fixes and rebase conflicts | Alex Crichton | -0/+4 |
| 2014-11-03 | rollup merge of #18537 : japaric/no-secret | Alex Crichton | -18/+19 |
| 2014-11-03 | rollup merge of #18519 : Gankro/collect-smash | Alex Crichton | -1/+1 |
| 2014-11-03 | rollup merge of #18470 : alexcrichton/dash-l | Alex Crichton | -21/+37 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-11-02 | syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!` | Jorge Aparicio | -18/+19 |
| 2014-11-02 | Convert some notes to help messages | P1start | -2/+2 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -3/+3 |
| 2014-10-30 | rustc: Implement -l and include! tweaks | Alex Crichton | -21/+37 |
| 2014-10-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -9/+7 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -9/+7 |
| 2014-10-30 | Use common variants for open and close delimiters | Brendan Zabarauskas | -31/+34 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -14/+14 |
| 2014-10-28 | Move token-to-string functions into print::pprust | Brendan Zabarauskas | -2/+3 |
| 2014-10-28 | Use an enum rather than a bool in token::Ident | Brendan Zabarauskas | -2/+7 |
| 2014-10-28 | Convert some token functions into methods | Brendan Zabarauskas | -5/+4 |
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -133/+133 |
| 2014-10-27 | rollup merge of #18362 : kevinmehall/pprint-struct-pat-shorthand | Alex Crichton | -1/+1 |
| 2014-10-27 | Preserve struct field pattern shorthand in the prettyprinter. | Kevin Mehall | -1/+1 |
| 2014-10-26 | Add a KleeneOp enum for clarity | Brendan Zabarauskas | -7/+8 |
| 2014-10-26 | Reduce the size of the TokenTree | Brendan Zabarauskas | -6/+15 |
| 2014-10-26 | Use standard capitalisation for TokenTree variants | Brendan Zabarauskas | -27/+27 |