| Age | Commit message (Expand) | Author | Lines |
| 2015-11-04 | Auto merge of #29200 - tshepang:rustfmt-path, r=aturon | bors | -96/+165 |
| 2015-11-03 | libstd: implement PartialEq<Path> for PathBuf and Cow<Path> | Kevin Butler | -0/+48 |
| 2015-11-03 | libstd: implement From<&Path|PathBuf> for Cow<Path> | Kevin Butler | -0/+36 |
| 2015-11-03 | Auto merge of #29514 - apasel422:issue-26220, r=alexcrichton | bors | -0/+14 |
| 2015-11-02 | Auto merge of #29456 - alexcrichton:path-hash, r=aturon | bors | -3/+37 |
| 2015-11-02 | std: Base Hash for Path on its iterator | Alex Crichton | -3/+37 |
| 2015-11-02 | Auto merge of #29510 - mneumann:dragonfly-guard-page, r=alexcrichton | bors | -0/+4 |
| 2015-11-01 | Implement `IntoIterator` for `&{Path, PathBuf}` | Andrew Paseltiner | -0/+14 |
| 2015-11-01 | Use guard-pages also on DragonFly/FreeBSD. | Michael Neumann | -0/+4 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -55/+87 |
| 2015-10-31 | Fix stage0 ICE caused by the old _Unwind_Resume override trickery. | Vadim Chugunov | -0/+2 |
| 2015-10-31 | Auto merge of #29487 - sfackler:current-exe-docs, r=steveklabnik | bors | -3/+3 |
| 2015-10-30 | Tweak env docs a bit | Steven Fackler | -3/+3 |
| 2015-10-31 | Auto merge of #29484 - steveklabnik:gh29330, r=brson | bors | -130/+145 |
| 2015-10-30 | Some fixes to std index docs | Steve Klabnik | -9/+10 |
| 2015-10-30 | Clean up formatting on std main page | Steve Klabnik | -130/+144 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -1/+3 |
| 2015-10-30 | run rustfmt on std::path | Tshepang Lekhonkhobe | -96/+165 |
| 2015-10-29 | Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton | bors | -299/+267 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -299/+267 |
| 2015-10-27 | Auto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcrichton | bors | -0/+12 |
| 2015-10-26 | Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-10-26 | Auto merge of #29299 - tbu-:pr_btreemap_example_dup, r=alexcrichton | bors | -4/+4 |
| 2015-10-25 | Say that `std::env::{set_var, unset_var}` *may* panic | Tobias Bucher | -4/+6 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -19/+117 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -19/+117 |
| 2015-10-25 | Fix doc comment typo | Lee Jenkins | -1/+1 |
| 2015-10-25 | Document possible panics for `std::env::{set_var, unset_var}` | Tobias Bucher | -0/+10 |
| 2015-10-25 | Remove key duplication from `BTreeMap` example in `collections` | Tobias Bucher | -4/+4 |
| 2015-10-25 | Auto merge of #29256 - alexcrichton:less-flaky, r=brson | bors | -1/+3 |
| 2015-10-24 | Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichton | bors | -2/+2 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -2/+2 |
| 2015-10-23 | std: Add more entries to stdtest base_port | Alex Crichton | -1/+3 |
| 2015-10-23 | Drop `advapi32` and `shell32` from late_link_args. | Vadim Chugunov | -0/+1 |
| 2015-10-23 | Auto merge of #27894 - steveklabnik:gh26888, r=alexcrichton | bors | -4/+62 |
| 2015-10-22 | Document replacement behavior in some collections | Steve Klabnik | -4/+62 |
| 2015-10-21 | Fix doc sample for Cursor | Wesley Wiser | -1/+1 |
| 2015-10-21 | Moar comments. | Vadim Chugunov | -26/+34 |
| 2015-10-20 | std: Implement FromStr for SocketAddrV{4,6} | Alex Crichton | -17/+59 |
| 2015-10-20 | Auto merge of #29187 - steveklabnik:rollup, r=steveklabnik | bors | -1/+1 |
| 2015-10-20 | Rollup merge of #29158 - arcnmx:process-test, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-10-20 | Auto merge of #29156 - arcnmx:net-tests, r=alexcrichton | bors | -32/+21 |
| 2015-10-20 | Auto merge of #29155 - retep998:read-no-dir, r=alexcrichton | bors | -0/+9 |
| 2015-10-19 | Use `cfg_attr` for switching `link` attrs in libunwind. | Vadim Chugunov | -33/+17 |
| 2015-10-19 | Rollup merge of #29169 - apasel422:spell, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-10-19 | Rollup merge of #29125 - iKevinY:std-io-doc-fixes, r=alexcrichton | Steve Klabnik | -7/+7 |
| 2015-10-19 | Correct spelling in docs | Andrew Paseltiner | -2/+2 |
| 2015-10-19 | Auto merge of #28977 - arcnmx:cstring-into, r=alexcrichton | bors | -2/+72 |
| 2015-10-19 | Owned conversions for CString | arcnmx | -2/+72 |
| 2015-10-19 | Add error kind handling for ERROR_PATH_NOT_FOUND | Peter Atashian | -0/+9 |