| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -31/+37 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -15/+0 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -41/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -41/+0 |
| 2015-08-11 | std: Fix imports for ios target | Michael Macias | -1/+3 |
| 2015-08-11 | Auto merge of #27549 - tshepang:clarity, r=alexcrichton | bors | -1/+1 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -8/+8 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -8/+8 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -43/+34 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -43/+34 |
| 2015-08-10 | Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichton | bors | -2/+1 |
| 2015-08-10 | Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson | bors | -0/+4 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -2/+1 |
| 2015-08-06 | fs: indicate that we only copy regular files | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-05 | Auto merge of #27393 - alexcrichton:no-std-changes, r=brson | bors | -4/+20 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -0/+1 |
| 2015-08-04 | std: Ignore test_process_mask on OSX | Alex Crichton | -0/+4 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -4/+19 |
| 2015-08-01 | std: Allow to spawn a process as a session leader on UNIX | Mickaël Salaün | -3/+19 |
| 2015-07-29 | std: Fix sub-second Condvar::wait_timeout_ms | Alex Crichton | -13/+14 |
| 2015-07-21 | Auto merge of #27073 - alexcrichton:less-proc-fs, r=brson | bors | -38/+50 |
| 2015-07-21 | std: Be resilient to failure in pthread_getattr_np | Alex Crichton | -38/+50 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -4/+62 |
| 2015-07-17 | [ios] std: avoid `result::fold` | Tamir Duberstein | -6/+4 |
| 2015-07-11 | Auto merge of #26941 - fhartwig:osx-file-debug, r=alexcrichton | bors | -3/+15 |
| 2015-07-10 | Auto merge of #26896 - tbu-:pr_getcwd, r=alexcrichton | bors | -19/+26 |
| 2015-07-10 | Show file name and access mode in Debug instance for File on OS X | Florian Hartwig | -3/+15 |
| 2015-07-10 | Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton | bors | -1/+17 |
| 2015-07-10 | Remove the generic `fill_bytes_buf` function | Tobias Bucher | -31/+13 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -1/+17 |
| 2015-07-09 | Address some comments on the pull request | Tobias Bucher | -40/+25 |
| 2015-07-09 | Add FileTypeUnix trait to add unix special file types | Jesús Espino | -2/+24 |
| 2015-07-08 | Make `std::env::current_dir` work for path names longer than 2048 bytes on no... | Tobias Bucher | -9/+49 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -16/+24 |
| 2015-06-22 | Fix build on Android API levels below 21 | Geoffrey Thomas | -0/+20 |
| 2015-06-22 | sys/unix/process: Reset signal behavior before exec | Geoffrey Thomas | -2/+85 |
| 2015-06-22 | sys/unix: Consolidate signal-handling FFI bindings | Geoffrey Thomas | -268/+199 |
| 2015-06-22 | sys/unix/c.rs: Remove unused code | Geoffrey Thomas | -75/+5 |
| 2015-06-19 | liblibc: Fix prototype of functions taking `char *const argv[]` | Geoffrey Thomas | -1/+1 |
| 2015-06-18 | std: Add FromRaw{Fd,Handle,Socket} to os preludes | Alex Crichton | -1/+1 |
| 2015-06-15 | Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton | bors | -3/+3 |
| 2015-06-14 | Implement RFC 1014 | Steven Fackler | -3/+3 |
| 2015-06-12 | Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon | bors | -70/+91 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -48/+17 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -70/+91 |
| 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 |