| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2014-05-12 | Improved example code in Option | Adolfo OchagavĂa | -12/+15 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -9/+15 |
| 2014-05-12 | Remove an unnecessary .move_iter().collect() | Simon Sapin | -1/+1 |
| 2014-05-12 | Make ProcessOutput Eq, TotalEq, Clone | Yehuda Katz | -0/+1 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -0/+22 |
| 2014-05-12 | register snapshots | Daniel Micay | -84/+2 |
| 2014-05-11 | auto merge of #14119 : thestinger/rust/heap, r=cmr | bors | -24/+33 |
| 2014-05-11 | auto merge of #14110 : SSheldon/rust/strbuf_mutable, r=alexcrichton | bors | -1/+17 |
| 2014-05-11 | heap: replace `exchange_free` with `deallocate` | Daniel Micay | -17/+12 |
| 2014-05-11 | heap: add a way to print allocator statistics | Daniel Micay | -2/+16 |
| 2014-05-11 | mark rust_malloc/rust_free as unsafe | Daniel Micay | -6/+6 |
| 2014-05-11 | sync::deque: port to the new allocator API | Daniel Micay | -15/+19 |
| 2014-05-11 | Implement Mutable trait for StrBuf. | Steven Sheldon | -1/+17 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -253/+258 |
| 2014-05-11 | android workaround | Daniel Micay | -1/+1 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -10/+9 |