| Age | Commit message (Expand) | Author | Lines |
| 2013-08-22 | std: naive stdio print test in uvio | Jeff Olson | -0/+20 |
| 2013-08-22 | std: UvFileStream implements HomingIO + .home_for_io() wrapper usage | Jeff Olson | -39/+60 |
| 2013-08-22 | std: writing to stdout only works when using -1 offset.. | Jeff Olson | -1/+1 |
| 2013-08-22 | std: lint appeasement for unused param in condition handler | Jeff Olson | -1/+1 |
| 2013-08-22 | std: rework file io.. support [p]read,[p]write, impl seek/tell + more tests | Jeff Olson | -53/+214 |
| 2013-08-22 | std: adding #[fixed_stack_segment] as needed in new uvll calls | Jeff Olson | -0/+16 |
| 2013-08-22 | std: add FileStream::unlink + more tests | Jeff Olson | -2/+52 |
| 2013-08-22 | std: rt::io::file::FileStream fleshed out.. needs more work.. see extended | Jeff Olson | -40/+127 |
| 2013-08-22 | std: CRUD file io bindings in uvio, fs_open()/unlink() in IoFactory + test | Jeff Olson | -0/+190 |
| 2013-08-22 | std: remove fcntl const bindings + making valgrind clean w/ no owned vecs | Jeff Olson | -142/+68 |
| 2013-08-22 | std: support async/threadpool & sync paths in uv_fs_* calls + add sync test | Jeff Olson | -35/+169 |
| 2013-08-22 | std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test | Jeff Olson | -53/+119 |
| 2013-08-22 | std: working tests for low-level libuv open, write and close operations | Jeff Olson | -27/+126 |
| 2013-08-22 | std: bootstrapping libuv-based fileio in newrt... open & close | Jeff Olson | -14/+222 |
| 2013-08-22 | Implement size_hint() on RangeInclusive | Kevin Ballard | -0/+15 |
| 2013-08-22 | doc: Fix transmute example | Keegan McAllister | -1/+4 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -22/+153 |
| 2013-08-21 | auto merge of #8590 : blake2-ppc/rust/std-str, r=alexcrichton | bors | -131/+254 |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -42/+40 |
| 2013-08-21 | Don't fail in port.try_recv() the second time. Close #7800. | Ben Blum | -6/+13 |
| 2013-08-22 | std::str: Add test for CharIterator .clone() | blake2-ppc | -0/+8 |
| 2013-08-21 | auto merge of #8445 : Florob/rust/unicode, r=graydon | bors | -1/+2406 |
| 2013-08-21 | auto merge of #8610 : kballard/rust/mod_floor, r=alexcrichton | bors | -2/+15 |
| 2013-08-21 | auto merge of #8604 : kballard/rust/iter-size-hint, r=graydon | bors | -11/+100 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -22/+153 |
| 2013-08-21 | auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon | bors | -224/+214 |
| 2013-08-21 | auto merge of #8600 : sfackler/rust/http, r=brson | bors | -30/+0 |
| 2013-08-21 | Add support for performing NFD and NFKD on strings | Florian Zeitz | -0/+143 |
| 2013-08-21 | Add canonical combining class to std::unicode | Florian Zeitz | -0/+166 |
| 2013-08-21 | Add Unicode decomposition mappings to std::unicode | Florian Zeitz | -1/+2097 |
| 2013-08-21 | auto merge of #8582 : thestinger/rust/container, r=thestinger | bors | -158/+221 |
| 2013-08-20 | enable tests for the container tutorial | Daniel Micay | -3/+3 |
| 2013-08-20 | iterator: add a method for reversing a container | Daniel Micay | -2/+30 |
| 2013-08-20 | option: derive Clone/DeepClone for the iterator | Daniel Micay | -0/+1 |
| 2013-08-20 | vec: add `shrink_to_fit` | Daniel Micay | -0/+26 |
| 2013-08-20 | rm obsolete float to_str_radix free functions | Daniel Micay | -74/+53 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -81/+57 |
| 2013-08-20 | iterator: add a `range_inclusive` function | Daniel Micay | -0/+52 |
| 2013-08-20 | container: inline contains_key default method | Daniel Micay | -0/+1 |
| 2013-08-20 | auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brson | bors | -14/+17 |
| 2013-08-20 | auto merge of #8631 : anasazi/rust/homing-io, r=brson | bors | -348/+679 |
| 2013-08-20 | Fixed a memory leak caused by the singleton idle callback failing to close co... | toddaaro | -14/+17 |
| 2013-08-20 | small cleanups in task/spawn.rs | Ben Blum | -45/+32 |
| 2013-08-20 | auto merge of #8519 : msullivan/rust/objects, r=catamorphism | bors | -1/+1 |
| 2013-08-20 | Added home_for_io_with_sched variant. Temporarily making IO unkillable. | Eric Reed | -124/+165 |
| 2013-08-20 | Add assert_once_ever macro. Close #7748. (fixme cf #8472) | Ben Blum | -0/+37 |
| 2013-08-20 | Moved .sleep() to Timer. | Eric Reed | -7/+2 |
| 2013-08-20 | auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson | bors | -302/+386 |
| 2013-08-19 | std: Restore dynamic borrow tracking | Brian Anderson | -17/+43 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -660/+653 |