| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | Fix libnative | Steven Fackler | -6/+6 |
| 2014-09-24 | liblibc and libnative: send() should use const buffers. | NODA, Kai | -1/+1 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -4/+4 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-09 | rollup merge of #17020 : nodakai/libnative-c_int | Alex Crichton | -6/+3 |
| 2014-09-08 | libnative/io: generic retry() for Unix 64 bit read/write(). | NODA, Kai | -6/+3 |
| 2014-09-07 | auto merge of #16942 : alexcrichton/rust/remove-net-assert, r=brson | bors | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -3/+3 |
| 2014-09-02 | native: Remove a bogus assert in net::read | Alex Crichton | -1/+1 |
| 2014-08-24 | native: clone/close_accept for win32 pipes | Alex Crichton | -12/+23 |
| 2014-08-24 | native: Add some documentation for accept | Alex Crichton | -0/+34 |
| 2014-08-24 | native: TCP close/close_accept for windows | Alex Crichton | -74/+181 |
| 2014-08-24 | native: Implement clone/close_accept for unix | Alex Crichton | -20/+73 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+2 |
| 2014-08-04 | Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i... | Andrew Poelstra | -17/+18 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+3 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -1/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -9/+9 |
| 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 |