| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -94/+83 |
| 2013-09-04 | Revise path.rs API to not allocate ~str so much. | Felix S. Klock II | -25/+25 |
| 2013-09-04 | auto merge of #8960 : Kimundi/rust/master, r=alexcrichton | bors | -1/+27 |
| 2013-09-04 | Added explicit pub to several conditions. Enables completion of #6009. | Felix S. Klock II | -9/+7 |
| 2013-09-03 | Raise errors on format strings with unmatched `}` | Alex Crichton | -0/+11 |
| 2013-09-03 | auto merge of #8943 : alexcrichton/rust/issue-8904, r=brson | bors | -2/+8 |
| 2013-09-03 | auto merge of #8942 : novalis/rust/fmt, r=alexcrichton | bors | -0/+7 |
| 2013-09-03 | Test and document escaping on format!() | novalis | -0/+7 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -0/+6 |
| 2013-09-04 | Added ToStr impl for char | Marvin Löbel | -1/+27 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -0/+6 |
| 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-03 | auto merge of #8934 : sfackler/rust/bufreader, r=brson | bors | -3/+39 |
| 2013-09-03 | auto merge of #8947 : thestinger/rust/name, r=huonw | bors | -5/+20 |
| 2013-09-03 | auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw | bors | -62/+150 |
| 2013-09-03 | repr: add very basic support for functions | Daniel Micay | -5/+17 |
| 2013-09-03 | add type name to the tydesc | Daniel Micay | -0/+3 |
| 2013-09-02 | Raise the file descriptor limits when running compiletest | Alex Crichton | -2/+8 |
| 2013-09-02 | Fix the std::fmt doc-block to show up in pandoc | Alex Crichton | -1/+1 |
| 2013-09-02 | Implement BufReader | Steven Fackler | -3/+39 |
| 2013-09-02 | auto merge of #8927 : thestinger/rust/repr, r=huonw | bors | -23/+52 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -18/+33 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -4/+9 |
| 2013-09-02 | repr: print functions as `fn()` | Daniel Micay | -1/+10 |