| Age | Commit message (Expand) | Author | Lines |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -4/+4 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+2 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -4/+5 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -8/+8 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -1/+2 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -8/+8 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -3/+2 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -1/+2 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -1/+4 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -2/+4 |
| 2014-06-06 | native: Deal with the rtio changes | Alex Crichton | -50/+51 |
| 2014-05-28 | fix MIPS target | Jyun-Yan You | -9/+10 |
| 2014-05-21 | auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson | bors | -15/+9 |
| 2014-05-21 | std,green: Mark some queue types as NoShare | Alex Crichton | -2/+2 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -6/+6 |
| 2014-05-19 | native: Remove UnsafeArc in favor of just Arc | Alex Crichton | -13/+7 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -5/+4 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-05-07 | native: Implement timeouts for windows pipes | Alex Crichton | -2/+0 |
| 2014-05-07 | native: Implement timeouts for unix networking | Alex Crichton | -104/+353 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -3/+4 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -8/+14 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -122/+6 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -27/+56 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -37/+131 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -2/+2 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -1/+1 |
| 2014-04-01 | std: migrate the errno -> IoError converter from libnative. | Huon Wilson | -1/+1 |
| 2014-03-31 | native: Switch field privacy as necessary | Alex Crichton | -4/+4 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -8/+8 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+5 |
| 2014-02-27 | native: Improve windows file handling | Alex Crichton | -12/+7 |
| 2014-02-24 | native: be more const correct with the FFI calls. | Huon Wilson | -1/+1 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -1/+3 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -2/+2 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -2/+1 |
| 2014-02-09 | std: Move byteswap functions to mem | Brian Anderson | -3/+2 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -5/+5 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -48/+82 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -10/+9 |
| 2014-02-03 | extra: Re-add the Once primitve to extra::sync | Alex Crichton | -8/+14 |
| 2014-02-03 | native: Require all results are used and fix fallout | Alex Crichton | -2/+2 |
| 2014-01-27 | Set SO_REUSEADDR by default in libnative. | xales | -0/+11 |
| 2014-01-22 | libnative: Implement get_host_addresses. | Luqman Aden | -2/+2 |
| 2014-01-06 | Don't wait for a full buffer when reading TCP | Alex Crichton | -4/+4 |
| 2014-01-05 | Handle EINTR throughout libnative | Alex Crichton | -18/+26 |
| 2014-01-01 | libnative: Use [from|to]_be16 instead of bswap16 | Carl-Anton Ingmarsson | -6/+2 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -9/+4 |