| Age | Commit message (Expand) | Author | Lines |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -8/+72 |
| 2014-05-19 | Minor doc fixes in various places | Piotr Jawniak | -1/+1 |
| 2014-05-18 | Fixing rustdoc stage1. | Felix S. Klock II | -17/+51 |
| 2014-05-17 | Register new snapshots | Alex Crichton | -8/+0 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -700/+17 |
| 2014-05-17 | auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwalton | bors | -3/+3 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -3/+3 |
| 2014-05-16 | auto merge of #14135 : gereeter/rust/two-way-search, r=brson | bors | -0/+74 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -17/+29 |
| 2014-05-15 | std: Fix float tests | Alex Crichton | -21/+18 |
| 2014-05-15 | std: Delegate some integer formatting to core::fmt | Alex Crichton | -45/+29 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -35/+30 |
| 2014-05-15 | std: Rewrite the `write!` and `writeln!` macros | Alex Crichton | -5/+12 |
| 2014-05-15 | std: Add an adaptor for Writer => FormatWriter | Alex Crichton | -0/+36 |
| 2014-05-15 | core: Implement unwrap()/unwrap_err() on Result | Alex Crichton | -330/+5 |
| 2014-05-15 | core: Inherit the std::fmt module | Alex Crichton | -1968/+583 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -689/+8 |
| 2014-05-15 | auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmr | bors | -12/+20 |
| 2014-05-15 | std: Delete unused file | Brian Anderson | -52/+0 |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -42/+11 |
| 2014-05-15 | Add `IntoMaybeOwned` impl for `StrBuf` to ease conversion to `MaybeOwned`. | Felix S. Klock II | -0/+5 |
| 2014-05-15 | use sched_yield on linux and freebsd | Daniel Micay | -10/+0 |
| 2014-05-15 | Register new snapshots | Alex Crichton | -5/+2 |
| 2014-05-15 | Make `from_bits` in `bitflags!` safe; add `from_bits_truncate` | Aaron Turon | -7/+30 |
| 2014-05-15 | Make Vec.truncate() resilient against failure in Drop | Kevin Ballard | -5/+40 |
| 2014-05-15 | std: Modify TempDir to not fail on drop. Closes #12628 | Brian Anderson | -10/+47 |
| 2014-05-15 | auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichton | bors | -6/+8 |
| 2014-05-15 | auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichton | bors | -321/+466 |
| 2014-05-15 | std:: switch the order in which dynamic_lib adds search paths. | Huon Wilson | -6/+8 |
| 2014-05-14 | Change dynamic_library::open_external to take ToCStr | Aaron Turon | -8/+23 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -310/+348 |
| 2014-05-14 | Add ToCStr impl for &Path and StrBuf | Aaron Turon | -3/+95 |
| 2014-05-14 | auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichton | bors | -0/+3 |
| 2014-05-14 | librand: Remove all uses of `~str` from `librand` | Patrick Walton | -3/+3 |
| 2014-05-14 | Change StrBuf::from_utf8() to return Result | Kevin Ballard | -5/+10 |
| 2014-05-14 | Change str::from_utf8_owned() to return Result | Kevin Ballard | -7/+10 |
| 2014-05-14 | Added substring searching benchmarks. | Jonathan S | -0/+74 |
| 2014-05-14 | auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichton | bors | -2/+32 |
| 2014-05-14 | auto merge of #14186 : omasanori/rust/suppress-warnings, r=alexcrichton | bors | -1/+1 |
| 2014-05-14 | Implement set complement and universe for bitflags | J.C. Moyer | -2/+32 |
| 2014-05-14 | define Eq,TotalEq,Ord,TotalOrd for &mut T | Daniel Brooks | -0/+3 |
| 2014-05-13 | core: Inherit the atomics module | Alex Crichton | -795/+21 |
| 2014-05-13 | auto merge of #13127 : kballard/rust/read_at_least, r=alexcrichton | bors | -82/+251 |
| 2014-05-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -82/+251 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -60/+133 |
| 2014-05-13 | std: Rename str::Normalizations to str::Decompositions | Florian Zeitz | -17/+17 |
| 2014-05-13 | std, core: Generate unicode.rs using unicode.py | Florian Zeitz | -2/+2 |
| 2014-05-13 | Add tests for from_bits. | OGINO Masanori | -0/+7 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -6/+111 |
| 2014-05-14 | Suppress a "unused variable" warning. | OGINO Masanori | -1/+1 |