| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -14/+14 |
| 2013-07-16 | extra: reduce bench loop max time to 3s. | Graydon Hoare | -2/+2 |
| 2013-07-16 | extra: Add metrics functions to test. | Graydon Hoare | -19/+72 |
| 2013-07-16 | extra: add tests for test::MetricMap, MetricDiff, ratchet. | Graydon Hoare | -5/+105 |
| 2013-07-16 | Add more tests for build metadata. | OGINO Masanori | -0/+7 |
| 2013-07-16 | Update the ordering algorithm to semver 2.0.0. | OGINO Masanori | -13/+4 |
| 2013-07-16 | ringbuf: Implement DoubleEndedIterator | blake2-ppc | -34/+37 |
| 2013-07-14 | Noting that json.rs provides parsing as well | Austin King | -1/+1 |
| 2013-07-14 | auto merge of #7716 : kballard/rust/term-attr, r=cmr | bors | -9/+122 |
| 2013-07-14 | term: Add new function .attr() to toggle terminal attributes | Kevin Ballard | -5/+108 |
| 2013-07-14 | Give term.fg() and term.bg() a bool return value | Kevin Ballard | -4/+14 |
| 2013-07-14 | dlist: Use inline on very small functions and iterator functions | blake2-ppc | -2/+25 |
| 2013-07-14 | dlist: Simplify by using Option::{map, map_mut} | blake2-ppc | -13/+4 |
| 2013-07-14 | ringbuf: Implement .size_hint() for iterators | blake2-ppc | -0/+15 |
| 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 |