| Age | Commit message (Expand) | Author | Lines |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -7/+6 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -31/+138 |
| 2014-02-16 | auto merge of #12313 : bjz/rust/tuple, r=huonw | bors | -289/+179 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -81/+5 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -125/+128 |
| 2014-02-16 | Merge ImmutableTuple* traits into their respective Tuple* trait | Brendan Zabarauskas | -38/+16 |
| 2014-02-16 | Delegate ToStr implementation to Show for tuples | Brendan Zabarauskas | -48/+7 |
| 2014-02-16 | Implement Show for 1-12 element tuples | Brendan Zabarauskas | -0/+26 |
| 2014-02-15 | auto merge of #12302 : alexcrichton/rust/issue-12295, r=brson | bors | -10/+28 |
| 2014-02-15 | auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichton | bors | -2/+24 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -52/+80 |
| 2014-02-15 | Correctly reset steals when hitting MAX_STEALS | Alex Crichton | -7/+28 |
| 2014-02-15 | Silence some unused import warnings | Alex Crichton | -3/+0 |
| 2014-02-15 | auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton | bors | -146/+276 |
| 2014-02-16 | Convert some unnecessary StaticNativeMutexes to NativeMutexes. | Huon Wilson | -4/+3 |
| 2014-02-16 | std::unstable::mutex: streamline & clarify documentation. | Huon Wilson | -26/+37 |
| 2014-02-16 | std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex. | Huon Wilson | -65/+107 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -45/+49 |
| 2014-02-16 | std: add tests for the _noguard lock/signal/wait methods on Mutex. | Huon Wilson | -2/+28 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -57/+105 |
| 2014-02-15 | Add a method to LimitReader to return the limit | Steven Fackler | -2/+24 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -28/+10 |
| 2014-02-15 | auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw | bors | -142/+108 |
| 2014-02-15 | impl fmt::Pointer for &T and &mut T | Corey Richardson | -1/+11 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -141/+97 |
| 2014-02-15 | auto merge of #12283 : kballard/rust/env-args-bytes, r=erickt | bors | -42/+148 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -52/+80 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -6/+6 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -22/+4 |
| 2014-02-15 | Update LimitReader to take the Reader to wrap by value | Palmer Cox | -7/+8 |
| 2014-02-15 | Create RefReader and RefWriter adaptor structs | Palmer Cox | -0/+33 |
| 2014-02-14 | Use str::from_utf8_lossy() for os::env() and friends | Kevin Ballard | -11/+60 |
| 2014-02-14 | Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes() | Kevin Ballard | -25/+50 |
| 2014-02-14 | Add c_str::CString.as_bytes_no_nul() | Kevin Ballard | -6/+38 |
| 2014-02-14 | auto merge of #12276 : alexcrichton/rust/issue-8449, r=kballard | bors | -5/+1 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -5/+1 |
| 2014-02-14 | auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichton | bors | -21/+30 |
| 2014-02-14 | Invoke gcc with -nodefaultlibs | Alex Crichton | -1/+13 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -0/+6 |
| 2014-02-14 | return value/use extra::test::black_box in benchmarks | lpy | -21/+24 |
| 2014-02-14 | auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson | bors | -0/+1 |
| 2014-02-13 | auto merge of #12172 : alexcrichton/rust/green-improvements, r=brson | bors | -11/+26 |
| 2014-02-13 | Remove two allocations from spawning a green task | Alex Crichton | -0/+6 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -4/+12 |
| 2014-02-13 | Don't allocate in LocalHeap::new() | Alex Crichton | -7/+8 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -215/+10 |
| 2014-02-13 | Rebase conflicts from this giant stack of patches | Alex Crichton | -3/+3 |
| 2014-02-13 | Lift $dst outside the closure in write! | Alex Crichton | -6/+8 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -82/+59 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -186/+1 |