| Age | Commit message (Expand) | Author | Lines |
| 2015-07-12 | Auto merge of #26959 - dhuseby:i686-unknown-freebsd, r=alexcrichton | bors | -7/+133 |
| 2015-07-11 | Correct and clarify integer division rounding docs | William Throwe | -4/+10 |
| 2015-07-11 | Auto merge of #26913 - sfackler:tuple-debug, r=alexcrichton | bors | -7/+12 |
| 2015-07-12 | doc: remove redundant info | Tshepang Lekhonkhobe | -4/+0 |
| 2015-07-11 | Auto merge of #26882 - andreastt:style_improvements, r=alexcrichton | bors | -5/+4 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -77/+110 |
| 2015-07-11 | Change std::fs::File.set_len example and documentation | jethrogb | -2/+6 |
| 2015-07-11 | doc: make explanation easier to undrstand | Tshepang Lekhonkhobe | -2/+1 |
| 2015-07-11 | Use escaped byte string representation for CString Debug | Ulrik Sverdrup | -4/+16 |
| 2015-07-11 | We just have to replace error codes but code is good now | Guillaume Gomez | -77/+222 |
| 2015-07-11 | Auto merge of #26878 - Esption:master, r=pnkfelix | bors | -2/+2 |
| 2015-07-11 | remove repetition from E0308 explanation | Tshepang Lekhonkhobe | -1/+1 |
| 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 |