| Age | Commit message (Expand) | Author | Lines |
| 2013-06-16 | auto merge of #7156 : Dretch/rust/float-hash, r=graydon | bors | -0/+41 |
| 2013-06-16 | auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwalton | bors | -2/+63 |
| 2013-06-16 | std: fix UnfoldrIterator cross-crate. | Huon Wilson | -2/+2 |
| 2013-06-16 | auto merge of #7137 : erickt/rust/from-elem-fixme, r=thestinger | bors | -2/+4 |
| 2013-06-16 | auto merge of #7123 : huonw/rust/more-str, r=thestinger | bors | -330/+298 |
| 2013-06-15 | auto merge of #7149 : thestinger/rust/vec, r=graydon | bors | -80/+31 |
| 2013-06-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -105/+788 |
| 2013-06-16 | remove unused imports | Huon Wilson | -1/+0 |
| 2013-06-15 | old_iter: rm the min/max free functions | Daniel Micay | -34/+0 |
| 2013-06-15 | fix test | Daniel Micay | -3/+4 |
| 2013-06-15 | rm CopyableOrderedIter | Daniel Micay | -24/+2 |
| 2013-06-15 | rm vec::uniq_len | Daniel Micay | -19/+25 |
| 2013-06-15 | std::rt: Tasks contain a JoinLatch | Brian Anderson | -32/+56 |
| 2013-06-16 | std: allow any sort of string to be Added with +. | Huon Wilson | -2/+22 |
| 2013-06-16 | std: test-fixes, remove warnings, syntax highlighting for code examples. | Huon Wilson | -9/+9 |
| 2013-06-16 | std: continue improving the comparison trait impls for str. | Huon Wilson | -166/+128 |
| 2013-06-16 | std: simplify the string comparison implementations, using iterators. | Huon Wilson | -30/+14 |
| 2013-06-16 | std: convert str::to_utf16 to a method. | Huon Wilson | -28/+29 |
| 2013-06-16 | std: convert str::{map,levdistance,subslice_offset} to methods. | Huon Wilson | -108/+110 |
| 2013-06-15 | Merge remote-tracking branch 'toddaaro/io' into io | Brian Anderson | -93/+807 |
| 2013-06-15 | std: Remove doc references to reinterpret_cast | Brian Anderson | -5/+2 |
| 2013-06-15 | iterator: work around method resolve bug | Daniel Micay | -10/+10 |
| 2013-06-15 | iterator: add a `position` adaptor | Daniel Micay | -0/+24 |
| 2013-06-15 | iterator: add a `find` adaptor | Daniel Micay | -3/+23 |
| 2013-06-15 | Add IterBytes impls for float/f32/f64. This allows creating | gareth | -0/+41 |
| 2013-06-15 | auto merge of #7147 : huonw/rust/vec-connect, r=Aatch | bors | -16/+18 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -4/+8 |
| 2013-06-15 | std::dynamic_lib: start fixing windows implementation | Philipp Brueschweiler | -21/+33 |
| 2013-06-14 | auto merge of #7122 : thestinger/rust/std, r=luqmana | bors | -14/+14 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -140/+6 |
| 2013-06-15 | std: rename .connect/.concat in VectorVector to avoid conflicting with StrVec... | Huon Wilson | -16/+18 |
| 2013-06-14 | rm CopyableNonstrictIter | Daniel Micay | -53/+1 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -28/+1 |
| 2013-06-14 | rm ExtendedMutableIter | Daniel Micay | -12/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -47/+4 |
| 2013-06-14 | auto merge of #7116 : thestinger/rust/whitespace, r=luqmana | bors | -5/+0 |
| 2013-06-14 | Add Zero impls for lots of common types | Alex Crichton | -2/+63 |
| 2013-06-14 | std: add a fixme to note performance issues in vec::from_elem. | Erick Tryzelaar | -2/+4 |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -213/+393 |
| 2013-06-14 | Added a UdpWatcher and UdpSendRequest with associated callbacks | Eric Reed | -5/+184 |
| 2013-06-14 | added bindings to extract udp handle from udp send requests | Eric Reed | -4/+12 |
| 2013-06-14 | std: get std::path tests to work again | Erick Tryzelaar | -0/+1 |
| 2013-06-13 | std::rt: Tasks must have an unwinder. Simpler | Brian Anderson | -57/+13 |
| 2013-06-13 | std::rt: Change the Task constructors to reflect a tree | Brian Anderson | -26/+81 |
| 2013-06-13 | std::rt: Add JoinLatch | Brian Anderson | -4/+665 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -30/+32 |
| 2013-06-13 | update the libstd docstring for the rename | Daniel Micay | -14/+14 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -5/+0 |
| 2013-06-13 | Corrected libuv UDP bindings. | Eric Reed | -2/+2 |
| 2013-06-13 | auto merge of #7105 : sstewartgallus/rust/removed_unused_imports, r=sanxiyn | bors | -4/+2 |