| Age | Commit message (Expand) | Author | Lines |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -52/+72 |
| 2018-01-30 | Rollup merge of #47760 - little-dude:master, r=alexcrichton | kennytm | -5/+11 |
| 2018-01-26 | make Command.argv Send on unix platforms | Corentin Henry | -10/+11 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -0/+2 |
| 2018-01-25 | implement Send for process::Command on unix | Corentin Henry | -0/+5 |
| 2018-01-21 | Rollup merge of #47334 - etaoins:only-call-res-init-on-gnu-unix, r=alexcrichton | Guillaume Gomez | -11/+13 |
| 2018-01-18 | in which the unused-parens lint comes to cover function and method args | Zack M. Davis | -2/+2 |
| 2018-01-16 | Only link res_init() on GNU/*nix | Ryan Cumming | -11/+13 |
| 2018-01-04 | [unix] Don't clone command-line args on startup | Matt Brubeck | -23/+16 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -91/+78 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -91/+78 |
| 2017-12-22 | fix some errors in libstd | Michael Hewson | -1/+1 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -4/+12 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -1/+2 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -1/+1 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+1 |
| 2017-11-30 | NetBSD: add sysctl backend for std::env::current_exe | Jonathan A. Kollasch | -1/+28 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+24 |
| 2017-11-19 | Add process::parent_id | Steven Fackler | -0/+10 |
| 2017-11-14 | Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichton | bors | -50/+5 |
| 2017-11-11 | Add missing links and examples for FileExt | Guillaume Gomez | -2/+40 |
| 2017-11-09 | Use getrandom syscall for all Linux and Android targets. | Marco A L Barbosa | -50/+5 |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -9/+9 |
| 2017-11-08 | std: Move the `cmath` module into the `sys` module | Alex Crichton | -0/+44 |
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -1/+4 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -215/+76 |
| 2017-11-08 | Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcv | Guillaume Gomez | -4/+70 |
| 2017-11-07 | Add missing links and examples | Guillaume Gomez | -4/+70 |
| 2017-11-07 | Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavus | kennytm | -0/+246 |
| 2017-11-01 | Rollup merge of #45652 - malbarbo:x32-2, r=alexcrichton | kennytm | -1/+3 |
| 2017-10-31 | add missing docs for MetadataExt | Guillaume Gomez | -0/+246 |
| 2017-10-31 | Fix NR_GETRANDOM for linux x32 | Marco A L Barbosa | -1/+3 |
| 2017-10-31 | Update doc comment for the Unix extension module | Tobias Bucher | -2/+8 |
| 2017-10-26 | Rollup merge of #45059 - tmccombs:pid, r=alexcrichton | kennytm | -0/+4 |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -7/+8 |
| 2017-10-14 | Fix TcpStream::connect_timeout on linux | Steven Fackler | -4/+9 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -29/+4 |
| 2017-10-08 | Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichton | bors | -18/+17 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+4 |
| 2017-10-05 | replace libc::res_init with res_init_if_glibc_before_2_26 | Jack O'Connor | -0/+83 |
| 2017-10-05 | Remove nacl from libstd | est31 | -29/+4 |
| 2017-10-04 | zircon: update some more zx and lp constants | James Tucker | -22/+16 |
| 2017-10-04 | zircon: the type of zx_handle_t is now unsigned | James Tucker | -1/+6 |
| 2017-09-24 | LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACE | James Tucker | -2/+2 |
| 2017-09-24 | Fixed casing issues. | P.Y. Laligand | -16/+16 |
| 2017-09-24 | The Magenta kernel is now called Zircon. | P.Y. Laligand | -134/+134 |
| 2017-09-17 | Remove st_mode mask | Trevor Merrifield | -3/+3 |
| 2017-09-15 | Retain suid/sgid/sticky bits in Metadata.permissions | Trevor Merrifield | -3/+3 |