| Age | Commit message (Expand) | Author | Lines |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -1/+1 |
| 2013-02-15 | libsyntax: Remove move as a keyword. | Luqman Aden | -2/+2 |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -130/+123 |
| 2013-02-14 | auto merge of #4941 : nickdesaulniers/rust/issue4524cleanup, r=catamorphism | bors | -9/+0 |
| 2013-02-14 | remove die definition and use in doc tests | Nick Desaulniers | -9/+0 |
| 2013-02-14 | auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism | bors | -10/+7 |
| 2013-02-14 | auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism | bors | -39/+64 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -26/+26 |
| 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 |