| Age | Commit message (Expand) | Author | Lines |
| 2013-09-22 | disable scheduler starvation test on valgrind | Daniel Micay | -9/+13 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -43/+2 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -357/+280 |
| 2013-09-22 | std: move rand.rs to rand/mod.rs. | Huon Wilson | -1/+0 |
| 2013-09-22 | std::result: Remove function `map_opt` | blake2-ppc | -13/+0 |
| 2013-09-22 | auto merge of #9395 : brson/rust/0.8, r=alexcrichton | bors | -2/+2 |
| 2013-09-21 | auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmr | bors | -10/+27 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -2/+2 |
| 2013-09-21 | std: add file::io::test module and ensure correct build | Jeff Olson | -243/+251 |
| 2013-09-21 | std: cleanup file::io rustdoc_ng output | Jeff Olson | -67/+49 |
| 2013-09-21 | auto merge of #9381 : luisbg/rust/master, r=cmr | bors | -0/+6 |
| 2013-09-21 | auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestinger | bors | -0/+1 |
| 2013-09-21 | auto merge of #9368 : StrLght/rust/master, r=thestinger | bors | -1/+1 |
| 2013-09-21 | auto merge of #9354 : thestinger/rust/cleanup, r=alexcrichton | bors | -19/+0 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -1/+9 |
| 2013-09-21 | Document a few undocumented methos in Vector | Luis de Bethencourt | -0/+6 |
| 2013-09-21 | std: add missing #[inline] annotation to the f64 neg method. | Sébastien Crozet | -0/+1 |
| 2013-09-21 | Fix example in std::Option | Grigoriy | -1/+1 |
| 2013-09-20 | auto merge of #9276 : alexcrichton/rust/dox, r=brson | bors | -51/+336 |
| 2013-09-20 | auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brson | bors | -115/+115 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -34/+4 |
| 2013-09-20 | util: remove unused `with` function | Daniel Micay | -19/+0 |
| 2013-09-19 | std::rt: Try stealing from all schedulers | Brian Anderson | -10/+27 |
| 2013-09-19 | Fix unresolved symbol error for the crate_map in libstd on os x. | Luqman Aden | -0/+7 |
| 2013-09-19 | Ignore io::process tests | Alex Crichton | -0/+6 |
| 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 |