| Age | Commit message (Expand) | Author | Lines |
| 2013-12-02 | Add a macro to check if logging at a given label is enabled | Philipp Brüschweiler | -0/+7 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -19/+19 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -406/+398 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -19/+19 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -1/+2 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -406/+398 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -4/+5 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -1/+1 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -1/+2 |
| 2013-11-29 | extra: json::Encoder should take a &mut io::Writer | Erick Tryzelaar | -3/+4 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -1/+1 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -6/+6 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -143/+138 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -4/+2 |
| 2013-11-27 | Freeze the AST by removing a couple of unused @mut ~[T] from token_tree. | Eduard Burtescu | -14/+25 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -46/+42 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -46/+42 |
| 2013-11-26 | Clean up SmallVector use a bit | Steven Fackler | -98/+34 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -93/+118 |
| 2013-11-26 | Add SmallVector to libsyntax | Steven Fackler | -0/+214 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -8/+8 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -192/+178 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -1/+8 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -17/+18 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -8/+8 |
| 2013-11-26 | rustc: Add lint for obsolete attributes | klutzy | -43/+1 |
| 2013-11-26 | Take &Pat in visit_pat | Seo Sanghyeon | -5/+5 |
| 2013-11-25 | Take &Pat | Seo Sanghyeon | -1/+1 |
| 2013-11-25 | auto merge of #10628 : huonw/rust/3614, r=alexcrichton | bors | -7/+18 |
| 2013-11-25 | syntax: parse inner attributes on impls. | Huon Wilson | -7/+18 |
| 2013-11-24 | auto merge of #10641 : cmr/rust/close_delims, r=alexcrichton | bors | -9/+7 |
| 2013-11-24 | auto merge of #10637 : luqmana/rust/nmt, r=cmr | bors | -23/+30 |
| 2013-11-24 | Add a note for unclosed delimiters | Corey Richardson | -9/+7 |
| 2013-11-24 | Add comments to ast, ast_map, ty, and pat_util | Kiet Tran | -0/+17 |
| 2013-11-24 | libextra: Remove @mut from term. | Luqman Aden | -23/+30 |
| 2013-11-22 | syntax: add a visit_ident method to the Visitor. | Huon Wilson | -3/+45 |
| 2013-11-21 | Remove ty_mac | Seo Sanghyeon | -6/+1 |
| 2013-11-20 | auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton | bors | -13/+15 |
| 2013-11-20 | auto merge of #10527 : eholk/rust/win64, r=alexcrichton | bors | -0/+3 |
| 2013-11-21 | Fix parsing tests | Seo Sanghyeon | -1/+1 |
| 2013-11-20 | Make BytePos 32-bit | Seo Sanghyeon | -12/+14 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -111/+139 |
| 2013-11-19 | auto merge of #10557 : huonw/rust/inline-deriving, r=pcwalton | bors | -1/+27 |
| 2013-11-18 | libsyntax: Remove `~fn()` from the language | Patrick Walton | -3/+11 |
| 2013-11-18 | Add Win64 calling convention. | Eric Holk | -0/+3 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -15/+46 |
| 2013-11-18 | Use '..' as multi-field wildcard in enums and structs. | Brian Anderson | -1/+26 |
| 2013-11-19 | Mark some derived methods as #[inline]. | Huon Wilson | -1/+27 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -1/+1 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -1/+1 |