| Age | Commit message (Expand) | Author | Lines |
| 2013-03-31 | Fix warnings | Brian Anderson | -19/+15 |
| 2013-03-30 | Correct type signature for start lang item. | Luqman Aden | -1/+1 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -16/+5 |
| 2013-03-30 | rustc: fix astencode test | Erick Tryzelaar | -12/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -123/+177 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -112/+112 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -39/+0 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -112/+112 |
| 2013-03-29 | Register snapshots | Brian Anderson | -39/+0 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -149/+141 |
| 2013-03-29 | std: remove Encoder::read_rec and Decoder::emit_rec | Erick Tryzelaar | -4/+4 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -148/+137 |
| 2013-03-28 | auto merge of #5614 : graydon/rust/static-linkage-bug, r=catamorphism | bors | -1/+4 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -138/+131 |
| 2013-03-28 | Fix warning about unused imports in import lists | Alex Crichton | -10/+6 |
| 2013-03-28 | auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphism | bors | -115/+175 |
| 2013-03-28 | rustc: fix linkage of internal static nodes. | Graydon Hoare | -1/+4 |
| 2013-03-28 | Tidy. | Luqman Aden | -1/+1 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -46/+1 |
| 2013-03-28 | auto merge of #5592 : pcwalton/rust/xc-extern-statics, r=pcwalton | bors | -7/+39 |
| 2013-03-28 | auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydon | bors | -5/+9 |
| 2013-03-27 | auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphism | bors | -4/+5 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -22/+44 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -252/+14 |
| 2013-03-27 | librustc: remove already addressed XXX | Luqman Aden | -1/+0 |
| 2013-03-27 | librustc: add default per arch clobbers for asm. | Luqman Aden | -3/+25 |
| 2013-03-27 | libsyntax: Allow selecting intel style asm. | Luqman Aden | -1/+6 |
| 2013-03-27 | libsyntax: use a struct for inline asm in ast. | Luqman Aden | -26/+28 |
| 2013-03-27 | librustc: Move inline asm stuff to different mod. | Luqman Aden | -100/+132 |
| 2013-03-27 | librustc: Fix ICE with cross-crate extern statics. rs=bugfix | Patrick Walton | -7/+39 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -5/+9 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -5/+9 |
| 2013-03-27 | auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=... | bors | -131/+29 |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -93/+113 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -37/+21 |
| 2013-03-28 | librustc: Limit the typo suggestions to reasonable suggests. | Huon Wilson | -4/+5 |
| 2013-03-27 | syntax: Remove deprecated expr_vstore_fixed | Erick Tryzelaar | -17/+0 |
| 2013-03-27 | syntax: fix pretty printing __log stmts | Erick Tryzelaar | -5/+5 |
| 2013-03-27 | std: Decode::read_enum_variant should pass in the variant names | Erick Tryzelaar | -0/+39 |
| 2013-03-27 | Simplify and remove unnecessary use of ast_map | Niko Matsakis | -38/+1 |
| 2013-03-27 | remove sty_by_ref, though traces still remain due to dtors | Niko Matsakis | -56/+7 |
| 2013-03-26 | librustc: Remove obsolete syntax | Patrick Walton | -3/+3 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -203/+141 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -27/+29 |
| 2013-03-26 | librustc: Require explicit lifetime binders | Patrick Walton | -63/+322 |
| 2013-03-26 | librustc: Fix bug with newtype structs containing dtors | Patrick Walton | -2/+0 |
| 2013-03-26 | librustc: Stop parsing `[T * N]`. | Patrick Walton | -1/+1 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -2/+2 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -19/+11 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -72/+70 |