| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2014-05-13 | auto merge of #14075 : Rufflewind/rust/patch-3, r=alexcrichton | bors | -10/+36 |
| 2014-05-13 | Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsA | Phil Ruffwind | -9/+31 |
| 2014-05-13 | Use CreateProcessW instead of CreateProcessA | Phil Ruffwind | -1/+5 |
| 2014-05-13 | Added functions pop_char and shift_char to StrBuf struct along with appropria... | Dylan Braithwaite | -4/+57 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -96/+264 |
| 2014-05-12 | Document a possible way in which connect_timout may change in the future | Tom Lee | -0/+3 |
| 2014-05-12 | Try to parse TcpStream::connect 'host' parameter as an IP. | Tom Lee | -1/+4 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -96/+258 |
| 2014-05-12 | Test fixes from rollup | Alex Crichton | -3/+1 |