| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -24/+23 |
| 2013-03-22 | syntax: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-11 | Implement vector destructuring from tail | Seo Sanghyeon | -4/+7 |
| 2013-03-07 | librustc: Remove record patterns from the compiler | Patrick Walton | -1/+1 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -1/+1 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -53/+22 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+1 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -1/+1 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -15/+28 |
| 2013-02-27 | auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom... | bors | -16/+29 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -16/+29 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -2/+2 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -2/+2 |
| 2013-02-25 | libsyntax: add some explicit copies | Erick Tryzelaar | -2/+2 |
| 2013-02-25 | libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free | Erick Tryzelaar | -10/+10 |
| 2013-02-25 | libsyntax: convert visit to pass ty_params by reference | Erick Tryzelaar | -23/+22 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -2/+2 |
| 2013-02-19 | libsyntax: make enum variants take refs | Erick Tryzelaar | -2/+2 |
| 2013-02-17 | libsyntax: Update view_item_use/import to reflect actual usage | Luqman Aden | -2/+2 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -3/+3 |
| 2013-02-04 | libsyntax: Add explicit self to ast_util. rs=explicit-selfing | Patrick Walton | -22/+22 |
| 2013-01-31 | test cases, cleanup | John Clements | -23/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -3/+3 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -6/+3 |
| 2013-01-30 | librustc: Remove legacy exports from the language. r=brson | Patrick Walton | -86/+14 |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deƫxporting | Patrick Walton | -56/+59 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -1/+1 |
| 2013-01-22 | Add is_mutbl field to def_arg | Seo Sanghyeon | -1/+1 |
| 2013-01-22 | Change debuginfo to not use an option for the output type... | Tim Chevalier | -1/+3 |
| 2013-01-22 | Revert "Clean up previous commit to not require an Option" | Tim Chevalier | -3/+1 |
| 2013-01-22 | Clean up previous commit to not require an Option | Tim Chevalier | -1/+3 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -2/+5 |
| 2013-01-20 | convert the remaining ast record types into structs | Erick Tryzelaar | -2/+5 |
| 2013-01-20 | convert ast::{ty_field_,ty_method} into a struct | Erick Tryzelaar | -7/+13 |
| 2013-01-20 | convert ast::ty into a struct | Erick Tryzelaar | -1/+1 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -3/+3 |
| 2013-01-14 | convert ast::blk_ into a struct | Erick Tryzelaar | -4/+12 |
| 2013-01-14 | Convert ast::def_id into a struct. | Erick Tryzelaar | -1/+3 |
| 2013-01-14 | Change ast::path into a struct. | Erick Tryzelaar | -2/+5 |
| 2013-01-11 | Make ast_util::path_name_i take a slice vector, eliminate a bad copy | Tim Chevalier | -1/+1 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -4/+2 |
| 2013-01-09 | core: rename vec.filter to vec.filtered | Erick Tryzelaar | -5/+6 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -2/+2 |