| Age | Commit message (Expand) | Author | Lines |
| 2015-07-16 | Rollup merge of #26950 - AlisdairO:memset, r=alexcrichton | Manish Goregaokar | -0/+166 |
| 2015-07-16 | Rollup merge of #26977 - brson:stddoc, r=Gankro | Manish Goregaokar | -35/+224 |
| 2015-07-15 | Add specializations of read_to_end for Stdin, TcpStream and File, | Alisdair Owens | -0/+166 |
| 2015-07-14 | Address more feedback | Brian Anderson | -3/+3 |
| 2015-07-14 | Address more feedback | Brian Anderson | -4/+5 |
| 2015-07-14 | Auto merge of #27024 - bluss:io-drain, r=alexcrichton | bors | -8/+2 |
| 2015-07-14 | Use Vec::drain in BufWriter | Ulrik Sverdrup | -8/+2 |
| 2015-07-13 | Address feedback | Brian Anderson | -33/+37 |
| 2015-07-13 | Fix local path | Brian Anderson | -1/+1 |
| 2015-07-13 | std: Refining crate docs | Brian Anderson | -33/+217 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -8/+60 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+4 |
| 2015-07-13 | Add more tests for AsciiExt::is_ascii | Simon Sapin | -8/+11 |
| 2015-07-13 | Add tests for AsciiExt::make_ascii_*case, including on String. | Simon Sapin | -0/+45 |
| 2015-07-12 | Auto merge of #26958 - alexcrichton:down-with-thread-dtors, r=brson | bors | -2/+19 |
| 2015-07-12 | std: Fix a TLS destructor bug on OSX | Alex Crichton | -2/+19 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -1/+1 |
| 2015-07-12 | Auto merge of #26965 - bluss:cstring-debug, r=alexcrichton | bors | -4/+16 |
| 2015-07-12 | Rollup merge of #26979 - tshepang:trim, r=Gankro | Manish Goregaokar | -4/+0 |
| 2015-07-12 | Auto merge of #26972 - jethrogb:patch-1, r=alexcrichton | bors | -2/+6 |
| 2015-07-12 | Auto merge of #26959 - dhuseby:i686-unknown-freebsd, r=alexcrichton | bors | -7/+9 |
| 2015-07-12 | doc: remove redundant info | Tshepang Lekhonkhobe | -4/+0 |
| 2015-07-11 | Change std::fs::File.set_len example and documentation | jethrogb | -2/+6 |
| 2015-07-11 | Use escaped byte string representation for CString Debug | Ulrik Sverdrup | -4/+16 |
| 2015-07-11 | fixing trailing whitespace | Dave Huseby | -1/+1 |
| 2015-07-11 | Rollup merge of #26936 - bluss:doc-array, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-07-11 | adding support for i686-unknown-freebsd target | Dave Huseby | -7/+9 |
| 2015-07-11 | Auto merge of #26903 - steveklabnik:io_function_docs, r=alexcricthon | bors | -19/+158 |
| 2015-07-11 | Auto merge of #26945 - steveklabnik:doc_io_bufreader, r=alexcrichton | bors | -4/+77 |
| 2015-07-11 | Auto merge of #26929 - alexcrichton:windows-dir-junction, r=brson | bors | -35/+225 |
| 2015-07-11 | Auto merge of #26941 - fhartwig:osx-file-debug, r=alexcrichton | bors | -3/+15 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-07-10 | More docs for std::io::BufReader | Steve Klabnik | -4/+77 |
| 2015-07-10 | Auto merge of #26896 - tbu-:pr_getcwd, r=alexcrichton | bors | -20/+26 |
| 2015-07-10 | std: Consider directory junctions as directories | Alex Crichton | -35/+225 |
| 2015-07-10 | Auto merge of #26928 - reem:cstr-is-a-cow, r=Gankro | bors | -2/+40 |
| 2015-07-10 | Add more std::io documentation. | Steve Klabnik | -19/+158 |
| 2015-07-10 | Show file name and access mode in Debug instance for File on OS X | Florian Hartwig | -3/+15 |
| 2015-07-10 | Small tweaks for the documentation of the primitive type array | Ulrik Sverdrup | -4/+4 |
| 2015-07-10 | Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton | bors | -16/+93 |
| 2015-07-10 | Remove the generic `fill_bytes_buf` function | Tobias Bucher | -31/+13 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -16/+93 |
| 2015-07-09 | Test that CStr and CString have equivalent hashes. | Jonathan Reem | -1/+16 |
| 2015-07-09 | Implement Borrow<CStr> for CString and ToOwned for CStr | Jonathan Reem | -1/+24 |
| 2015-07-09 | Expand documentation for the primitive type array | Ulrik Sverdrup | -6/+35 |
| 2015-07-09 | Auto merge of #26766 - jespino:add-more-filetypes, r=alexcrichton | bors | -2/+28 |
| 2015-07-09 | Auto merge of #26814 - tshepang:array-examples, r=bluss | bors | -0/+13 |
| 2015-07-09 | Address some comments on the pull request | Tobias Bucher | -40/+25 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -7/+7 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -5/+4 |