| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-25 | De-realstd os::args | Kevin Ballard | -34/+7 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 |
| 2014-05-24 | auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler | bors | -2/+2 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -2/+2 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -2/+2 |
| 2014-05-23 | std: Move running_on_valgrind to rt::util. #1457 | Brian Anderson | -1/+17 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -19/+26 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -12/+19 |
| 2014-05-21 | auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson | bors | -8/+9 |
| 2014-05-19 | std: Use Arc instead of UnsafeArc in BlockedTask | Alex Crichton | -8/+9 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -8/+72 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -272/+4 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -4/+5 |
| 2014-05-15 | core: Implement unwrap()/unwrap_err() on Result | Alex Crichton | -15/+3 |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -11/+11 |
| 2014-05-15 | use sched_yield on linux and freebsd | Daniel Micay | -10/+0 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -2/+57 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -1/+2 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -2/+1 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -0/+1 |
| 2014-05-12 | register snapshots | Daniel Micay | -36/+2 |
| 2014-05-11 | heap: replace `exchange_free` with `deallocate` | Daniel Micay | -8/+3 |
| 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 | core: Remove the cast module | Alex Crichton | -73/+68 |
| 2014-05-11 | android workaround | Daniel Micay | -1/+1 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -7/+6 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -133/+142 |
| 2014-05-10 | use jemalloc to implement Vec<T> | Daniel Micay | -0/+3 |
| 2014-05-10 | add an align parameter to exchange_malloc | Daniel Micay | -1/+44 |
| 2014-05-10 | add back jemalloc to the tree | Daniel Micay | -1/+101 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-05-08 | Handle fallout in libnative | Kevin Ballard | -1/+1 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -1/+1 |
| 2014-05-08 | Handle fallout in os | Kevin Ballard | -20/+23 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -5/+4 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -5/+4 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -0/+15 |
| 2014-05-07 | auto merge of #13751 : alexcrichton/rust/io-close-read, r=brson | bors | -0/+4 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -0/+4 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Add a limited implementation of failure | Alex Crichton | -32/+12 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -109/+139 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -23/+23 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -0/+1 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -14/+23 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+3 |