| Age | Commit message (Expand) | Author | Lines |
| 2013-09-06 | fix for issue #7588, overflow now handled correctly | Aaron Laursen | -4/+31 |
| 2013-09-06 | Fix Acceptor iterator ending early if a connection attempt fails | Eric Reed | -4/+9 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -1/+9 |
| 2013-09-09 | auto merge of #9051 : bjz/rust/master, r=huonw | bors | -384/+419 |
| 2013-09-09 | Some work on std::ascii: Marked unsafe function unsafe, added moving implemen... | Marvin Löbel | -20/+77 |
| 2013-09-09 | auto merge of #9073 : alexcrichton/rust/remove-local-data-hax, r=huonw | bors | -9/+7 |
| 2013-09-09 | Remove hacks around issues in local_data | Alex Crichton | -9/+7 |
| 2013-09-09 | auto merge of #9065 : thestinger/rust/iter, r=alexcrichton | bors | -64/+62 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -64/+62 |
| 2013-09-08 | repr: update for removal of const | Daniel Micay | -2/+1 |
| 2013-09-08 | repr: write the mutability qualifier for slices | Daniel Micay | -0/+4 |
| 2013-09-08 | auto merge of #8988 : cmr/rust/fromstr_fn, r=brson | bors | -3/+9 |
| 2013-09-08 | Fix import order which caused the wrong from_str to be in scope | Corey Richardson | -3/+3 |
| 2013-09-09 | Fix unused import warnings on 32bit systems | Brendan Zabarauskas | -2/+6 |
| 2013-09-08 | Add Clone and DeepClone constraints to Primitive trait | Brendan Zabarauskas | -1/+4 |
| 2013-09-08 | Moved checked trait impls out of std::num | Brendan Zabarauskas | -383/+411 |
| 2013-09-08 | std: Rename Unfoldr to Unfold. | Huon Wilson | -6/+6 |
| 2013-09-07 | auto merge of #9046 : thestinger/rust/repr, r=alexcrichton | bors | -5/+22 |
| 2013-09-07 | fix repr of strings/chars with quotes | Daniel Micay | -5/+22 |
| 2013-09-06 | auto merge of #9002 : brson/rust/issue-8769, r=catamorphism | bors | -22/+21 |
| 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 #8914 : Dretch/rust/native-glob, r=alexcrichton | bors | -84/+0 |
| 2013-09-05 | auto merge of #8909 : lkuper/rust/default-methods-refactor, r=alexcrichton | bors | -234/+156 |
| 2013-09-05 | std: Remove push_fast from OwnedVector. Closes #8769 | Brian Anderson | -22/+21 |
| 2013-09-05 | auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brson | bors | -84/+84 |
| 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 | Replace os::glob with extra::glob, which is written in rust, | Gareth Smith | -84/+0 |
| 2013-09-05 | auto merge of #8984 : chris-morgan/rust/auto-stream-impl, r=huonw | bors | -0/+2 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -84/+84 |
| 2013-09-05 | Minor doc cleanup. | Lindsey Kuper | -11/+12 |
| 2013-09-05 | Factor shared code out into default GenericPath methods. | Lindsey Kuper | -223/+144 |
| 2013-09-05 | auto merge of #8990 : thestinger/rust/str, r=alexcrichton | bors | -11/+0 |
| 2013-09-05 | Remove the __log function for __log_level | Alex Crichton | -1/+9 |
| 2013-09-05 | str: rm `map_chars`, replaced by iterators | Daniel Micay | -11/+0 |
| 2013-09-04 | auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw | bors | -0/+11 |
| 2013-09-05 | Add from_str docs | Corey Richardson | -0/+1 |
| 2013-09-05 | Add a from_str function that calls out to the associated method on the trait | Corey Richardson | -0/+5 |
| 2013-09-04 | std::str: Deny surrogates in is_utf8 | blake2-ppc | -3/+12 |
| 2013-09-04 | auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonw | bors | -25/+25 |
| 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 | -10/+9 |
| 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 | auto merge of #8901 : adridu59/rust/issue-8511, r=huonw | bors | -1/+7 |
| 2013-09-04 | Another followup on #6009. | Felix S. Klock II | -1/+2 |
| 2013-09-04 | libstd/os: set tmp dir to /data/tmp on Android | adridu59 | -1/+7 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -15/+248 |