| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |