| Age | Commit message (Expand) | Author | Lines |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+3238 |
| 2013-05-22 | syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo` | Patrick Walton | -0/+10 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -7/+8 |
| 2013-05-22 | librustc: Rename core injection to std injection | Patrick Walton | -2/+3 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -32134/+52668 |
| 2013-05-22 | add smallintset | Jihyun Yu | -1/+242 |
| 2013-05-20 | auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydon | bors | -60/+60 |
| 2013-05-20 | auto merge of #6372 : brson/rust/intrinsics, r=catamorphism | bors | -12/+6 |
| 2013-05-20 | auto merge of #6639 : osaut/rust/arc-clean, r=brson | bors | -4/+34 |
| 2013-05-20 | Replace all uses of rust-intrinsic ABI with calls to unstable::intrinsics | Brian Anderson | -12/+6 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -60/+60 |
| 2013-05-20 | Remove two warnings about unneccesary safe blocks. | Steve Klabnik | -6/+2 |
| 2013-05-20 | Add ARC::get method and implements the function from it. Add an example showi... | Olivier Saut | -2/+32 |
| 2013-05-20 | Typo corrected and updated copyright years | Olivier Saut | -2/+2 |
| 2013-05-19 | Register snapshots | Brian Anderson | -1814/+0 |
| 2013-05-19 | auto merge of #6106 : thestinger/rust/iter, r=bstrie | bors | -16/+11 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -547/+547 |
| 2013-05-18 | auto merge of #6577 : brson/rust/io-upstream, r=pcwalton | bors | -16/+9 |
| 2013-05-18 | Remove trailing whitespaces | Olivier Saut | -1/+1 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -16/+11 |
| 2013-05-17 | core: Wire up oneshot pipes to newsched | Brian Anderson | -12/+5 |
| 2013-05-17 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -4/+4 |
| 2013-05-17 | Correct the example given for a future, add punctuation where necessary | Olivier Saut | -6/+8 |
| 2013-05-18 | rustc: relax limits on (u)int type limit lint. Fixes #6130. | Huon Wilson | -1/+1 |
| 2013-05-16 | auto merge of #6520 : thestinger/rust/rc, r=pcwalton | bors | -42/+66 |
| 2013-05-15 | allow constructing Rc/RcMut from Const types too | Daniel Micay | -42/+66 |
| 2013-05-16 | syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. | Huon Wilson | -18/+6 |
| 2013-05-15 | auto merge of #6498 : thestinger/rust/deep_clone, r=thestinger | bors | -5/+73 |
| 2013-05-15 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -4/+4 |
| 2013-05-15 | core::rt: Add uv timer bindings | Brian Anderson | -4/+4 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -29/+25 |
| 2013-05-15 | rc: fix tests | Daniel Micay | -15/+7 |
| 2013-05-15 | add a DeepClone trait | Daniel Micay | -4/+80 |
| 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 |