| Age | Commit message (Expand) | Author | Lines |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -2/+5 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -2/+5 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -52/+76 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -39/+63 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the printer | Erick Tryzelaar | -25/+26 |
| 2013-02-26 | libsyntax: change token::to_str to take &Token | Erick Tryzelaar | -2/+2 |
| 2013-02-25 | libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free | Erick Tryzelaar | -34/+34 |
| 2013-02-25 | libsyntax: Convert ast::attribute_ to store a @meta_item | Erick Tryzelaar | -1/+1 |
| 2013-02-21 | Get rid of structural records in libsyntax and the last bit in librustc. | Luqman Aden | -16/+42 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-19 | auto merge of #4999 : erickt/rust/incoming, r=brson | bors | -22/+40 |
| 2013-02-19 | convert ast::meta_items to take @~strs | Erick Tryzelaar | -3/+3 |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -4/+4 |
| 2013-02-19 | libsyntax: make enum variants take refs | Erick Tryzelaar | -17/+35 |
| 2013-02-19 | auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon | bors | -0/+9 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -0/+3 |
| 2013-02-17 | libsyntax: Update view_item_use/import to reflect actual usage | Luqman Aden | -2/+2 |
| 2013-02-17 | syntax: Allow 1-tuple expressions | Tim Chevalier | -0/+6 |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -3/+3 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -9/+9 |
| 2013-02-13 | libsyntax: Pretty print using the new impl syntax. r=brson | Patrick Walton | -2/+4 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -247/+251 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -54/+56 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -9/+9 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -5/+5 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -7/+0 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -7/+0 |
| 2013-01-31 | test cases, cleanup | John Clements | -6/+7 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -9/+9 |
| 2013-01-31 | Workaround for #4717: pad contents of ast. rs=breakage | Niko Matsakis | -1/+1 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -33/+14 |
| 2013-01-30 | Fix RIMOV damage to libsyntax | Ben Striegel | -5/+5 |
| 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 3 | Ben Striegel | -3/+3 |
| 2013-01-30 | librustc: Remove legacy exports from the language. r=brson | Patrick Walton | -17/+12 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -210/+229 |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deëxporting | Patrick Walton | -3/+3 |
| 2013-01-28 | syntax: Don't add an extra space before the last comma... | Tim Chevalier | -1/+0 |
| 2013-01-24 | replace ConstVector trait with the Container trait | Daniel Micay | -8/+8 |
| 2013-01-24 | unit test cases now pass, added a few to the interner | John Clements | -27/+50 |
| 2013-01-23 | cleaning up, adding tests | John Clements | -5/+5 |
| 2013-01-23 | libsyntax: Implement the `+` syntax for multiple trait bounds. r=tjc | Patrick Walton | -0/+7 |
| 2013-01-23 | Merge pull request #4596 from Trinick/tomutrename | Tim Chevalier | -3/+3 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -3/+3 |
| 2013-01-22 | syntax: Pretty-print `mut` qualifiers on args | Tim Chevalier | -1/+4 |
| 2013-01-10 | librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis | Patrick Walton | -3/+6 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -2/+5 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -1/+2 |