| Age | Commit message (Expand) | Author | Lines |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -15/+14 |
| 2014-02-16 | Upgrade libuv | Alex Crichton | -1/+1 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -64/+287 |
| 2014-02-16 | auto merge of #12312 : brson/rust/doc, r=alexcrichton | bors | -11/+8 |
| 2014-02-16 | auto merge of #12313 : bjz/rust/tuple, r=huonw | bors | -307/+193 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -91/+11 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -133/+136 |
| 2014-02-16 | Merge ImmutableTuple* traits into their respective Tuple* trait | Brendan Zabarauskas | -38/+16 |
| 2014-02-16 | doc: Reorganize the library index | Brian Anderson | -11/+8 |
| 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 #12301 : FlaPer87/rust/issue-8893, r=alexcrichton | bors | -0/+19 |
| 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 | -102/+133 |
| 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 | -223/+334 |
| 2014-02-16 | Convert some unnecessary StaticNativeMutexes to NativeMutexes. | Huon Wilson | -25/+12 |
| 2014-02-16 | std::unstable::mutex: streamline & clarify documentation. | Huon Wilson | -26/+37 |
| 2014-02-16 | sync: Add `#[must_use]` to the Mutex guard. | Huon Wilson | -0/+1 |
| 2014-02-16 | std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex. | Huon Wilson | -73/+115 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -65/+69 |
| 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 | -94/+134 |
| 2014-02-16 | Add test and close #8893 | Flavio Percoco | -0/+19 |
| 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 | -718/+694 |
| 2014-02-15 | auto merge of #12296 : dotdash/rust/byval_noalias, r=cmr | bors | -1/+9 |
| 2014-02-15 | Declare by-value on-stack parameters to be noalias | Björn Steinbrink | -1/+9 |
| 2014-02-15 | auto merge of #12270 : bstrie/rust/pnoise, r=huonw | bors | -65/+49 |
| 2014-02-15 | Clean up the Perlin noise benchmark | Ben Striegel | -65/+49 |
| 2014-02-15 | auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw | bors | -219/+137 |
| 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 | -218/+126 |
| 2014-02-15 | auto merge of #12286 : sfackler/rust/no-conditions, r=alexcrichton | bors | -2/+0 |
| 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 | -67/+103 |
| 2014-02-14 | Remove broken link to old conditions tutorial | Steven Fackler | -2/+0 |
| 2014-02-14 | Update rustdoc testing to test all code blocks | Alex Crichton | -35/+30 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -685/+682 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -39/+18 |
| 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 | -12/+8 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -12/+8 |
| 2014-02-14 | auto merge of #12277 : alexcrichton/rust/fix-rustdoc-render, r=huonw | bors | -2/+4 |