| Age | Commit message (Expand) | Author | Lines |
| 2013-09-09 | auto merge of #9076 : blake2-ppc/rust/test-for-8585, r=huonw | bors | -0/+50 |
| 2013-09-09 | added run-pass test for issue #9049 | John Clements | -0/+25 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -274/+268 |
| 2013-09-09 | undo cowardly hiding of eq-check | John Clements | -13/+2 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -97/+27 |
| 2013-09-10 | std::vec: Remove the function same_length | blake2-ppc | -7/+2 |
| 2013-09-10 | std::vec: Update module doc text | blake2-ppc | -19/+60 |
| 2013-09-10 | std::vec: Replace each_permutation with a new Permutations iterator | blake2-ppc | -119/+165 |
| 2013-09-09 | ident->name in middle | John Clements | -4/+6 |
| 2013-09-10 | std::vec: Change fn unzip to take an iterator argument | blake2-ppc | -32/+14 |
| 2013-09-09 | auto merge of #9034 : catamorphism/rust/rustpkg-workcache, r=metajack | bors | -538/+792 |
| 2013-09-09 | auto merge of #9086 : pcwalton/rust/writeback-port, r=brson | bors | -26/+26 |
| 2013-09-09 | auto merge of #9089 : anasazi/rust/fix-acceptor-iterator, r=cmr | bors | -4/+9 |
| 2013-09-09 | auto merge of #9083 : dcrewi/rust/biguint-bit-ops, r=brson | bors | -0/+79 |
| 2013-09-09 | librustc: Port writeback to the new API. | Patrick Walton | -26/+26 |
| 2013-09-09 | auto merge of #9071 : thestinger/rust/noalias, r=alexcrichton | bors | -9/+38 |
| 2013-09-09 | auto merge of #9033 : alexcrichton/rust/libuv-makefile-dep, r=brson | bors | -1/+1 |
| 2013-09-09 | add `noalias` attribute to ~ return values | Daniel Micay | -9/+38 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -195/+115 |
| 2013-09-09 | Implement bitwise operations on BigUint | David Creswick | -0/+79 |
| 2013-09-09 | Merge RandBigUint and RandBigInt into single trait | David Creswick | -21/+17 |
| 2013-09-09 | Convert between BigInts, BigUints, ints, and uints | David Creswick | -53/+100 |
| 2013-09-09 | Add test for issue #8587, about calling nested functions of the same name | blake2-ppc | -0/+50 |
| 2013-09-09 | auto merge of #9051 : bjz/rust/master, r=huonw | bors | -384/+419 |
| 2013-09-09 | auto merge of #9059 : Kimundi/rust/master, r=huonw | bors | -20/+77 |
| 2013-09-09 | Some work on std::ascii: Marked unsafe function unsafe, added moving implemen... | Marvin Löbel | -20/+77 |
| 2013-09-09 | auto merge of #9073 : alexcrichton/rust/remove-local-data-hax, r=huonw | bors | -9/+7 |
| 2013-09-09 | Remove hacks around issues in local_data | Alex Crichton | -9/+7 |
| 2013-09-09 | auto merge of #9065 : thestinger/rust/iter, r=alexcrichton | bors | -95/+89 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -95/+89 |
| 2013-09-08 | auto merge of #9066 : thestinger/rust/repr, r=alexcrichton | bors | -2/+5 |
| 2013-09-08 | rustpkg: Address review comments from Jack | Tim Chevalier | -164/+126 |
| 2013-09-08 | extra: Address review comments from Jack | Tim Chevalier | -12/+13 |
| 2013-09-08 | repr: update for removal of const | Daniel Micay | -2/+1 |
| 2013-09-08 | repr: write the mutability qualifier for slices | Daniel Micay | -0/+4 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -497/+668 |
| 2013-09-08 | workcache: Add the ability to save and load the database... | Tim Chevalier | -19/+139 |
| 2013-09-08 | Fix pretty-printing of empty impl items | Jakub | -1/+13 |
| 2013-09-08 | auto merge of #8988 : cmr/rust/fromstr_fn, r=brson | bors | -3/+9 |
| 2013-09-08 | Fix import order which caused the wrong from_str to be in scope | Corey Richardson | -3/+3 |
| 2013-09-09 | Fix unused import warnings on 32bit systems | Brendan Zabarauskas | -2/+6 |
| 2013-09-08 | auto merge of #9054 : huonw/rust/labelled-for, r=thestinger | bors | -145/+69 |
| 2013-09-08 | syntax: aesthetic improvements to the `for` desugaring. | Huon Wilson | -130/+38 |
| 2013-09-08 | syntax: implement labelled breaks for `for`. | Huon Wilson | -16/+32 |
| 2013-09-08 | auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonw | bors | -45/+46 |
| 2013-09-08 | Add Clone and DeepClone constraints to Primitive trait | Brendan Zabarauskas | -1/+4 |
| 2013-09-08 | Moved checked trait impls out of std::num | Brendan Zabarauskas | -383/+411 |
| 2013-09-07 | auto merge of #9050 : huonw/rust/unfoldnor, r=thestinger | bors | -8/+8 |
| 2013-09-08 | std: Rename Unfoldr to Unfold. | Huon Wilson | -8/+8 |
| 2013-09-07 | auto merge of #9015 : MicahChalmer/rust/emacs-fixes-round-2, r=nikomatsakis | bors | -35/+568 |