| Age | Commit message (Expand) | Author | Lines |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the syntax extensions | Erick Tryzelaar | -14/+20 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -16/+20 |
| 2013-02-26 | Adds (more) test cases for auto_encode. | John Clements | -16/+20 |
| 2013-02-26 | libsyntax: Remove a mutable field from the tests. rs=demuting | Patrick Walton | -4/+4 |
| 2013-02-25 | libsyntax: add explicit modes where required to copy strs/vecs | Erick Tryzelaar | -21/+30 |
| 2013-02-25 | libsyntax: Convert ast::attribute_ to store a @meta_item | Erick Tryzelaar | -2/+2 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -3/+3 |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -2/+2 |
| 2013-02-19 | libsyntax: change attr:get_attr_name to take a ref | Erick Tryzelaar | -2/+2 |
| 2013-02-19 | libsyntax: make enum variants take refs | Erick Tryzelaar | -17/+17 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -5/+5 |
| 2013-02-13 | retabbing | John Clements | -59/+60 |
| 2013-02-12 | added rather elaborate test framework | John Clements | -17/+126 |
| 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-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -2/+2 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -28/+33 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -28/+33 |
| 2013-01-31 | test cases, cleanup | John Clements | -8/+8 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -6/+6 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -5/+4 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -5/+2 |
| 2013-01-28 | Link the lifetimes of regions resulting from borrows of the | Niko Matsakis | -1/+1 |
| 2013-01-24 | remove support for records from auto_encode | Erick Tryzelaar | -182/+75 |
| 2013-01-22 | Add is_mutbl field to arg | Seo Sanghyeon | -0/+3 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -5/+9 |
| 2013-01-20 | convert the remaining ast record types into structs | Erick Tryzelaar | -11/+11 |
| 2013-01-20 | convert ast::ty into a struct | Erick Tryzelaar | -14/+23 |
| 2013-01-20 | convert ast::expr into a struct | Erick Tryzelaar | -2/+6 |
| 2013-01-14 | convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs | Erick Tryzelaar | -3/+7 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -30/+42 |
| 2013-01-14 | convert ast::blk_ into a struct | Erick Tryzelaar | -12/+20 |
| 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 | -5/+9 |
| 2013-01-14 | change ast::ty_param into a struct. | Erick Tryzelaar | -2/+2 |
| 2013-01-14 | Change ast::path into a struct. | Erick Tryzelaar | -7/+29 |
| 2013-01-14 | Merge remote-tracking branch 'mneumann/f-serialize' | Brian Anderson | -2/+4 |
| 2013-01-10 | librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis | Patrick Walton | -2/+2 |
| 2013-01-09 | core: rename vec.filter to vec.filtered | Erick Tryzelaar | -2/+2 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -21/+23 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+5 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -5/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+5 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -7/+24 |
| 2012-12-27 | Enhance auto_encode to take number of struct fields | Michael Neumann | -2/+4 |
| 2012-12-19 | Remove serialize::traits submodule. | Erick Tryzelaar | -2/+0 |
| 2012-12-18 | Another tweak to auto_encode to only use trait-qualified static methods | Brian Anderson | -0/+2 |