| Age | Commit message (Expand) | Author | Lines |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -5/+5 |
| 2013-07-18 | auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichton | bors | -65/+21 |
| 2013-07-18 | auto merge of #7842 : thestinger/rust/closure, r=huonw | bors | -37/+24 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -65/+21 |
| 2013-07-18 | repr: add a test case for @mut inside another type | Daniel Micay | -2/+2 |
| 2013-07-18 | fix repr of @mut vectors | Daniel Micay | -6/+5 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -9/+8 |
| 2013-07-17 | fix repr of unique vectors with stage0 libstd | Daniel Micay | -0/+9 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -0/+7 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -4/+4 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -7/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -24/+21 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -43/+34 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -206/+273 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -5/+5 |
| 2013-07-17 | rm unnecessary stage0 `zero_memory` fn | Daniel Micay | -28/+6 |
| 2013-07-17 | std::rt: Rename RUST_TEST_THREADS to RUST_RT_TEST_THREADS | Brian Anderson | -1/+1 |
| 2013-07-17 | rm unused visit_str method from TyVisitor | Daniel Micay | -1/+2 |
| 2013-07-17 | auto merge of #7841 : alexcrichton/rust/tls++, r=huonw | bors | -16/+145 |
| 2013-07-16 | auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwalton | bors | -25/+25 |
| 2013-07-16 | Add a `get_mut` method for TLS | Alex Crichton | -16/+145 |
| 2013-07-16 | auto merge of #7684 : pnkfelix/rust/fsk-invert-range-rev-halfclosedness-issue... | bors | -43/+160 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -25/+25 |
| 2013-07-15 | auto merge of #7816 : thestinger/rust/header, r=huonw | bors | -17/+129 |
| 2013-07-15 | remove headers from unique vectors | Daniel Micay | -17/+129 |
| 2013-07-16 | hashmap: Iterators for hashset diff, sym. diff, intersec, union | blake2-ppc | -10/+70 |
| 2013-07-16 | hashmap: Remove .mutate_values() which is replaced by .mut_iter() | blake2-ppc | -13/+0 |
| 2013-07-15 | std: add consuming iterators for `HashMap` and `HashSet` | Andrew Paseltiner | -0/+82 |
| 2013-07-15 | cmp: Use default methods in trait Eq, require only Eq::eq | blake2-ppc | -2/+4 |
| 2013-07-14 | auto merge of #7788 : MarkJr94/rust/from_iter, r=cmr | bors | -15/+115 |
| 2013-07-14 | Stripped trailing spaces; Implemented FromIterator for TreeMap and PriorityQueue | =Mark Sinclair | -6/+6 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -53/+58 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -164/+213 |
| 2013-07-14 | Implemented FromIterator for TrieMap and TrieSet | =Mark Sinclair | -14/+91 |
| 2013-07-14 | Implemented FromIterator for std::hashmap | =Mark Sinclair | -1/+24 |
| 2013-07-13 | Split mutable methods out of Set and Map | Steven Fackler | -28/+41 |
| 2013-07-13 | auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw | bors | -8/+9 |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -2/+2 |
| 2013-07-13 | cmp: Use default methods in trait Ord, only require Ord::lt | blake2-ppc | -8/+9 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -1/+1 |
| 2013-07-12 | auto merge of #7736 : thestinger/rust/doc, r=thestinger | bors | -22/+73 |
| 2013-07-12 | Account for possible 0-sized elements in vector iterators | Alex Crichton | -13/+68 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -6/+1 |
| 2013-07-12 | auto merge of #7696 : glinscott/rust/utf8_perf, r=cmr | bors | -36/+76 |
| 2013-07-12 | extend the iterator tutorial | Daniel Micay | -3/+4 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -243/+591 |
| 2013-07-11 | Expand ctypes warnings to warn about *int/*uint | Alex Crichton | -2/+2 |
| 2013-07-11 | Fix tests | Alex Crichton | -1/+1 |
| 2013-07-11 | Take default methods out from behind the flag. | Michael Sullivan | -1/+1 |
| 2013-07-11 | auto merge of #7707 : thestinger/rust/double, r=cmr | bors | -54/+87 |