| Age | Commit message (Expand) | Author | Lines |
| 2016-02-14 | Rollup merge of #31589 - reem:remove-unnecessary-poison-bounds, r=sfackler | Manish Goregaokar | -4/+7 |
| 2016-02-13 | std: Deprecate all std::os::*::raw types | Alex Crichton | -109/+114 |
| 2016-02-13 | Fixes #28528 | Paul Dicker | -58/+72 |
| 2016-02-13 | Auto merge of #31557 - retep998:house-directory, r=alexcrichton | bors | -2/+2 |
| 2016-02-11 | Remove unnecessary bounds on Error and Display implementations for TryLockErr... | Jonathan Reem | -4/+7 |
| 2016-02-12 | Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brson | bors | -2/+9 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -2/+9 |
| 2016-02-11 | Fix usage of GetUserProfileDirectoryW in env::home_dir | Peter Atashian | -2/+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 | -282/+396 |
| 2016-02-10 | std: Lift out Windows' CreateProcess lock a bit | Alex Crichton | -13/+20 |
| 2016-02-10 | std: Rename Stdio::None to Stdio::Null | Alex Crichton | -15/+12 |
| 2016-02-10 | std: Push Child's exit status to sys::process | Alex Crichton | -25/+25 |
| 2016-02-10 | std: Implement CommandExt::before_exec | Alex Crichton | -2/+51 |
| 2016-02-10 | std: Refactor process spawning on Unix | Alex Crichton | -167/+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 | -2/+22 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -2/+22 |
| 2016-02-06 | Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichton | bors | -13/+28 |
| 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 | -11/+26 |
| 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 | -8/+109 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -126/+87 |
| 2016-02-04 | Allow dead code for `symlink_junction()` | Paul Dicker | -0/+2 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -39/+53 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -39/+53 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -25/+132 |
| 2016-02-03 | Adress comments | Paul Dicker | -28/+30 |
| 2016-02-03 | Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichton | bors | -47/+112 |
| 2016-02-03 | std: Properly handle interior NULs in std::process | Kamal Marhubi | -47/+112 |
| 2016-02-03 | Fix broken auto-mac-ios-opt build | Nikita Baksalyar | -27/+23 |
| 2016-02-02 | trying again at fixing stackp initialization | Dave Huseby | -3/+18 |
| 2016-02-02 | simplifying get_stack | Dave Huseby | -24/+3 |
| 2016-02-02 | refactoring get_stack to be cleaner | Dave Huseby | -27/+20 |
| 2016-02-02 | unifying name_bytes now that the two blocks are the same | Dave Huseby | -8/+2 |
| 2016-02-02 | Fixes #31229 | Dave Huseby | -10/+35 |
| 2016-02-02 | Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton | bors | -3/+2 |
| 2016-02-02 | Enable more fs tests on Windows | Paul Dicker | -114/+71 |