| Age | Commit message (Expand) | Author | Lines |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -29/+25 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -29/+25 |
| 2013-05-14 | auto merge of #6333 : bjz/rust/cond-macro, r=thestinger | bors | -28/+24 |
| 2013-05-15 | Use parentheses for cond! macro instead of preceding pipes | Brendan Zabarauskas | -4/+4 |
| 2013-05-14 | auto merge of #6471 : gifnksm/rust/reform-rational, r=brson | bors | -84/+126 |
| 2013-05-15 | Add Scheme-style `cond!` macro to syntax::ext::expand | Brendan Zabarauskas | -28/+24 |
| 2013-05-14 | Ignore two failing flatpipes tests | Brian Anderson | -0/+2 |
| 2013-05-14 | rusti: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -4/+4 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -13/+8 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -129/+123 |
| 2013-05-14 | libstd: Add tests for BigRational | gifnksm | -20/+56 |
| 2013-05-14 | libstd: `Ratio` requires `Clone` instead of `Copy` | gifnksm | -23/+28 |
| 2013-05-14 | libstd: `Rational` requires `Integer` as type bounds instead of `Num` | gifnksm | -53/+14 |
| 2013-05-14 | libstd: impl `Orderable` for `BigUint`/`BigInt` | gifnksm | -1/+37 |
| 2013-05-14 | libstd: impl Num for BigUint/BigInt | gifnksm | -0/+4 |
| 2013-05-13 | revert PriorityQueue to using init() | Daniel Micay | -56/+4 |
| 2013-05-13 | auto merge of #6387 : brson/rust/unstable, r=brson | bors | -42/+44 |
| 2013-05-13 | core: Rename SharedMutableState to UnsafeAtomicRcBox | Brian Anderson | -41/+43 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -4/+4 |
| 2013-05-12 | libstd: Fix merge fallout. | Patrick Walton | -4/+4 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -82/+88 |
| 2013-05-11 | auto merge of #6429 : gifnksm/rust/bigint-is_even, r=catamorphism | bors | -1/+12 |
| 2013-05-11 | clean up the last bit of warnings | Corey Richardson | -5/+5 |
| 2013-05-11 | Warning police | Tim Chevalier | -91/+24 |
| 2013-05-12 | libstd: Fix BigUint::is_even | gifnksm | -1/+12 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -33/+33 |
| 2013-05-10 | auto merge of #6260 : alexcrichton/rust/issue-3466-no-swap, r=pcwalton | bors | -108/+96 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -108/+96 |
| 2013-05-10 | auto merge of #6205 : brson/rust/flate, r=brson | bors | -0/+108 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -52/+539 |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -2/+74 |
| 2013-05-10 | Move flate from core to std | Brian Anderson | -0/+108 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -28/+28 |
| 2013-05-10 | auto merge of #6358 : crabtw/rust/mips-segstk, r=brson | bors | -0/+1 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -6/+6 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -5/+5 |
| 2013-05-09 | auto merge of #6339 : alexcrichton/rust/unsafe-cvec, r=catamorphism | bors | -4/+4 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -0/+33 |
| 2013-05-10 | std: Use the new `for` protocol | Alex Crichton | -51/+433 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -6/+6 |
| 2013-05-09 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -0/+84 |
| 2013-05-09 | auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger | bors | -105/+105 |
| 2013-05-09 | remove vecs_implicitly_copyable from libstd/libcore | Daniel Micay | -105/+105 |
| 2013-05-09 | Mark c_vec functions as unsafe again | Alex Crichton | -4/+4 |
| 2013-05-09 | Add intrinsic declaration where I missed them | James Miller | -0/+4 |
| 2013-05-09 | Make staged versions of the functions that use uninit | James Miller | -0/+80 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -14/+14 |
| 2013-05-09 | Replace init() with uninit() where appropriate | James Miller | -4/+4 |
| 2013-05-09 | improve MIPS backend and implement segmented stacks | Jyun-Yan You | -0/+1 |
| 2013-05-09 | auto merge of #6337 : thestinger/rust/fix_region, r=thestinger | bors | -6/+6 |