| Age | Commit message (Expand) | Author | Lines |
| 2014-05-24 | auto merge of #14396 : vhbit/rust/opaque-mutex, r=alexcrichton | bors | -23/+31 |
| 2014-05-24 | std: minor simplification to sync::deque. | Huon Wilson | -5/+5 |
| 2014-05-24 | Rename functions in Ascii | Adolfo OchagavĂa | -6/+48 |
| 2014-05-24 | auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler | bors | -5/+5 |
| 2014-05-24 | Fixes problems on systems with opaque mutex | Valerii Hiora | -23/+31 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -5/+5 |
| 2014-05-23 | auto merge of #14379 : brson/rust/simd, r=alexcrichton | bors | -83/+24 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -5/+4 |
| 2014-05-23 | std: Move simd to core::simd and reexport. #1457 | Brian Anderson | -63/+2 |
| 2014-05-23 | std: Move running_on_valgrind to rt::util. #1457 | Brian Anderson | -15/+18 |
| 2014-05-23 | auto merge of #14368 : tedhorst/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-05-23 | auto merge of #14359 : brson/rust/minordoc, r=alexcrichton | bors | -2/+1 |
| 2014-05-23 | Minor library doc copyediting | Brian Anderson | -2/+1 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -74/+5 |
| 2014-05-22 | updated hash value in reduced benchmark | Ted Horst | -1/+1 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -7/+7 |
| 2014-05-22 | auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brson | bors | -1/+2 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -2/+2 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -137/+148 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -203/+150 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -442/+494 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -74/+5 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -7/+7 |
| 2014-05-22 | auto merge of #14322 : thestinger/rust/secret_santa_heap, r=alexcrichton | bors | -3/+3 |
| 2014-05-21 | doc: Fix some broken links | Alex Crichton | -1/+1 |
| 2014-05-21 | auto merge of #14307 : kballard/rust/vim_prelude_mutablecloneablevector, r=cmr | bors | -4/+4 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson | bors | -343/+174 |
| 2014-05-21 | std,green: Mark some queue types as NoShare | Alex Crichton | -3/+9 |
| 2014-05-21 | migrate from `exchange_malloc` to `allocate` | Daniel Micay | -3/+3 |
| 2014-05-21 | std: Change hash to reexport its own Writer | Alex Crichton | -1/+2 |
| 2014-05-21 | auto merge of #14315 : kballard/rust/stdreader_isatty, r=alexcrichton | bors | -0/+10 |
| 2014-05-20 | auto merge of #14259 : alexcrichton/rust/core-mem, r=brson | bors | -12/+16 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -12/+16 |
| 2014-05-20 | auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brson | bors | -8/+72 |
| 2014-05-20 | Add .isatty() method to StdReader | Kevin Ballard | -0/+10 |
| 2014-05-20 | auto merge of #14305 : tbu-/rust/pr_doc_bytes, r=huonw | bors | -1/+2 |
| 2014-05-20 | Add non-utf8 byte to the bytes!() example | Tobias Bucher | -1/+2 |
| 2014-05-20 | Add slice::MutableCloneableVector to the prelude | Kevin Ballard | -4/+4 |
| 2014-05-20 | Address review comments | Brian Anderson | -1/+1 |
| 2014-05-20 | std: Alphabetize crate reexports for rustdoc | Brian Anderson | -4/+6 |
| 2014-05-20 | std: Fix broken link | Brian Anderson | -2/+1 |
| 2014-05-19 | std: Remove UnsafeArc | Alex Crichton | -218/+23 |
| 2014-05-19 | std: Move comm primitives away from UnsafeArc | Alex Crichton | -30/+39 |
| 2014-05-19 | std: Build Exclusive on Arc<Unsafe<T>> | Alex Crichton | -3/+5 |
| 2014-05-19 | std: Use Arc instead of UnsafeArc in BlockedTask | Alex Crichton | -8/+9 |
| 2014-05-19 | std: Rebuild spsc with Unsafe/&self | Alex Crichton | -25/+26 |
| 2014-05-19 | std: Rebuild mpsc queue with Unsafe/&self | Alex Crichton | -8/+9 |
| 2014-05-19 | std: Rebuild mpmc queues on Unsafe/Arc | Alex Crichton | -23/+27 |
| 2014-05-19 | std: Rebuild sync::deque on Arc | Alex Crichton | -25/+27 |