| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -24/+129 |
| 2016-02-03 | Adress comments | Paul Dicker | -5/+4 |
| 2016-02-03 | Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichton | bors | -18/+60 |
| 2016-02-03 | std: Properly handle interior NULs in std::process | Kamal Marhubi | -18/+60 |
| 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 | Enable more fs tests on Windows | Paul Dicker | -0/+13 |
| 2016-01-31 | Fix unresolved name in libstd/sys/unix/thread | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -26/+26 |
| 2016-01-31 | Fix problems with f64 and DirEntry on Illumos | Nikita Baksalyar | -3/+9 |
| 2016-01-31 | Apply several fixes for Illumos support | Nikita Baksalyar | -4/+6 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -23/+124 |
| 2016-01-28 | std: Fix rumprun build | Alex Crichton | -4/+9 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -37/+36 |
| 2016-01-24 | sys/unix/process.rs: Update comments in make_argv and make_envp | Geoffrey Thomas | -9/+6 |
| 2016-01-20 | Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton | bors | -36/+90 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -0/+19 |
| 2016-01-15 | Addressed comments | Paul Dicker | -10/+15 |
| 2016-01-14 | Fix doctests | Paul Dicker | -2/+3 |
| 2016-01-14 | Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2016-01-14 | Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichton | Manish Goregaokar | -1/+22 |
| 2016-01-13 | Move `custom_flags` to `OpenOptionsExt` | Paul Dicker | -3/+29 |
| 2016-01-13 | Implement RFC 1252 expanding the OpenOptions structure | Paul Dicker | -35/+57 |
| 2016-01-12 | openbsd has dirent d_namlen field now | Sébastien Marie | -3/+3 |
| 2016-01-12 | make siginfo_si_addr() returns a usize | Sébastien Marie | -5/+5 |
| 2016-01-12 | Add set_oom_handler and use it print a message when out of memory | Amanieu d'Antras | -1/+22 |
| 2016-01-11 | Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton | bors | -0/+32 |
| 2015-12-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -8/+13 |
| 2015-12-25 | libstd: unix process spawning: fix bug with setting stdio | Ivan Petkov | -0/+32 |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -72/+105 |