| Age | Commit message (Expand) | Author | Lines |
| 2013-02-14 | Remove DVec from syntax::parse | Seo Sanghyeon | -10/+7 |
| 2013-02-13 | auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism | bors | -544/+236 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -47/+47 |
| 2013-02-13 | cleanup, fix test case | John Clements | -4/+12 |
| 2013-02-13 | libsyntax: Pretty print using the new impl syntax. r=brson | Patrick Walton | -2/+4 |
| 2013-02-13 | add test case | John Clements | -1/+30 |
| 2013-02-13 | deriving_eq for tokens and binops | John Clements | -6/+1 |
| 2013-02-13 | finish deriving_eq in ast | John Clements | -11/+2 |
| 2013-02-13 | deriving-eq all over ast | John Clements | -502/+81 |
| 2013-02-13 | @mut fix | John Clements | -3/+3 |
| 2013-02-13 | Commenting, test cases, cleanup | John Clements | -28/+118 |
| 2013-02-13 | auto merge of #4840 : jbclements/rust/add-json-enum-encoding, r=catamorphism | bors | -11/+162 |
| 2013-02-13 | retabbing | John Clements | -59/+60 |
| 2013-02-13 | libsyntax: don't parse ////, /***/ as doc comments | Kang Seonghoon | -39/+64 |
| 2013-02-12 | added rather elaborate test framework | John Clements | -17/+126 |
| 2013-02-11 | Fix license block | Brian Anderson | -2/+2 |
| 2013-02-11 | Update copyright years | Mikko Perttunen | -1/+1 |
| 2013-02-11 | Use topmost span for macro expansion location. Fixes behaviour of file!, line... | Mikko Perttunen | -7/+28 |
| 2013-02-09 | auto merge of #4861 : sethpink/rust/incoming, r=catamorphism | bors | -52/+24 |
| 2013-02-09 | auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism | bors | -14/+12 |
| 2013-02-09 | tidy | John Clements | -5/+7 |
| 2013-02-09 | fix typos in sample code, add enum to json encoder, add test case | John Clements | -11/+50 |
| 2013-02-09 | Issue #4830 fix | Seth Pink | -52/+24 |
| 2013-02-08 | libsyntax/attr.rs: switch from oldmap to LinearSet | Daniel Micay | -5/+3 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -10/+10 |
| 2013-02-09 | Added related FIXME for 3260 | Matthijs Hofstra | -1/+1 |
| 2013-02-09 | Fix for issue 2174 | Matthijs Hofstra | -4/+16 |
| 2013-02-08 | Add and lex LIFETIME tokens | Niko Matsakis | -22/+90 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -567/+596 |
| 2013-02-07 | auto merge of #4791 : jbclements/rust/demodeing-and-deGCing, r=jbclements,brson | bors | -67/+70 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -170/+243 |
| 2013-02-06 | libsyntax: no binary/hex float literals | Kang Seonghoon | -0/+7 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -10/+10 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -10/+10 |
| 2013-02-05 | Merge branch 'incoming' into removing | Tim Chevalier | -10/+10 |
| 2013-02-04 | lines too long | John Clements | -11/+12 |
| 2013-02-04 | demodeing, un-gc-ing | John Clements | -70/+72 |
| 2013-02-04 | core/syntax: Staging fixes | Tim Chevalier | -28/+0 |
| 2013-02-04 | auto merge of pull req #4777 from thestinger/rust, r=graydon | bors | -10/+10 |
| 2013-02-04 | syntax: Make the pipe compiler stop generating set_buffer_ calls | Tim Chevalier | -2/+2 |
| 2013-02-04 | core/syntax: Add transitional code for pipes | Tim Chevalier | -0/+28 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -13/+13 |
| 2013-02-04 | Merge pull request #4684 from erickt/incoming | Brian Anderson | -12/+12 |
| 2013-02-04 | libsyntax: Add explicit self to ast_util. rs=explicit-selfing | Patrick Walton | -22/+22 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -12/+12 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -10/+10 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -29/+29 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -7/+7 |
| 2013-02-03 | oldmap: get rid of the legacy each_key method | Daniel Micay | -3/+3 |
| 2013-02-03 | oldmap: get rid of the legacy contains_key method | Daniel Micay | -3/+3 |