| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | std: Add FromRaw{Fd,Handle,Socket} to os preludes | Alex Crichton | -1/+1 |
| 2015-06-17 | std: Stabilize a number of new fs features | Alex Crichton | -70/+91 |
| 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 |
| 2015-04-08 | std: Stabilize io::Error::from_raw_os_error | Alex Crichton | -2/+2 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -1/+76 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -1/+76 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -1/+2 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -2/+2 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -1/+1 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -1/+2 |