| Age | Commit message (Expand) | Author | Lines |
| 2013-11-11 | auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson | bors | -3/+4 |
| 2013-11-11 | Clean lint on test build | Corey Richardson | -2/+0 |
| 2013-11-10 | Enable uv pipe tests on windows | Alex Crichton | -1/+5 |
| 2013-11-10 | Register new snapshots | Alex Crichton | -23/+4 |
| 2013-11-10 | Fix usage of libuv for windows | Alex Crichton | -7/+13 |
| 2013-11-10 | Another round of test fixes from previous commits | Alex Crichton | -24/+23 |
| 2013-11-10 | Fall back from uv tty instances more aggressively | Alex Crichton | -5/+2 |
| 2013-11-10 | Assorted test fixes and merge conflicts | Alex Crichton | -4/+5 |
| 2013-11-10 | Rework the idle callback to have a safer interface | Alex Crichton | -21/+11 |
| 2013-11-10 | Add bindings to uv's utime function | Alex Crichton | -4/+47 |
| 2013-11-10 | Clean up the remaining chunks of uv | Alex Crichton | -14/+14 |
| 2013-11-10 | Start migrating stream I/O away from ~fn() | Alex Crichton | -2/+0 |
| 2013-11-10 | Remove usage of ~fn from the scheduler | Alex Crichton | -3/+2 |
| 2013-11-10 | Remove usage of ~fn() from uv async/idle | Alex Crichton | -18/+31 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10378 | Young-il Choi | -3/+3 |
| 2013-11-10 | disable tests on android since tcp/ip permission cannot be acquired without h... | Young-il Choi | -0/+1 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -30/+97 |
| 2013-11-04 | auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brson | bors | -13/+5 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -55/+26 |
| 2013-11-04 | Stop extra buffering when stdout isn't a tty | Alex Crichton | -13/+5 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -301/+350 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -575/+919 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -415/+900 |
| 2013-11-03 | Modify IoFactory's fs_mkdir, and add fs_rename | Alex Crichton | -1/+2 |
| 2013-11-01 | Remove unnecessary unwind messages | Alex Crichton | -55/+26 |
| 2013-11-01 | auto merge of #10204 : alexcrichton/rust/better-names, r=brson | bors | -0/+3 |
| 2013-11-01 | auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichton | bors | -1/+1 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+3 |
| 2013-11-01 | auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmr | bors | -14/+27 |
| 2013-11-01 | Reordered the methods in std::Option and std::Result | Marvin Löbel | -1/+1 |
| 2013-10-31 | Provide a sound method of flushing stdout | Alex Crichton | -14/+27 |
| 2013-10-31 | libstd: Remove mocks. | Patrick Walton | -181/+131 |
| 2013-10-31 | auto merge of #10180 : alexcrichton/rust/flush-default, r=brson | bors | -31/+6 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -24/+57 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -31/+6 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -24/+57 |
| 2013-10-30 | auto merge of #10168 : reedlepee123/rust/priv_fields, r=brson | bors | -21/+21 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -0/+1 |
| 2013-10-30 | changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #... | reedlepee | -21/+21 |
| 2013-10-29 | Register new snapshots | Alex Crichton | -6760/+0 |
| 2013-10-29 | auto merge of #10140 : brson/rust/comm, r=alexcrichton | bors | -7/+1 |
| 2013-10-29 | auto merge of #10132 : pcwalton/rust/proc, r=pcwalton | bors | -7/+9 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -7/+9 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -41/+87 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -0/+1 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -18/+72 |
| 2013-10-29 | auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichton | bors | -1/+4 |
| 2013-10-29 | auto merge of #10135 : alexcrichton/rust/snapshots, r=thestinger | bors | -110/+83 |
| 2013-10-28 | auto merge of #10127 : thestinger/rust/cold, r=pcwalton | bors | -0/+1 |
| 2013-10-28 | rt::task: Make current_stack_segment public again | Keegan McAllister | -1/+4 |