| Age | Commit message (Expand) | Author | Lines |
| 2013-09-19 | auto merge of #9279 : erickt/rust/master, r=alexcrichton | bors | -19/+1 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -115/+115 |
| 2013-09-19 | auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonw | bors | -1/+15 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -53/+53 |
| 2013-09-18 | auto merge of #9280 : alexcrichton/rust/less-c++, r=brson | bors | -4/+17 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -34/+4 |
| 2013-09-18 | Remove rust_run_program.cpp | Alex Crichton | -4/+17 |
| 2013-09-18 | libstd/librustc: Make the crate_map a weak symbol that libstd links against. | Luqman Aden | -1/+2 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -67/+1034 |
| 2013-09-18 | librustc/libstd: No longer pass crate_map to start. | Luqman Aden | -2/+74 |
| 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-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -53/+53 |
| 2013-09-17 | std: Fix an invalid read in from_c_multistring | Brian Anderson | -2/+2 |
| 2013-09-18 | std::borrow: Use raw pointer comparison for `ref_eq` | blake2-ppc | -1/+15 |
| 2013-09-17 | Document a few undocumented modules in libstd | Alex Crichton | -51/+336 |
| 2013-09-17 | std: Remove Option.or_{default,zero} | Erick Tryzelaar | -19/+1 |
| 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 |