| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -23/+23 |
| 2013-02-01 | Fix breakage | Brian Anderson | -2/+2 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -47/+45 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -47/+45 |
| 2013-01-31 | cleanup for make check | John Clements | -3/+3 |
| 2013-01-31 | more cleanup | John Clements | -59/+69 |
| 2013-01-31 | test cases, cleanup | John Clements | -178/+318 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -44/+44 |
| 2013-01-31 | Workaround for #4717: pad contents of ast. rs=breakage | Niko Matsakis | -6/+11 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -231/+103 |
| 2013-01-30 | Fix RIMOV damage to libsyntax | Ben Striegel | -7/+7 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 8 | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 7 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 6. | Ben Striegel | -2/+2 |