| Age | Commit message (Expand) | Author | Lines |
| 2016-02-28 | Fix windows | Steven Fackler | -39/+5 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+48 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -1/+1 |
| 2016-02-22 | Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn | bors | -1/+2 |
| 2016-02-22 | Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton | bors | -1/+4 |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -1/+2 |
| 2016-02-21 | Fix `struct stat` usage on NetBSD | Sebastian Wicki | -1/+25 |
| 2016-02-21 | std: Use Android LFS off64_t, ftruncate64, and lseek64 | Josh Stone | -1/+4 |
| 2016-02-20 | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton | bors | -0/+41 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+41 |
| 2016-02-19 | Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichton | bors | -0/+274 |
| 2016-02-18 | Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton | bors | -5/+24 |
| 2016-02-18 | Remove alternate stack with sigaltstack before unmapping it. | Tomasz Miąsko | -5/+24 |
| 2016-02-17 | std: restructure rand os code into sys modules | Sean McArthur | -0/+274 |
| 2016-02-14 | std: use LFS open64 on Linux | Josh Stone | -3/+3 |
| 2016-02-14 | std: use LFS readdir64_r on Linux | Josh Stone | -5/+7 |
| 2016-02-14 | std: use LFS lseek64 on Linux | Josh Stone | -7/+7 |
| 2016-02-14 | std: use LFS ftruncate64 on Linux | Josh Stone | -3/+4 |
| 2016-02-14 | Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brson | bors | -109/+114 |
| 2016-02-13 | std: Deprecate all std::os::*::raw types | Alex Crichton | -109/+114 |
| 2016-02-12 | Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brson | bors | -1/+2 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -1/+2 |
| 2016-02-11 | Auto merge of #31532 - tomaka:fix-emscripten, r=brson | bors | -2/+2 |
| 2016-02-10 | std: Move constant back to where it needs to be | Alex Crichton | -2/+2 |
| 2016-02-10 | std: Use macros from libc instead of locally | Alex Crichton | -24/+3 |
| 2016-02-10 | std: Implement CommandExt::exec | Alex Crichton | -2/+40 |
| 2016-02-10 | std: Push process stdio setup in std::sys | Alex Crichton | -189/+259 |
| 2016-02-10 | std: Rename Stdio::None to Stdio::Null | Alex Crichton | -9/+7 |
| 2016-02-10 | std: Push Child's exit status to sys::process | Alex Crichton | -22/+20 |
| 2016-02-10 | std: Implement CommandExt::before_exec | Alex Crichton | -2/+51 |
| 2016-02-10 | std: Refactor process spawning on Unix | Alex Crichton | -164/+163 |
| 2016-02-10 | Fix half of emscripten's failing tests | Pierre Krieger | -2/+2 |
| 2016-02-08 | Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -1/+10 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -1/+10 |
| 2016-02-06 | Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichton | bors | -11/+21 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -2/+2 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -9/+19 |
| 2016-02-06 | Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brson | bors | -42/+184 |
| 2016-02-06 | Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brson | bors | -17/+21 |
| 2016-02-05 | Abort on stack overflow instead of re-raising SIGSEGV | Brian Campbell | -17/+21 |
| 2016-02-05 | std: Try to use pipe2 on Linux for pipes | Alex Crichton | -2/+21 |
| 2016-02-05 | std: Add support for accept4 on Linux | Alex Crichton | -4/+28 |
| 2016-02-05 | std: Add a helper for symbols that may not exist | Alex Crichton | -27/+86 |
| 2016-02-05 | std: Atomically set CLOEXEC for sockets if possible | Alex Crichton | -0/+23 |
| 2016-02-05 | std: When duplicating fds, skip extra set_cloexec | Alex Crichton | -6/+15 |
| 2016-02-05 | std: Only have extra set_cloexec for files on Linux | Alex Crichton | -4/+12 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -0/+74 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -0/+12 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -39/+47 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -39/+47 |