| Age | Commit message (Expand) | Author | Lines |
| 2013-07-14 | auto merge of #7788 : MarkJr94/rust/from_iter, r=cmr | bors | -0/+74 |
| 2013-07-14 | Stripped trailing spaces; Implemented FromIterator for TreeMap and PriorityQueue | =Mark Sinclair | -0/+74 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -1/+1 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -46/+15 |
| 2013-07-13 | Split mutable methods out of Set and Map | Steven Fackler | -52/+61 |
| 2013-07-13 | dlist: Use a DoubleEndedIterator for .mut_iter() and .mut_rev_iter() | blake2-ppc | -79/+109 |
| 2013-07-13 | dlist: Use DoubleEndedIterator for .consume_rev_iter() | blake2-ppc | -12/+4 |
| 2013-07-13 | dlist: Implement DoubleEndedIterator and use for .iter() and .rev_iter() | blake2-ppc | -39/+33 |
| 2013-07-13 | dlist: Fix bug in DList::merge | blake2-ppc | -11/+18 |
| 2013-07-12 | auto merge of #7736 : thestinger/rust/doc, r=thestinger | bors | -12/+11 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -8/+7 |
| 2013-07-12 | auto merge of #7730 : chris-morgan/rust/bitv-eq_vec-bool, r=cmr | bors | -69/+67 |
| 2013-07-12 | Replace owned with borrowed pointer. | Chris Morgan | -1/+1 |
| 2013-07-11 | Merge pull request #7679 from alexcrichton/consume-smallintmap | Daniel Micay | -1/+28 |
| 2013-07-12 | extend the iterator tutorial | Daniel Micay | -4/+4 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -4/+4 |
| 2013-07-11 | Add a `consume` method to SmallIntMap | Alex Crichton | -1/+28 |
| 2013-07-12 | Make Bitv::eq_vec take ~[bool] rather than ~[uint] | Chris Morgan | -69/+67 |
| 2013-07-11 | auto merge of #7623 : graydon/rust/codegen-compiletests, r=pcwalton | bors | -254/+508 |
| 2013-07-11 | extra: add explicit ratchet-noise-percent option to benchmark ratchet, plus a... | Graydon Hoare | -26/+52 |
| 2013-07-11 | extra: add metrics ratchet to test driver. | Graydon Hoare | -84/+299 |
| 2013-07-11 | extra: factor ConsoleTestState methods into an impl, fix perf bug. | Graydon Hoare | -139/+148 |
| 2013-07-11 | extra: add ToJson for TreeMap. | Graydon Hoare | -0/+11 |
| 2013-07-11 | extra: simplify the bench stat loop, improve stability somewhat (?) | Graydon Hoare | -53/+46 |
| 2013-07-11 | extra: Mention extra::container::Deque trait in doc for RingBuf and DList | blake2-ppc | -2/+8 |
| 2013-07-11 | dlist: Name the type DList for doubly-linked list | blake2-ppc | -72/+72 |
| 2013-07-11 | dlist: Fix license header | blake2-ppc | -0/+9 |
| 2013-07-11 | dlist: Implement trait Deque | blake2-ppc | -22/+25 |
| 2013-07-11 | extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque | blake2-ppc | -205/+227 |
| 2013-07-11 | extra: Add mod container with trait Deque | blake2-ppc | -0/+41 |
| 2013-07-11 | dlist: Expose ListInsertion trait with insert_before and peek_next | blake2-ppc | -12/+35 |
| 2013-07-11 | dlist: Put all tests into a tests module | blake2-ppc | -258/+256 |
| 2013-07-11 | dlist: Collect a common pattern into link_with_prev() | blake2-ppc | -17/+15 |
| 2013-07-11 | dlist: Introduce a struct Rawlink mimicing Option<T> for a raw pointer | blake2-ppc | -62/+73 |
| 2013-07-11 | dlist: Implement size_hint properly for all iterators | blake2-ppc | -8/+23 |
| 2013-07-11 | dlist: A new implementation of an owned doubly-linked list | blake2-ppc | -906/+842 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -2/+2 |
| 2013-07-10 | Convert json Reader to iterators | Gary Linscott | -40/+26 |
| 2013-07-10 | Switch over to new range_rev semantics; fix #5270. | Felix S. Klock II | -2/+2 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -13/+4 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -4/+4 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -27/+30 |
| 2013-07-09 | auto merge of #7614 : MarkJr94/rust/smallintmap_enum, r=huonw | bors | -0/+287 |
| 2013-07-08 | auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c... | bors | -26/+27 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -1816/+1854 |
| 2013-07-08 | auto merge of #7612 : thestinger/rust/utf8, r=huonw | bors | -1/+1 |
| 2013-07-08 | auto merge of #7608 : glinscott/rust/json_perf, r=pcwalton | bors | -7/+28 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -4/+4 |
| 2013-07-08 | extra: Patch up code that was using irrefutable patterns incorrectly. | Niko Matsakis | -23/+24 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |