| Age | Commit message (Expand) | Author | Lines |
| 2015-07-11 | Fix feature name | Wesley Wiser | -1/+1 |
| 2015-07-11 | Fix version number on SliceConcatExt:join | Wesley Wiser | -1/+1 |
| 2015-07-11 | fixing trailing whitespace | Dave Huseby | -1/+1 |
| 2015-07-11 | doc: remove playground links for structs and traits | Cristian Kubis | -1/+1 |
| 2015-07-11 | Rollup merge of #26944 - rick68:patch-11, r=brson | Manish Goregaokar | -2/+2 |
| 2015-07-11 | Rollup merge of #26943 - brson:installer, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2015-07-11 | Rollup merge of #26936 - bluss:doc-array, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-07-11 | Rollup merge of #26932 - tsurai:master, r=steveklabnik | Manish Goregaokar | -1/+8 |
| 2015-07-11 | adding support for i686-unknown-freebsd target | Dave Huseby | -7/+133 |
| 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-10 | Fix make tidy | Jared Roesch | -26/+34 |
| 2015-07-11 | Suggest using `ref` inline in an error | P1start | -2/+46 |
| 2015-07-11 | Auto merge of #26929 - alexcrichton:windows-dir-junction, r=brson | bors | -35/+225 |
| 2015-07-10 | Rename TypeWithMutability to TypeAndMut | Jared Roesch | -106/+106 |
| 2015-07-11 | Auto merge of #26941 - fhartwig:osx-file-debug, r=alexcrichton | bors | -3/+20 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -87/+87 |
| 2015-07-10 | Rename SliceConcatExt::connect to join #26900 | Wesley Wiser | -2/+22 |
| 2015-07-10 | Remove `pub use` of TypeError in ty.rs | Jared Roesch | -41/+45 |
| 2015-07-10 | More docs for std::io::BufReader | Steve Klabnik | -4/+77 |
| 2015-07-10 | Auto merge of #26926 - alexcrichton:llvm-archive-writer, r=brson | bors | -550/+786 |
| 2015-07-11 | Update boxed.rs | Wei-Ming Yang | -2/+2 |
| 2015-07-10 | Improve some of the string escape diagnostic spans | Simonas Kazlauskas | -6/+4 |
| 2015-07-10 | Improve incomplete unicode escape reporting | Simonas Kazlauskas | -6/+20 |
| 2015-07-10 | Add trailing , for 1-tuples | Steven Fackler | -2/+17 |
| 2015-07-10 | Upgrade rust-installer. Fixes install on Fedora-based Linuxes. | Brian Anderson | -0/+0 |
| 2015-07-10 | Auto merge of #26896 - tbu-:pr_getcwd, r=alexcrichton | bors | -20/+26 |
| 2015-07-10 | trans: Use LLVM's writeArchive to modify archives | Alex Crichton | -550/+786 |
| 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/+20 |
| 2015-07-10 | Small tweaks for the documentation of the primitive type array | Ulrik Sverdrup | -4/+4 |
| 2015-07-10 | Auto merge of #26919 - alexcrichton:msvc-turn-off-unwinding, r=brson | bors | -31/+8 |
| 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-10 | doc: set playground to nightly for unstable code | Cristian Kubis | -1/+8 |
| 2015-07-10 | Auto merge of #26907 - nrc:save-fns, r=brson | bors | -210/+331 |
| 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-10 | Remove token::get_name when unneeded | Guillaume Gomez | -50/+60 |
| 2015-07-09 | Expand documentation for the primitive type array | Ulrik Sverdrup | -6/+35 |
| 2015-07-09 | Revert "msvc: Enable landing pads by default" | Alex Crichton | -31/+8 |
| 2015-07-09 | Auto merge of #26766 - jespino:add-more-filetypes, r=alexcrichton | bors | -2/+34 |
| 2015-07-10 | Preserve escape sequences in documentation comments on macro expansion | Barosl Lee | -1/+26 |
| 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 #26909 - rick68:patch-10, r=dotdash | bors | -5/+5 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -93/+64 |