| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-07-09 | Add FileTypeUnix trait to add unix special file types | Jesús Espino | -2/+28 |
| 2015-07-09 | io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fill | Ulrik Sverdrup | -2/+3 |
| 2015-07-08 | Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichton | bors | -6/+12 |
| 2015-07-08 | Make `std::env::current_dir` work for path names longer than 2048 bytes on no... | Tobias Bucher | -10/+49 |
| 2015-07-08 | io: Simplify BufReader::with_capacity | Ulrik Sverdrup | -4/+1 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -2/+11 |
| 2015-07-08 | Rollup merge of #26784 - birkenfeld:patch-2, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2015-07-06 | Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson | bors | -8/+20 |
| 2015-07-06 | typo "struct has is 0-sized" | Oliver Schneider | -1/+1 |
| 2015-07-06 | doc: add some array usage examples | Tshepang Lekhonkhobe | -0/+13 |