| Age | Commit message (Expand) | Author | Lines |
| 2013-08-10 | Increase system stack size. | Dmitry Ermolov | -1/+1 |
| 2013-08-09 | auto merge of #8352 : stepancheg/rust/ipv6-to-str, r=luqmana | bors | -1/+8 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -32/+168 |
| 2013-08-09 | Fix Ipv6Addr to_str for ::1:x.x.x.x addresses | Stepan Koltsov | -1/+8 |
| 2013-08-09 | auto merge of #8361 : alexcrichton/rust/fix-node-hashes-in-crates, r=thestinger | bors | -26/+29 |
| 2013-08-09 | auto merge of #8357 : omasanori/rust/cleanup, r=alexcrichton | bors | -57/+3 |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -57/+3 |
| 2013-08-08 | auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwalton | bors | -65/+158 |
| 2013-08-08 | auto merge of #8336 : stepancheg/rust/socket-addr-from-str, r=brson | bors | -70/+367 |
| 2013-08-08 | auto merge of #8356 : toddaaro/rust/ws, r=brson | bors | -63/+328 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -554/+762 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -63/+328 |
| 2013-08-08 | Fix more priv fallout | Corey Richardson | -5/+5 |
| 2013-08-08 | xfail-fast an aux test | Corey Richardson | -1/+1 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -32/+168 |
| 2013-08-08 | auto merge of #8245 : alexcrichton/rust/fmt2, r=graydon | bors | -3/+2258 |
| 2013-08-07 | Fix fallout | Corey Richardson | -8/+8 |
| 2013-08-07 | (cleanup) Improve rtabort message for atomic-sleep. | Ben Blum | -1/+2 |
| 2013-08-07 | fix recv_ready for Port to take &self and not need to return a tuple. Close #... | Ben Blum | -7/+26 |
| 2013-08-07 | extra: Remove all each_* methods in treemap | blake2-ppc | -39/+6 |
| 2013-08-07 | extra: Implement .rev_iter() in treemap | blake2-ppc | -21/+60 |
| 2013-08-07 | extra: External iterators for TreeSet set operations | blake2-ppc | -114/+134 |
| 2013-08-07 | extra: Simplify Eq/Ord in treemap | blake2-ppc | -21/+5 |
| 2013-08-07 | Gedit/gtksourceview language spec: add 'in' keyword | Simon Sapin | -0/+1 |
| 2013-08-07 | std: add missing #[inline] annotation to the f64 arithmetic trait impls. | Huon Wilson | -0/+4 |
| 2013-08-07 | misc help message fix | Do Nhat Minh | -3/+3 |
| 2013-08-07 | Add some documentation about globals in ffi docs | Alex Crichton | -0/+42 |
| 2013-08-07 | Add weak_rng to get a random algo that puts more emphasis on speed than security | Jordi Boggiano | -0/+10 |
| 2013-08-07 | Document rand module with more emphasis on cryptographic security | Jordi Boggiano | -2/+12 |
| 2013-08-07 | Change const to static | Sangeun Kim | -43/+43 |
| 2013-08-07 | Change Freeze to Static | Sangeun Kim | -3/+3 |
| 2013-08-07 | Fix unit structs in cross-crate situtations | Alex Crichton | -2/+92 |
| 2013-08-07 | extra: add `internal` to {de,in}flate_bytes_ naming to address nit | darkf | -6/+6 |
| 2013-08-07 | add extra::flate::deflate_bytes_zlib and a test | darkf | -2/+19 |
| 2013-08-07 | add inflate_bytes_zlib to exra::flate | darkf | -2/+11 |
| 2013-08-07 | Turn OptGroups into a main opt and a main and an aliased opts | Jordi Boggiano | -35/+72 |
| 2013-08-07 | Add missing getopts::groups::optflagmulti function | Jordi Boggiano | -0/+14 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -64/+81 |
| 2013-08-07 | Implement DoubleEndedIterator on Range | Kevin Ballard | -65/+56 |
| 2013-08-07 | rustc: Fix for-range loops that can use iterators | blake2-ppc | -29/+21 |
| 2013-08-07 | Bugfix .each_edge in middle/graph.rs | blake2-ppc | -3/+3 |
| 2013-08-07 | std: Fix for-range loops that can use iterators | blake2-ppc | -44/+31 |
| 2013-08-07 | extra: Remove all .each methods in smallintmap | blake2-ppc | -43/+0 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -3/+2258 |
| 2013-08-07 | auto merge of #8358 : brson/rust/newrt, r=brson | bors | -65/+187 |
| 2013-08-07 | Turn on the new runtime | Brian Anderson | -1/+1 |
| 2013-08-07 | rusti: Disable tests | Brian Anderson | -0/+15 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -8/+48 |
| 2013-08-07 | doc: Fix deadlocks in tutorial due to yield bustage | Brian Anderson | -3/+6 |
| 2013-08-07 | xfail debug-info/option-like-enum | Brian Anderson | -0/+1 |