| Age | Commit message (Expand) | Author | Lines |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -3/+4 |
| 2014-02-03 | native: Require all results are used and fix fallout | Alex Crichton | -22/+26 |
| 2014-02-03 | native: Remove io_error usage | Alex Crichton | -7/+4 |
| 2014-02-02 | libnative: fix epoll_event struct layout | Ben Noordhuis | -9/+10 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+1 |
| 2014-01-29 | auto merge of #11754 : alexcrichton/rust/unused-result, r=brson | bors | -17/+15 |
| 2014-01-29 | Flag Result as #[must_use] and deal with fallout. | Alex Crichton | -17/+15 |
| 2014-01-29 | Removing do keyword from libnative | Scott Lawrence | -18/+18 |
| 2014-01-27 | Set SO_REUSEADDR by default in libnative. | xales | -0/+11 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -5/+5 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -1/+1 |
| 2014-01-24 | auto merge of #11748 : brson/rust/timerfdandroid, r=alexcrichton | bors | -1/+2 |
| 2014-01-24 | auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton | bors | -11/+129 |
| 2014-01-24 | libnative: Avoid gai_strerror on windows. | Luqman Aden | -11/+28 |
| 2014-01-23 | auto merge of #11686 : mankyKitty/rust/rename-invert-to-flip-issue-10632, r=a... | bors | -1/+1 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -1/+1 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -1/+1 |
| 2014-01-23 | Handle EINTR in epoll for native timers | Alex Crichton | -0/+1 |
| 2014-01-23 | native: Don't use timerfd on Android | Brian Anderson | -1/+2 |
| 2014-01-22 | auto merge of #11682 : thestinger/rust/vector, r=brson | bors | -3/+3 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -3/+3 |
| 2014-01-22 | Implement native timers | Alex Crichton | -1/+995 |
| 2014-01-22 | libnative: Implement get_host_addresses. | Luqman Aden | -11/+112 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -2/+2 |
| 2014-01-17 | handle zero-size allocations correctly | Daniel Micay | -2/+2 |
| 2014-01-16 | Fixing a typo: bookeeping -> bookkeeping | Derek Chiang | -10/+10 |
| 2014-01-15 | register snapshots | Daniel Micay | -24/+0 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -7/+26 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -1/+0 |
| 2014-01-07 | doc: Add libgreen and libnative to the index | Brian Anderson | -0/+3 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -1/+5 |
| 2014-01-07 | auto merge of #11348 : alexcrichton/rust/snapshots, r=brson | bors | -3/+0 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -7/+26 |
| 2014-01-06 | Don't read forever on a file descriptor | Alex Crichton | -5/+5 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -2/+6 |
| 2014-01-06 | auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton | bors | -4/+4 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -4/+1 |
| 2014-01-06 | auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonw | bors | -1/+5 |
| 2014-01-06 | Don't wait for a full buffer when reading TCP | Alex Crichton | -4/+4 |
| 2014-01-05 | Guarantee that native tasks wait for children | Alex Crichton | -1/+5 |
| 2014-01-05 | auto merge of #11313 : alexcrichton/rust/fix-native-failure, r=pcwalton | bors | -1/+2 |
| 2014-01-05 | auto merge of #11304 : alexcrichton/rust/eintr, r=brson | bors | -70/+108 |
| 2014-01-05 | Don't abort the process in native::start | Alex Crichton | -1/+2 |
| 2014-01-05 | Handle EINTR throughout libnative | Alex Crichton | -70/+108 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -5/+22 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -5/+22 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-02 | auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichton | bors | -6/+2 |
| 2014-01-01 | libnative: Use [from|to]_be16 instead of bswap16 | Carl-Anton Ingmarsson | -6/+2 |