| Age | Commit message (Expand) | Author | Lines |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -48/+17 |
| 2015-05-30 | Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichton | bors | -0/+45 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -4/+63 |
| 2015-05-28 | Implement RFC 1047 - socket timeouts | Steven Fackler | -0/+45 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -26/+17 |
| 2015-05-20 | Fix stability and deprecation markers on soft_link and symlink | Brian Campbell | -1/+1 |
| 2015-05-19 | Auto merge of #25495 - alexcrichton:process-pid, r=aturon | bors | -0/+4 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -3/+4 |
| 2015-05-16 | std: Implement lowering and raising for process IO | Alex Crichton | -4/+63 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+4 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -38/+23 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -38/+23 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-05-08 | Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brson | bors | -1/+1 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -2/+2 |
| 2015-05-07 | std: Mark `mem::forget` as a safe function | Alex Crichton | -1/+1 |
| 2015-05-07 | std: Remove a double-box in ReentrantMutex | Alex Crichton | -10/+7 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -15/+15 |
| 2015-05-07 | Rollup merge of #25138 - tshepang:typos, r=sanxiyn | Steve Klabnik | -1/+1 |
| 2015-05-06 | Stabilize from_raw_os | Steven Allen | -6/+6 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-05 | Rollup merge of #25079 - alexcrichton:fix-nsec, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-05-04 | std: Fix {atime,mtime,ctime}_nsec accessors | Alex Crichton | -3/+3 |
| 2015-04-30 | std: Always check for EDEADLK in rwlocks on unix | Alex Crichton | -2/+24 |
| 2015-04-30 | std: Favor cfg! over #[cfg] in unix rwlocks | Alex Crichton | -10/+5 |
| 2015-04-29 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -361/+641 |
| 2015-04-28 | std: Implement fs::DirBuilder | Alex Crichton | -6/+34 |
| 2015-04-28 | Auto merge of #24777 - alexcrichton:musl, r=brson | bors | -2/+6 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -355/+607 |
| 2015-04-27 | std: Don't assume thread::current() works on panic | Alex Crichton | -1/+1 |
| 2015-04-27 | std: Don't assume dlopen() works on yourself | Alex Crichton | -1/+4 |
| 2015-04-27 | std: Prepare for linking to musl | Alex Crichton | -1/+2 |
| 2015-04-23 | std: Add missing stability for symlink functions | Alex Crichton | -0/+1 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -130/+144 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -31/+16 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -31/+0 |
| 2015-04-21 | rollup merge of #24222: lambda/rename-soft-link-to-symlink | Alex Crichton | -0/+34 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -31/+16 |
| 2015-04-21 | Deprecate std::fs::soft_link in favor of platform-specific versions | Brian Campbell | -0/+34 |
| 2015-04-21 | Remove unused files | Tamir Duberstein | -31/+0 |
| 2015-04-21 | Implement Debug for File | Chris Wong | -0/+49 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -7/+7 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -2116/+6 |
| 2015-04-14 | Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturon | bors | -7/+10 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -9/+9 |
| 2015-04-10 | std: Unconditionally close all file descriptors | Alex Crichton | -39/+42 |
| 2015-04-09 | std: Clean up process spawn impl on unix | Alex Crichton | -241/+203 |
| 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 | -7/+10 |
| 2015-04-10 | Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon | Manish Goregaokar | -2/+2 |