| Age | Commit message (Expand) | Author | Lines |
| 2013-04-18 | rustc: Fix struct returns on x86 mac for 8-byte structs | Brian Anderson | -4/+0 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -15/+15 |
| 2013-04-18 | core: Remove pipes::spawn_service, spawn_service_recv | Brian Anderson | -9/+102 |
| 2013-04-18 | test: xfail-macos some tests that don't work on mac i686 | Brian Anderson | -0/+6 |
| 2013-04-18 | test: Add more comments about why extern-pass-TwoU64s is xfailed | Brian Anderson | -1/+3 |
| 2013-04-17 | auto merge of #5726 : brson/rust/struct-return, r=brson | bors | -3/+199 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -3/+199 |
| 2013-04-17 | Allow casting to mutable trait objects. | Josh Matthews | -0/+62 |
| 2013-04-15 | auto merge of #5797 : alexcrichton/rust/issue-1913, r=catamorphism | bors | -0/+44 |
| 2013-04-15 | auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydon | bors | -8/+14 |
| 2013-04-15 | auto merge of #5881 : danluu/rust/xfail_bind_by_move, r=graydon | bors | -3/+2 |
| 2013-04-14 | Fix xfail'd ARC test | Dan Luu | -3/+2 |
| 2013-04-14 | auto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiyn | bors | -0/+20 |
| 2013-04-14 | add rust_dbg_extern_identity_TwoDoubles to prevent check-fast failure | Jyun-Yan You | -3/+4 |
| 2013-04-14 | Add a lint mode for unused unsafe blocks/functions | Alex Crichton | -0/+44 |
| 2013-04-14 | Restore Num trait | Brendan Zabarauskas | -5/+5 |
| 2013-04-13 | fix index out of bounds error of x86_64 ABI | Jyun-Yan You | -0/+19 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -129/+102 |
| 2013-04-12 | auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestinger | bors | -0/+198 |
| 2013-04-12 | auto merge of #5809 : Aatch/rust/start-attr, r=thestinger | bors | -2/+18 |
| 2013-04-12 | Added xfail-fast to test so the windows buildbot doesn't choke | James Miller | -0/+2 |
| 2013-04-12 | libsyntax: short-circuit on non-matching variants in deriving code. | Huon Wilson | -75/+198 |
| 2013-04-12 | testsuite: add tests for derived Eq, TotalEq, Ord, TotalOrd. | Huon Wilson | -0/+75 |
| 2013-04-11 | auto merge of #5819 : erickt/rust/incoming, r=erickt | bors | -20/+13 |
| 2013-04-11 | auto merge of #5826 : brson/rust/0.7-pre, r=brson | bors | -1/+1 |
| 2013-04-11 | xail all debuginfo tests | Brian Anderson | -0/+6 |
| 2013-04-10 | tests: changes in response to #5656 | Niko Matsakis | -125/+14 |
| 2013-04-10 | test: update serialization tests to use new macro | Erick Tryzelaar | -14/+7 |
| 2013-04-10 | syntax: match variants use 4 space indent by default | Erick Tryzelaar | -6/+6 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -1/+1 |
| 2013-04-10 | Add debug info test for vectors | Brian Leibig | -0/+30 |
| 2013-04-10 | Add debug info test for boxes | Brian Leibig | -0/+30 |
| 2013-04-10 | auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclements | bors | -26/+0 |
| 2013-04-10 | removed test referring to WONTFIX bug #2443 | John Clements | -26/+0 |
| 2013-04-10 | auto merge of #5796 : nikomatsakis/rust/issue-5656-fix-map-iteration, r=nikom... | bors | -17/+13 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -4/+88 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -17/+13 |
| 2013-04-10 | testsuite: tests for #[packed] structs. | Huon Wilson | -0/+371 |
| 2013-04-10 | Change tests to use new error message | James Miller | -2/+2 |
| 2013-04-09 | auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydon | bors | -18/+26 |
| 2013-04-09 | auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakis | bors | -0/+61 |
| 2013-04-10 | Add #[start] attribute to define a new entry point function | James Miller | -0/+14 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -1/+1 |
| 2013-04-09 | Allow lint modes to be used on unused variables and dead assignments | Alex Crichton | -18/+26 |
| 2013-04-09 | Cleanup substitutions and treatment of generics around traits in a number of ... | Niko Matsakis | -0/+61 |
| 2013-04-08 | auto merge of #5763 : thestinger/rust/clone, r=nikomatsakis | bors | -1/+1 |
| 2013-04-08 | clone: managed boxes need to clone by shallow copy | Daniel Micay | -1/+1 |
| 2013-04-08 | Export adt::trans_get_discr abstractly to the type visitor. | Jed Davis | -5/+11 |
| 2013-04-08 | Feed enum field offsets to type vistors. | Jed Davis | -3/+3 |
| 2013-04-08 | libsyntax: fail lexing with an error message on an int literal larger than 2^64. | Huon Wilson | -0/+28 |