| Age | Commit message (Expand) | Author | Lines |
| 2013-09-06 | Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co... | Eric Reed | -50/+187 |
| 2013-09-06 | Forgot to make accept() home for IO | Eric Reed | -1/+3 |
| 2013-09-06 | Upgrade libuv to the current master (again) | Alex Crichton | -124/+81 |
| 2013-09-06 | Fix Acceptor iterator ending early if a connection attempt fails | Eric Reed | -4/+9 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -6/+6 |
| 2013-09-07 | Handle global log levels (fixes #6033) | novalis | -36/+100 |
| 2013-09-06 | Fix #6031. Allow symbolic log levels, not just numbers. | novalis | -18/+53 |
| 2013-09-06 | auto merge of #9000 : brson/rust/dns, r=anasazi | bors | -15/+382 |
| 2013-09-05 | std::rt: Fix addrinfo definition on BSD | Brian Anderson | -1/+15 |
| 2013-09-05 | auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brson | bors | -12/+12 |
| 2013-09-05 | std::rt: Add get_host_addresses function | Brian Anderson | -10/+78 |
| 2013-09-05 | std::rt: Add libuv bindings for getaddrinfo | Brian Anderson | -0/+282 |
| 2013-09-05 | std::rt: Some I/O cleanup | Brian Anderson | -7/+10 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -12/+12 |
| 2013-09-05 | Implement Stream automatically for Reader + Writer | Chris Morgan | -0/+2 |
| 2013-09-04 | auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichton | bors | -5/+3 |
| 2013-09-04 | auto merge of #8935 : blake2-ppc/rust/reader-bytes, r=brson | bors | -1/+89 |
| 2013-09-04 | auto merge of #8880 : fhahn/rust/issue_8703, r=brson | bors | -15/+248 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -15/+248 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -6/+7 |
| 2013-09-04 | Added explicit pub to several conditions. Enables completion of #6009. | Felix S. Klock II | -5/+3 |
| 2013-09-03 | auto merge of #8943 : alexcrichton/rust/issue-8904, r=brson | bors | -2/+8 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -0/+4 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -0/+4 |
| 2013-09-03 | auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphism | bors | -160/+234 |
| 2013-09-03 | rt::io: Rename Bytes to ByteIterator and add note about iteration | blake2-ppc | -8/+14 |
| 2013-09-02 | Raise the file descriptor limits when running compiletest | Alex Crichton | -2/+8 |
| 2013-09-02 | Implement BufReader | Steven Fackler | -3/+39 |
| 2013-09-02 | rt::io: Add Bytes iterator for Reader | blake2-ppc | -1/+83 |
| 2013-08-30 | auto merge of #8854 : huonw/rust/rt-papercuts, r=brson | bors | -31/+25 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+20 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -845/+169 |
| 2013-08-29 | auto merge of #8842 : jfager/rust/remove-iter-module, r=pnkfelix | bors | -2/+2 |
| 2013-08-29 | rt: remove a series of unfortunate casts. | Huon Wilson | -13/+6 |
| 2013-08-29 | rt: use sugary functions rather than manual range loops. | Huon Wilson | -16/+11 |
| 2013-08-29 | rt: Handle non-integer RUST_THREADS (slightly) more gracefully. | Huon Wilson | -2/+8 |
| 2013-08-29 | Remove the iter module. | Jason Fager | -2/+2 |
| 2013-08-28 | auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brson | bors | -19/+14 |
| 2013-08-28 | auto merge of #8807 : alexcrichton/rust/remove-two-offsets, r=thestinger | bors | -1/+3 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+20 |
| 2013-08-27 | Remove offset_inbounds for an unsafe offset function | Alex Crichton | -1/+3 |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -19/+14 |
| 2013-08-27 | Fix merge fallout | Alex Crichton | -3/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -89/+803 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -83/+45 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -19/+19 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -5/+13 |
| 2013-08-27 | libstd: Fix merge fallout. | Patrick Walton | -5/+5 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -3/+3 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -96/+124 |