| Age | Commit message (Expand) | Author | Lines |
| 2018-04-24 | Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler | bors | -1/+4 |
| 2018-04-24 | Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik | kennytm | -17/+32 |
| 2018-04-19 | Rustfmt result (for relevant changes) to satisfy Travis line length check. | Nicholas Rishel | -1/+4 |
| 2018-04-19 | The prior check causes abstract unix domain sockets to return unnamed on Andr... | Nicholas Rishel | -1/+1 |
| 2018-04-16 | Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler | bors | -0/+4 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -2/+2 |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -8/+8 |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -19/+34 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+4 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -1/+1 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -1/+1 |
| 2018-04-11 | Prevent EPIPE causing ICEs in rustc and rustdoc | varkor | -2/+2 |
| 2018-04-05 | std: Inline some Termination-related methods | Alex Crichton | -0/+1 |
| 2018-04-05 | Rollup merge of #49637 - tmccombs:parent-id-stabilize, r=sfackler | kennytm | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -10/+38 |
| 2018-04-03 | Stabilize parent_id() | Thayne McCombs | -1/+1 |
| 2018-04-03 | Fix imports | Tatsuyuki Ishi | -1/+1 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -0/+5 |
| 2018-03-28 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -171/+171 |
| 2018-03-28 | Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett | kennytm | -0/+5 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -171/+171 |
| 2018-03-28 | Use mprotect instead of mmap | Tatsuyuki Ishi | -3/+2 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+5 |
| 2018-03-25 | Use a more conservative way to deinit stack guard | Tatsuyuki Ishi | -5/+15 |
| 2018-03-25 | Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplett | bors | -7/+5 |
| 2018-03-24 | Fix build on non-Unix platforms | Tatsuyuki Ishi | -0/+1 |
| 2018-03-23 | Reduce scope of unsafe block in sun_path_offset | Daniel Kolsoi | -7/+5 |
| 2018-03-22 | Command::env_saw_path() may be unused on platforms not using posix_spawn() | Bryan Drewery | -0/+1 |
| 2018-03-20 | Refactor the stack addr aligning code into a function | Tatsuyuki Ishi | -16/+16 |
| 2018-03-19 | Don't use posix_spawn() if PATH was modified in the environment. | Bryan Drewery | -0/+4 |
| 2018-03-19 | Merge branch 'update-beta-freebsd' into freebsd-posix-spawn | Bryan Drewery | -10/+120 |
| 2018-03-19 | Address review comments | Tatsuyuki Ishi | -1/+19 |
| 2018-03-06 | Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton | Alex Crichton | -2/+14 |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -2/+14 |
| 2018-03-02 | Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa... | Manish Goregaokar | -6/+65 |
| 2018-03-02 | Support posix_spawn() for Linux glibc 2.24+. | Bryan Drewery | -2/+16 |
| 2018-03-02 | Move glibc version lookup handling to sys::os and add a simpler glibc_version() | Bryan Drewery | -28/+37 |
| 2018-03-02 | Use _ | Bryan Drewery | -1/+1 |
| 2018-03-01 | Add comment explaining when posix_spawn() can be supported. | Bryan Drewery | -0/+2 |
| 2018-03-01 | posix_spawn() on OSX supports returning ENOENT. | Bryan Drewery | -2/+2 |
| 2018-02-28 | posix_spawn() always returns its error rather than setting errno. | Bryan Drewery | -1/+1 |
| 2018-02-28 | Support posix_spawn() for FreeBSD. | Bryan Drewery | -2/+2 |
| 2018-02-28 | Remove excess newline | Bryan Drewery | -1/+0 |
| 2018-02-28 | Pass proper pointer for envp. | Bryan Drewery | -1/+1 |
| 2018-02-28 | No need to zero when an initializer for the object is already used. | Bryan Drewery | -3/+3 |
| 2018-02-28 | Avoid error for unused variables | Bryan Drewery | -1/+1 |
| 2018-02-28 | Support posix_spawn() when possible. | Alex Crichton | -0/+102 |
| 2018-02-25 | Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler | kennytm | -1/+40 |
| 2018-02-24 | Clarify "It is an error to..." wording for zero-duration behaviors. | Corey Farwell | -6/+65 |
| 2018-02-18 | Add tests ensuring zero-Duration timeouts result in errors. | Corey Farwell | -1/+40 |