| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-11 | Optimize is_utf8 | Gary Linscott | -8/+16 |
| 2013-07-11 | char_range_at perf work | Gary Linscott | -28/+60 |
| 2013-07-11 | Fix #5270: another test I did not update properly. | Felix S. Klock II | -2/+2 |
| 2013-07-11 | auto merge of #7708 : bcully/rust/warnings, r=thestinger | bors | -1/+3 |
| 2013-07-11 | auto merge of #7693 : korenchkin/rust/fixdoc_rand, r=cmr | bors | -19/+31 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -16/+16 |
| 2013-07-11 | Fix a soundness problem with `get` | Alex Crichton | -31/+79 |
| 2013-07-11 | Work around stage0 to remove '@' requirements from TLS | Alex Crichton | -75/+334 |
| 2013-07-10 | auto merge of #7691 : nikomatsakis/rust/vec-split-method, r=thestinger | bors | -1/+37 |
| 2013-07-11 | vec: rm inline(never) hack | Daniel Micay | -13/+2 |
| 2013-07-11 | iterator: add DoubleEndedIterator concept | Daniel Micay | -41/+85 |
| 2013-07-10 | remove unused imports | Brendan Cully | -1/+3 |
| 2013-07-10 | auto merge of #7690 : kevinmehall/rust/document-c_void, r=huonw | bors | -0/+7 |
| 2013-07-10 | auto merge of #7683 : alexcrichton/rust/issue-7625, r=thestinger | bors | -2/+8 |
| 2013-07-10 | Add a `mut_split()` method for dividing one `&mut [T]` into two | Niko Matsakis | -1/+37 |
| 2013-07-10 | Fixed examples | korenchkin | -19/+31 |
| 2013-07-10 | Document std::libc::c_void. | Kevin Mehall | -0/+7 |
| 2013-07-10 | Added overloaded Add and Sub traits for pointer arithmetic | =Mark Sinclair | -0/+96 |