| Age | Commit message (Expand) | Author | Lines |
| 2013-03-31 | Fix warnings | Brian Anderson | -2/+1 |
| 2013-03-30 | Correct type signature for start lang item. | Luqman Aden | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -82/+108 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -63/+63 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -38/+38 |
| 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 | -38/+38 |
| 2013-03-28 | auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphism | bors | -105/+160 |
| 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 | -13/+0 |
| 2013-03-28 | auto merge of #5592 : pcwalton/rust/xc-extern-statics, r=pcwalton | bors | -7/+39 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -8/+2 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -46/+4 |
| 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 | -16/+13 |
| 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 | auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=... | bors | -26/+7 |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -3/+8 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -10/+6 |
| 2013-03-27 | syntax: Remove deprecated expr_vstore_fixed | Erick Tryzelaar | -6/+0 |
| 2013-03-27 | syntax: fix pretty printing __log stmts | Erick Tryzelaar | -2/+2 |
| 2013-03-27 | remove sty_by_ref, though traces still remain due to dtors | Niko Matsakis | -16/+1 |
| 2013-03-26 | librustc: Remove obsolete syntax | Patrick Walton | -3/+3 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -11/+11 |
| 2013-03-26 | librustc: Fix bug with newtype structs containing dtors | Patrick Walton | -2/+0 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -8/+4 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -36/+32 |
| 2013-03-26 | rustc: Purge of HashMap, fixing segfaulting cases | Alex Crichton | -25/+46 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -223/+234 |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -1/+0 |
| 2013-03-26 | Stop writing directly to the final type/method/vtable sidetables from astconv | Niko Matsakis | -0/+20 |
| 2013-03-26 | Add various debug statements to trans that I used to help track down the | Niko Matsakis | -5/+25 |
| 2013-03-25 | Expand on cleanups in trans for expr_repeat and add to tests. | Luqman Aden | -0/+5 |
| 2013-03-24 | librustc: clean-up expr_repeat loop generation: use native integers | Huon Wilson | -7/+5 |
| 2013-03-24 | librustc: emit loop for expr_repeat instead of 2n instructions in [x, ..n] | Luqman Aden | -16/+41 |
| 2013-03-22 | librustc: Add explicit lifetime binders and new lifetime notation in core/std... | Patrick Walton | -44/+61 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -34/+34 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -16/+16 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -1/+1 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -7/+7 |
| 2013-03-22 | auto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton | bors | -27/+0 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -3/+6 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -27/+0 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -3/+6 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -1/+1 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -1/+2 |