| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-28 | auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphism | bors | -102/+3 |
| 2013-03-28 | auto merge of #5592 : pcwalton/rust/xc-extern-statics, r=pcwalton | bors | -5/+31 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -4/+1 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -30/+2 |
| 2013-03-27 | libsyntax: use a struct for inline asm in ast. | Luqman Aden | -3/+2 |
| 2013-03-27 | librustc: Move inline asm stuff to different mod. | Luqman Aden | -100/+2 |
| 2013-03-27 | librustc: Fix ICE with cross-crate extern statics. rs=bugfix | Patrick Walton | -5/+31 |
| 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 | -3/+0 |
| 2013-03-27 | syntax: fix pretty printing __log stmts | Erick Tryzelaar | -1/+1 |
| 2013-03-26 | rustc: Purge of HashMap, fixing segfaulting cases | Alex Crichton | -1/+1 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -11/+11 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -4/+4 |
| 2013-03-22 | auto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton | bors | -27/+0 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -27/+0 |
| 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 |
| 2013-03-15 | Don't use by_val for passing asm operands. | Luqman Aden | -3/+3 |
| 2013-03-15 | Tidy. | Luqman Aden | -2/+3 |
| 2013-03-15 | Actually use no or multiple operands properly. | Luqman Aden | -6/+18 |
| 2013-03-15 | Implicitly use addr_of for output operands in asm. | Luqman Aden | -3/+18 |
| 2013-03-15 | Initial support for output operands in asm. | Luqman Aden | -8/+32 |
| 2013-03-15 | Properly handle input operands for inline asm. | Luqman Aden | -5/+44 |
| 2013-03-15 | Actually pass inline asm operands around. | Luqman Aden | -11/+12 |
| 2013-03-13 | librustc: Separate out trait storage from evec/estr storage | Patrick Walton | -2/+2 |
| 2013-03-12 | Add alignstack option for inline asm. | Luqman Aden | -4/+3 |
| 2013-03-12 | Parse operands properly and add a way to indicate volatile asm. | Luqman Aden | -2/+6 |
| 2013-03-12 | Wrap llvm::InlineAsm::AsmDialect | Luqman Aden | -1/+1 |
| 2013-03-12 | Parse inline assembly. | Luqman Aden | -0/+8 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Stop parsing `assert`. | Patrick Walton | -3/+0 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -1/+0 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -4/+0 |
| 2013-03-07 | Inline constants across crates. | Josh Matthews | -5/+45 |
| 2013-03-06 | adt.rs renaming: "field" rather than "element"; set_discr -> start_init. | Jed Davis | -7/+7 |
| 2013-03-06 | Even more comments for ADT-related interfaces | Jed Davis | -3/+23 |
| 2013-03-06 | trans_cast_to_int is hard to explain; make it trans_get_discr instead. | Jed Davis | -1/+1 |
| 2013-03-06 | Memoize trans::adt::represent_type | Jed Davis | -5/+5 |
| 2013-03-06 | Renovate cast-to-int | Jed Davis | -16/+2 |
| 2013-03-06 | Renovate field projection expressions | Jed Davis | -8/+12 |
| 2013-03-06 | Renovate nullary variant construction | Jed Davis | -7/+5 |
| 2013-03-06 | Convert expr_struct to use adt, and try to share code with tuples. | Jed Davis | -106/+73 |
| 2013-03-06 | Renovate expr_tup translation | Jed Davis | -3/+7 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -1/+0 |
| 2013-03-01 | Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i... | Patrick Walton | -43/+94 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -2/+12 |