| Age | Commit message (Expand) | Author | Lines |
| 2013-03-07 | librustc: Stop parsing `assert`. | Patrick Walton | -1/+0 |
| 2013-03-07 | librustc: Remove record patterns from the compiler | Patrick Walton | -9/+0 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -6/+0 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -1/+0 |
| 2013-03-03 | libsyntax: deny deprecated_self in libsyntax | Erick Tryzelaar | -2/+2 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -8/+0 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -35/+34 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -115/+124 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -108/+113 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -1/+2 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -30/+40 |
| 2013-02-27 | auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom... | bors | -16/+33 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -16/+33 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 |
| 2013-02-26 | libsyntax: add some explicit refs | Erick Tryzelaar | -6/+6 |
| 2013-02-25 | libsyntax: add some explicit copies | Erick Tryzelaar | -1/+1 |
| 2013-02-25 | libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free | Erick Tryzelaar | -384/+465 |
| 2013-02-25 | libsyntax: Convert ast::attribute_ to store a @meta_item | Erick Tryzelaar | -1/+1 |
| 2013-02-19 | libsyntax: make enum variants take refs | Erick Tryzelaar | -21/+23 |
| 2013-02-19 | syntax: fix the indentation of a function | Erick Tryzelaar | -36/+36 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -1/+1 |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -5/+10 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -1/+0 |
| 2013-01-31 | Workaround for #4717: pad contents of ast. rs=breakage | Niko Matsakis | -2/+3 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -20/+7 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -38/+19 |
| 2013-01-22 | Add is_mutbl field to arg | Seo Sanghyeon | -0/+1 |
| 2013-01-20 | convert the remaining ast record types into structs | Erick Tryzelaar | -44/+63 |
| 2013-01-20 | convert ast::{ty_field_,ty_method} into a struct | Erick Tryzelaar | -3/+7 |
| 2013-01-20 | convert ast::ty into a struct | Erick Tryzelaar | -1/+5 |
| 2013-01-20 | convert ast::expr into a struct | Erick Tryzelaar | -4/+6 |
| 2013-01-14 | convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs | Erick Tryzelaar | -11/+23 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -21/+29 |
| 2013-01-14 | convert ast::blk_ into a struct | Erick Tryzelaar | -5/+7 |
| 2013-01-14 | convert ast::crate_ into a struct. | Erick Tryzelaar | -4/+4 |
| 2013-01-14 | convert ast::attribute_ and ast::view_item to a struct | Erick Tryzelaar | -8/+14 |
| 2013-01-14 | convert ast::struct_field_ into a struct | Erick Tryzelaar | -10/+14 |
| 2013-01-14 | convert ast::struct_def to a struct | Erick Tryzelaar | -2/+2 |
| 2013-01-14 | convert ast::item into a struct | Erick Tryzelaar | -6/+6 |
| 2013-01-14 | convert ast::struct_dtor_ into a struct | Erick Tryzelaar | -4/+6 |
| 2013-01-14 | convert ast::foreign_item to a struct | Erick Tryzelaar | -15/+19 |
| 2013-01-14 | change ast::ty_param into a struct. | Erick Tryzelaar | -4/+4 |
| 2013-01-14 | Change ast::path into a struct. | Erick Tryzelaar | -4/+5 |
| 2013-01-10 | librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis | Patrick Walton | -1/+4 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -7/+11 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -51/+51 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |