| Age | Commit message (Expand) | Author | Lines |
| 2013-07-22 | extra: Remove uv, net, timer code | Brian Anderson | -6324/+4 |
| 2013-07-22 | dlist: Fix .peek_next() w.r.t double ended iterators | blake2-ppc | -1/+6 |
| 2013-07-22 | new snapshot | Daniel Micay | -36/+2 |
| 2013-07-21 | Eliminated SmallIntSet | Steven Fackler | -369/+0 |
| 2013-07-21 | dlist: Remove extraneous unwrap in .pop_back_node() | blake2-ppc | -3/+3 |
| 2013-07-21 | dlist: Use Ord for .insert_ordered() | blake2-ppc | -3/+2 |
| 2013-07-21 | dlist: Remove bench tests for vec | blake2-ppc | -37/+1 |
| 2013-07-21 | dlist: Add bench test for rotate_to_{front, back} | blake2-ppc | -0/+19 |
| 2013-07-21 | auto merge of #7921 : bytewiseand/rust/smallint-iter, r=huonw | bors | -139/+177 |
| 2013-07-21 | dlist: Add .rotate_to_front(), .rotate_to_back() | blake2-ppc | -0/+43 |
| 2013-07-21 | dlist: Factor out pop and push operations by list node | blake2-ppc | -54/+104 |
| 2013-07-21 | dlist: Simplify match clauses to use Option methods | blake2-ppc | -65/+33 |
| 2013-07-21 | serialize: implement Encodable for DList | blake2-ppc | -0/+13 |
| 2013-07-21 | Added bitv iterator benchmarks | Steven Fackler | -0/+36 |
| 2013-07-21 | Added iterator tests | Steven Fackler | -0/+19 |
| 2013-07-21 | Removed unecessary indirection in Bitv | Steven Fackler | -16/+16 |
| 2013-07-21 | Derive Clone for bitv stuff | Steven Fackler | -18/+24 |
| 2013-07-21 | Switched bitv to external iterators | Steven Fackler | -17/+54 |
| 2013-07-20 | auto merge of #7912 : graydon/rust/extra-new-benchmarks-1, r=catamorphism | bors | -68/+409 |
| 2013-07-20 | auto merge of #7896 : pcwalton/rust/pub-extern, r=pcwalton | bors | -28/+28 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -28/+28 |
| 2013-07-20 | auto merge of #7882 : blake2-ppc/rust/iterator-clone, r=thestinger | bors | -0/+23 |
| 2013-07-20 | dlist: Implement Clone for immutable iterators | blake2-ppc | -0/+23 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -7/+18 |
| 2013-07-20 | Use Option .take() or .take_unwrap() instead of util::replace where possible | blake2-ppc | -9/+7 |
| 2013-07-20 | Fix warnings in stdtest and extratest. Maybe somebody will care. | Ben Blum | -2/+0 |
| 2013-07-20 | Reimplement ARC::unwrap() and friends. | Ben Blum | -8/+72 |
| 2013-07-19 | Added a new method to extra::future (unwrap) + a test | Matthijs Hofstra | -0/+19 |
| 2013-07-20 | smallint{map,set}: replace iterators with DoubleEndedIterator | Andreas Martens | -139/+177 |
| 2013-07-19 | extra: add some microbenchmarks | Graydon Hoare | -70/+409 |
| 2013-07-18 | auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichton | bors | -26/+25 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -7/+18 |
| 2013-07-18 | auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichton | bors | -2/+1 |
| 2013-07-18 | auto merge of #7840 : alexcrichton/rust/better-test-help, r=huonw | bors | -8/+52 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -2/+1 |
| 2013-07-18 | Fix warnings in libextra tests | blake2-ppc | -26/+25 |
| 2013-07-17 | libextra: Add a stray deriving or two. | Patrick Walton | -1/+10 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -12/+12 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -16/+20 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -4/+1 |
| 2013-07-17 | librustc: Change repeated vector expressions to use implicit copyability. | Patrick Walton | -2/+22 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -14/+33 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -20/+12 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -278/+298 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -11/+13 |
| 2013-07-17 | auto merge of #7829 : graydon/rust/codegen-compiletests, r=cmr | bors | -25/+179 |
| 2013-07-17 | extra: avoid possible divide-by-zero conditions test. | Graydon Hoare | -4/+5 |
| 2013-07-16 | auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwalton | bors | -14/+14 |
| 2013-07-16 | Provide more useful messages when tests are given -h or --help | Alex Crichton | -8/+52 |
| 2013-07-16 | auto merge of #7684 : pnkfelix/rust/fsk-invert-range-rev-halfclosedness-issue... | bors | -2/+2 |