| Age | Commit message (Expand) | Author | Lines |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -158/+83 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -97/+90 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -162/+303 |
| 2013-10-24 | Remove unbound pipes from io::pipe | Alex Crichton | -41/+22 |
| 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/+249 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -86/+587 |
| 2013-10-23 | mark some functions as returning ! | Daniel Micay | -1/+1 |
| 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 | -114/+110 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -2/+2 |
| 2013-10-23 | auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmana | bors | -11/+7 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -2/+11 |
| 2013-10-22 | auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestinger | bors | -2/+2 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -2/+2 |
| 2013-10-22 | Tidy up asm! usage in libstd | Alex Crichton | -11/+7 |
| 2013-10-23 | Making ai_next field public | reedlepee | -1/+1 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -14/+14 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -112/+25 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -127/+214 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -103/+103 |
| 2013-10-20 | Don't allocate a string when calling println | Alex Crichton | -1/+18 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -67/+412 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -67/+412 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -25/+0 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -25/+0 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -7/+7 |
| 2013-10-16 | auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton | bors | -8/+38 |
| 2013-10-16 | auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichton | bors | -38/+47 |
| 2013-10-15 | auto merge of #9857 : brson/rust/mainsched, r=alexcrichton | bors | -2/+8 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -27/+28 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -38/+46 |
| 2013-10-14 | std::rt: Fix the set up of the main thread so that it doesn't try to steal work | Brian Anderson | -2/+8 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -1/+0 |
| 2013-10-11 | auto merge of #9809 : fhahn/rust/remove-old-cratemap-code, r=alexcrichton | bors | -170/+10 |
| 2013-10-11 | Remove support for older CrateMap versions | Florian Hahn | -170/+10 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -28/+134 |
| 2013-10-10 | auto merge of #9749 : alexcrichton/rust/less-io, r=brson | bors | -145/+1251 |
| 2013-10-10 | Make the file::DirectoryInfo trait public | Alex Crichton | -1/+1 |
| 2013-10-10 | Remove some users of io::file_reader | Alex Crichton | -4/+24 |
| 2013-10-10 | Migrate users of io::fd_t to io::native::file::fd_t | Alex Crichton | -88/+34 |
| 2013-10-10 | Implement BufferedReader.{read_until, read_line} | Alex Crichton | -7/+65 |
| 2013-10-10 | Implement rt::io::stdio | Alex Crichton | -25/+83 |
| 2013-10-09 | auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichton | bors | -1/+1 |
| 2013-10-09 | auto merge of #9742 : alexcrichton/rust/issue-9739, r=brson | bors | -2/+8 |
| 2013-10-09 | Don't abort if the runtime is run twice. | Alex Crichton | -2/+8 |
| 2013-10-09 | Implement io::native::process | Alex Crichton | -0/+752 |
| 2013-10-09 | Implement io::native::stdio | Alex Crichton | -0/+67 |
| 2013-10-09 | Implement io::native::file | Alex Crichton | -25/+230 |