| Age | Commit message (Expand) | Author | Lines |
| 2013-10-24 | Remove the 'callback_ms' function from EventLoop | Alex Crichton | -20/+3 |
| 2013-10-24 | Fix a bug with the scheduler and destructor order | Alex Crichton | -1/+63 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -174/+264 |
| 2013-10-24 | Bring io::signal up to date with changes to rt::rtio | Alex Crichton | -79/+75 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+392 |
| 2013-10-24 | Fixing some tests, adding some pipes | Alex Crichton | -5/+43 |
| 2013-10-24 | Migrate std::run to libuv processes | Alex Crichton | -19/+40 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -1854/+123 |
| 2013-10-24 | Remove std::io from ebml | Alex Crichton | -379/+393 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -140/+151 |
| 2013-10-24 | Move stdin to using libuv's pipes instead of a tty | Alex Crichton | -84/+48 |
| 2013-10-24 | Remove io::read_error | Alex Crichton | -52/+42 |
| 2013-10-24 | Stop logging task failure to task loggers | Alex Crichton | -9/+11 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -2028/+916 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -100/+166 |
| 2013-10-24 | Migrate the last typedefs to ~Trait in rtio | Alex Crichton | -19/+14 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -52/+84 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -315/+303 |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -208/+131 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -99/+92 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -162/+307 |
| 2013-10-24 | Remove unbound pipes from io::pipe | Alex Crichton | -50/+26 |
| 2013-10-24 | Address a few XXX comments throughout the runtime | Alex Crichton | -12/+20 |
| 2013-10-24 | Finish implementing io::net::addrinfo | Alex Crichton | -92/+262 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -86/+602 |
| 2013-10-24 | Cleaned, documented, wrote tests for up std::bool | Marvin Löbel | -302/+347 |
| 2013-10-24 | auto merge of #10042 : thestinger/rust/fail, r=sanxiyn | bors | -3/+2 |
| 2013-10-24 | drop unused `frame_address` intrinsic | Daniel Micay | -48/+2 |
| 2013-10-23 | mark some functions as returning ! | Daniel Micay | -3/+2 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -60/+395 |
| 2013-10-23 | register snapshots | Daniel Micay | -60/+395 |
| 2013-10-23 | auto merge of #10022 : hatahet/rust/master, r=alexcrichton | bors | -320/+67 |
| 2013-10-23 | Made uv_stat_t.{st_dev, st_ino} public, #9958 | Ziad Hatahet | -2/+2 |
| 2013-10-23 | Merge remote-tracking branch 'upstream/master' | Ziad Hatahet | -700/+1944 |
| 2013-10-23 | auto merge of #10034 : sfackler/rust/time, r=alexcrichton | bors | -13/+13 |
| 2013-10-23 | Re-make time struct fields public | Steven Fackler | -13/+13 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -247/+840 |
| 2013-10-23 | auto merge of #10027 : catamorphism/rust/testcases-2013-10-22, r=catamorphism | bors | -0/+111 |
| 2013-10-23 | auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmana | bors | -11/+7 |
| 2013-10-22 | auto merge of #10015 : huonw/rust/minor-fixes, r=alexcrichton | bors | -70/+78 |
| 2013-10-22 | testsuite: Test cases, all except issue-5216 xfailed | Tim Chevalier | -0/+111 |
| 2013-10-22 | auto merge of #9654 : catamorphism/rust/rustpkg-c-dependencies, r=brson | bors | -104/+513 |
| 2013-10-22 | rustpkg: Support arbitrary dependencies in the install API | Tim Chevalier | -104/+513 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -318/+65 |
| 2013-10-22 | Add tests for uniq & by-value self in mut slot. | Luqman Aden | -0/+103 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -11/+23 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -43/+53 |
| 2013-10-23 | std::rand: seed ISAAC with no transmutes. | Huon Wilson | -7/+16 |
| 2013-10-23 | std::rand: use "nothing up your sleeve numbers" for ISAAC tests. | Huon Wilson | -18/+18 |
| 2013-10-23 | std::rand: simplify/safe-ify the default Rng.fill_bytes. | Huon Wilson | -45/+44 |