| Age | Commit message (Expand) | Author | Lines |
| 2015-10-31 | std: Prevent print panics when using TLS | Alex Crichton | -8/+26 |
| 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 | std: Slightly more robust env var handling | Alex Crichton | -56/+62 |
| 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 |
| 2015-10-19 | Add missing #[test] attribute to test | arcnmx | -1/+1 |
| 2015-10-19 | Touch up net tests | arcnmx | -32/+21 |
| 2015-10-18 | Create entry points for unwind frame registry in libstd. | Vadim Chugunov | -0/+34 |
| 2015-10-18 | Implement `eh_unwind_resume` in libstd. | Vadim Chugunov | -9/+12 |
| 2015-10-18 | Clean up thread::spawn | arcnmx | -23/+16 |
| 2015-10-17 | Remove some trivial `transmute`s | Andrew Paseltiner | -2/+1 |
| 2015-10-17 | Fix minor issues with std::io docs | Kevin Yap | -7/+7 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -0/+2 |
| 2015-10-15 | Auto merge of #29031 - cristicbz:mtx_inner, r=alexcrichton | bors | -0/+233 |