| Age | Commit message (Expand) | Author | Lines |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | std: Remove final usage of fds from Windows | Alex Crichton | -82/+46 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-04-14 | std: Set overlap/noinherit flags on windows sockets | Alex Crichton | -2/+10 |
| 2015-04-14 | rollup merge of #24385: aturon/unstable-scoped | Alex Crichton | -14/+41 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -238/+238 |
| 2015-04-14 | rollup merge of #24386: nagisa/rte-fix | Alex Crichton | -7/+4 |
| 2015-04-14 | rollup merge of #24350: tbelaire/cstring-doc-from-vec | Alex Crichton | -3/+4 |
| 2015-04-14 | rollup merge of #24343: achanda/global_ip | Alex Crichton | -15/+43 |
| 2015-04-14 | rollup merge of #24342: tbelaire/patch-1 | Alex Crichton | -1/+2 |
| 2015-04-14 | rollup merge of #24310: alexcrichton/stabilize-utf8-error | Alex Crichton | -4/+1 |
| 2015-04-14 | std: Remove AsSlice/Str from the prelude | Alex Crichton | -3/+0 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -168/+0 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -329/+29 |
| 2015-04-14 | std: Reexport some unstable rand functionality for now | Alex Crichton | -0/+11 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -22772/+57 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -0/+1 |
| 2015-04-14 | Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturon | bors | -13/+28 |
| 2015-04-13 | Generalize `spawn` beyond unit closures | Aaron Turon | -10/+32 |
| 2015-04-13 | Refine read_to_end documentation | Simonas Kazlauskas | -7/+4 |
| 2015-04-13 | Fix check for globally routable IPv4 address | Abhishek Chanda | -15/+43 |
| 2015-04-13 | De-stabilize `thread::scoped` and friends | Aaron Turon | -4/+8 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -241/+241 |
| 2015-04-13 | Auto merge of #24198 - alexcrichton:windows-readlink, r=aturon | bors | -14/+63 |
| 2015-04-13 | Auto merge of #24362 - alexcrichton:issue-24334, r=huonw | bors | -3/+3 |
| 2015-04-13 | Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton | bors | -6/+70 |
| 2015-04-12 | std: Work around a stability bug in thread | Alex Crichton | -3/+3 |
| 2015-04-12 | References to `CString::from_vec` changed to `new` | Theo Belaire | -3/+4 |
| 2015-04-12 | Fixed with_extension documentation bug | Theo Belaire | -1/+2 |
| 2015-04-11 | Rollup merge of #24304 - ihrwein:fix-some-typos, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-04-11 | Rollup merge of #24283 - apasel422:patch-2, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-04-11 | Rollup merge of #24243 - frewsxcv:patch-13, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-04-11 | Change the rt::unwind line argument type from usize to u32. | Ryan Prichard | -6/+70 |
| 2015-04-10 | std: Stabilize the Utf8Error type | Alex Crichton | -4/+1 |
| 2015-04-10 | Fix some typos | Tibor Benke | -1/+1 |
| 2015-04-10 | s/Panicks/Panics/ | Andrew Paseltiner | -2/+2 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -282/+268 |
| 2015-04-10 | std: Unconditionally close all file descriptors | Alex Crichton | -67/+85 |
| 2015-04-10 | Test fixes and review feedback | Alex Crichton | -30/+30 |
| 2015-04-09 | std: Clean up process spawn impl on unix | Alex Crichton | -250/+214 |
| 2015-04-09 | std: Set CLOEXEC for all fds opened on unix | Alex Crichton | -30/+50 |
| 2015-04-09 | std: Make FromRawFd::from_raw_fd an unsafe method | Alex Crichton | -13/+28 |
| 2015-04-09 | Indicate keyword in doc comment is code-like | Corey Farwell | -2/+2 |
| 2015-04-10 | Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon | Manish Goregaokar | -6/+12 |
| 2015-04-10 | Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw | Manish Goregaokar | -3/+1 |
| 2015-04-09 | Auto merge of #24176 - kballard:bufreader-seek-impl, r=aturon | bors | -2/+131 |
| 2015-04-09 | Rollup merge of #24176 - kballard:bufreader-seek-impl, r=aturon | Manish Goregaokar | -2/+131 |
| 2015-04-09 | Rollup merge of #24175 - dhuseby:bitrig_fixing_tests_2, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-04-08 | Implement io::Seek for io::BufWriter<W> where W: io::Seek | Kevin Ballard | -0/+22 |
| 2015-04-08 | Implement io::Seek for io::BufReader<R> where R: io::Seek | Kevin Ballard | -2/+109 |