| Age | Commit message (Expand) | Author | Lines |
| 2013-07-30 | auto merge of #8008 : bblum/rust/select, r=brson | bors | -31/+23 |
| 2013-07-31 | FALSE is not 1u8 but 0u8, of cource. | OGINO Masanori | -1/+1 |
| 2013-07-30 | std: Remove ManualThreads spawn mode | Brian Anderson | -1/+1 |
| 2013-07-31 | Fix comment. | Dmitry Ermolov | -1/+3 |
| 2013-07-30 | Fix opts_str. | Dmitry Ermolov | -3/+13 |
| 2013-07-30 | Modify test to expose issue #6492. | Dmitry Ermolov | -14/+31 |
| 2013-07-30 | UnsafeArc methods return unsafe pointers, so are not themselves unsafe. | Ben Blum | -3/+3 |
| 2013-07-30 | Unkillable is not unsafe. Close #7832. | Ben Blum | -28/+20 |
| 2013-07-30 | Do not enforce two newlines after the options | Jordi Boggiano | -3/+2 |
| 2013-07-30 | auto merge of #8121 : thestinger/rust/offset, r=alexcrichton | bors | -8/+8 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -3/+99 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -8/+8 |
| 2013-07-30 | extra: Add .rev_iter() for bitv | blake2-ppc | -0/+5 |
| 2013-07-30 | extra: Implement iterator::Extendable | blake2-ppc | -21/+51 |
| 2013-07-30 | extra: Implement RandomAccessIterator for RingBuf | blake2-ppc | -15/+26 |
| 2013-07-30 | extra: Implement DoubleEnded and RandomAccess iterators for bitv | blake2-ppc | -4/+35 |
| 2013-07-29 | std: Rename Iterator adaptor types to drop the -Iterator suffix | blake2-ppc | -12/+12 |
| 2013-07-28 | Refactored vec and str iterators to remove prefixes | jmgrosen | -2/+3 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -16/+14 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -14/+13 |
| 2013-07-27 | cleanup .unwrap and .unwrap_err fixing io tests | Erick Tryzelaar | -2/+1 |
| 2013-07-27 | Fix nits. | Steven Stewart-Gallus | -8/+9 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -288/+290 |
| 2013-07-27 | auto merge of #8074 : thestinger/rust/iterator, r=cmr | bors | -11/+8 |
| 2013-07-27 | Remove dummy type parameters from iterator adaptors | blake2-ppc | -11/+8 |
| 2013-07-25 | Added default impls for container methods | Steven Fackler | -23/+1 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -0/+24 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -29/+29 |
| 2013-07-24 | rc: Use ~T for allocation | blake2-ppc | -47/+43 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -11/+11 |
| 2013-07-23 | Fix some impls such that all supertraits are actually implemented. | Michael Sullivan | -0/+24 |
| 2013-07-23 | clean up warnings | Erick Tryzelaar | -1/+1 |
| 2013-07-23 | std: remove str::to_owned and str::raw::slice_bytes_owned | Erick Tryzelaar | -22/+22 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -5/+5 |
| 2013-07-23 | std: rename str.as_bytes_with_null_consume to str.to_bytes_with_null | Erick Tryzelaar | -1/+1 |
| 2013-07-23 | extra: rebase fallout. | Graydon Hoare | -1/+1 |
| 2013-07-23 | extra: give up trying to make more fields of context cloneable, just use ARCs. | Graydon Hoare | -16/+28 |
| 2013-07-23 | extra: switch json from hashmaps to treemaps | Graydon Hoare | -15/+13 |
| 2013-07-23 | extra: add consume iter to treemap. | Graydon Hoare | -0/+63 |
| 2013-07-23 | extra: clean up workcache to use & in place of @ most places. | Graydon Hoare | -58/+71 |
| 2013-07-23 | extra: remove a @ in workcache config. | Graydon Hoare | -3/+3 |
| 2013-07-23 | extra: change workcache::Work::unwrap to move out of self. | Graydon Hoare | -26/+18 |
| 2013-07-23 | extra: access workcache db via RWARC. | Graydon Hoare | -13/+17 |
| 2013-07-23 | extra: use deriving more in workcache, switch to treemaps. | Graydon Hoare | -71/+22 |
| 2013-07-23 | auto merge of #7944 : blake2-ppc/rust/dlist-move-nodes, r=bblum | bors | -138/+199 |
| 2013-07-23 | auto merge of #7934 : sfackler/rust/smallintset, r=alexcrichton | bors | -369/+0 |
| 2013-07-22 | auto merge of #7703 : sfackler/rust/bitv, r=alexcrichton | bors | -51/+149 |
| 2013-07-23 | dlist: Rename rotate methods to .rotate_forward() and .rotate_backward() | blake2-ppc | -15/+15 |
| 2013-07-22 | std: Move change_dir_locked to unstable. #7870 | Brian Anderson | -2/+4 |
| 2013-07-22 | extra: Add url module | Brian Anderson | -0/+1072 |