| Age | Commit message (Expand) | Author | Lines |
| 2014-02-17 | Remove the compile-fail test that's now obsolete | Kevin Ballard | -26/+0 |
| 2014-02-17 | auto merge of #12337 : nick29581/rust/generic_extern, r=alexcrichton | bors | -94/+125 |
| 2014-02-17 | Added more scripts to tidy check | Derek Guenther | -16/+160 |
| 2014-02-17 | auto merge of #12331 : bjz/rust/count-ones, r=alexcrichton | bors | -41/+91 |
| 2014-02-17 | auto merge of #12325 : big-guy/rust/doc-fixes, r=alexcrichton | bors | -3/+3 |
| 2014-02-18 | std: make str::from_utf16 return an Option. | Huon Wilson | -24/+48 |
| 2014-02-17 | std: decode even numbered non-BMP planes in the UTF-16 decoder. | Huon Wilson | -2/+5 |
| 2014-02-17 | str: provide lossy UTF-16 support. | Huon Wilson | -23/+133 |
| 2014-02-17 | std: convert str::from_utf16 to an external iterator. | Huon Wilson | -27/+38 |
| 2014-02-17 | std: iteratize str::is_utf16 & add tests. | Huon Wilson | -18/+78 |
| 2014-02-17 | auto merge of #12284 : brson/rust/install, r=alexcrichton | bors | -1/+2 |
| 2014-02-17 | Update tasks guide: SharedChan as been removed | Ehsanul Hoque | -11/+7 |
| 2014-02-17 | Forbid use of generics with foreign functions. Closes #10353. | Nick Cameron | -94/+125 |
| 2014-02-16 | Remove Freeze bounds from sync::MutexArc | Kevin Ballard | -72/+33 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -41/+91 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -288/+780 |
| 2014-02-16 | Move unix pipes implementation to pipe_unix.rs | Alex Crichton | -307/+312 |
| 2014-02-16 | Implement Unix domain sockets in libnative | Geoffroy Couprie | -2/+387 |
| 2014-02-16 | Address review feedback | Brian Anderson | -0/+1 |
| 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 | Update clients of the TaskBuilder API | Kevin Ballard | -16/+8 |
| 2014-02-16 | Clean up std::task docs, make TaskBuilder a real builder | Kevin Ballard | -97/+26 |
| 2014-02-16 | auto merge of #12312 : brson/rust/doc, r=alexcrichton | bors | -11/+8 |
| 2014-02-16 | Minor documentation fixes in std::fmt | Sterling Greene | -3/+3 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -511/+501 |
| 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 | mk: Base the windows dist target on prepare.mk | Brian Anderson | -1/+1 |