| Age | Commit message (Expand) | Author | Lines |
| 2013-09-18 | auto merge of #9280 : alexcrichton/rust/less-c++, r=brson | bors | -4/+17 |
| 2013-09-18 | Remove rust_run_program.cpp | Alex Crichton | -4/+17 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -67/+1034 |
| 2013-09-18 | auto merge of #9296 : alexcrichton/rust/snapshots, r=cmr | bors | -1445/+13 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -1445/+13 |
| 2013-09-18 | auto merge of #9277 : crabtw/rust/mips, r=brson | bors | -27/+140 |
| 2013-09-18 | auto merge of #9275 : blake2-ppc/rust/float-from-str, r=thestinger | bors | -211/+187 |
| 2013-09-17 | std: Fix an invalid read in from_c_multistring | Brian Anderson | -2/+2 |
| 2013-09-18 | fix compilation errors of mips target | Jyun-Yan You | -27/+140 |
| 2013-09-18 | std: Remove {float,f64,f32}::from_str in favor of from_str | blake2-ppc | -211/+187 |
| 2013-09-17 | auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestinger | bors | -231/+1386 |
| 2013-09-17 | std: fix win32 build issue re: multistring parsing | Jeff Olson | -1/+1 |
| 2013-09-17 | std: whitespace clean up io::file docs | Jeff Olson | -52/+52 |
| 2013-09-17 | remove unnecessary transmutes | Daniel Micay | -27/+8 |
| 2013-09-17 | std: fix win32 build error in os::env() | Jeff Olson | -1/+1 |
| 2013-09-17 | std: remove RtioStream | Jeff Olson | -5/+0 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -76/+68 |
| 2013-09-16 | std: merge conflict cleanup from std::str | Jeff Olson | -1/+0 |
| 2013-09-16 | std: docstring fixes in io::file | Jeff Olson | -239/+259 |
| 2013-09-16 | std: minor cleanup in some io_error descs in io::file | Jeff Olson | -2/+2 |
| 2013-09-16 | std: lots of docs for std::rt::io::file | Jeff Olson | -52/+298 |
| 2013-09-16 | std: FsRequest.req_boilerplate() be &mut self | Jeff Olson | -17/+58 |
| 2013-09-16 | std: remove impl'd/commented-out fstat signatures | Jeff Olson | -4/+0 |
| 2013-09-16 | std: generlize & move io::file::suppressed_stat to io::ignore_io_error | Jeff Olson | -19/+19 |
| 2013-09-16 | std: correctly pass STDOUT in to naive_print test fn | Jeff Olson | -1/+1 |
| 2013-09-16 | std: unignore some file io tests that work on windows, now | Jeff Olson | -6/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -16/+173 |
| 2013-09-16 | std: expose more stat info | Jeff Olson | -7/+7 |
| 2013-09-16 | std: more work on from_c_multistring.. let it take an optional len param | Jeff Olson | -6/+18 |
| 2013-09-16 | std: clean up Dir/FileInfo inheritence and flesh out Dir Info | Jeff Olson | -59/+129 |
| 2013-09-16 | std: win32 os::env() str parsing to str::raw::from_c_multistring + test | Jeff Olson | -10/+38 |
| 2013-09-16 | std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter | Jeff Olson | -131/+269 |
| 2013-09-16 | merge cleanup | Jeff Olson | -1/+2 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -203/+661 |
| 2013-09-16 | auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichton | bors | -118/+152 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -76/+68 |
| 2013-09-17 | std::at_vec: Fix segfault on overflow when resizing ~[@T] | blake2-ppc | -5/+16 |
| 2013-09-17 | rt::io: Use vec::reserve_additional | blake2-ppc | -1/+1 |
| 2013-09-17 | std::str: Fix overflow problems in unsafe code | blake2-ppc | -105/+59 |
| 2013-09-16 | auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichton | bors | -26/+47 |
| 2013-09-16 | std::str: Add bench tests for StrVector::connect() and for str::push_str | blake2-ppc | -0/+19 |
| 2013-09-16 | std::vec: Add function vec::bytes::push_bytes | blake2-ppc | -0/+17 |
| 2013-09-16 | std::vec: Fix hazards with uint overflows in unsafe code | blake2-ppc | -6/+29 |
| 2013-09-16 | auto merge of #9192 : Kimundi/rust/master, r=huonw | bors | -16/+278 |
| 2013-09-16 | Corrected a few small style issues | Marvin Löbel | -18/+43 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -16/+253 |
| 2013-09-16 | std::num: Add uint::next_power_of_two_opt | blake2-ppc | -1/+11 |
| 2013-09-15 | c_str: Add new method .as_str() -> Option<&str> | Kevin Ballard | -3/+74 |
| 2013-09-16 | std::rt::uv::file: Enable tests on Win32 | klutzy | -2/+0 |
| 2013-09-16 | std::rt::uv::uvio: Enable tests on Win32 | klutzy | -2/+0 |