| Age | Commit message (Expand) | Author | Lines |
| 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 | -3/+58 |
| 2018-02-25 | Return error if timeout is zero-Duration on Redox. | Corey Farwell | -2/+18 |
| 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 |
| 2018-02-17 | Fix broken documentation link. | Corey Farwell | -1/+1 |
| 2018-02-17 | Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi | bors | -21/+44 |
| 2018-02-11 | Add an unstable FileTypeExt extension trait for Windows | Peter Atashian | -0/+21 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -60/+84 |
| 2018-02-03 | Somehow this function got flipped around | Peter Atashian | -3/+3 |
| 2018-02-03 | Go back to files directories and symlinks being mutually exclusive | Peter Atashian | -13/+17 |
| 2018-02-01 | This internal only method is no longer needed. | Peter Atashian | -3/+0 |
| 2018-02-01 | Rewrite remove_dir_all to be correct | Peter Atashian | -3/+5 |
| 2018-02-01 | This is what FileType on Windows should ideally be. | Peter Atashian | -20/+19 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -60/+84 |
| 2018-01-30 | Implement extensible syscall interface for wasm | Diggory Blake | -129/+259 |
| 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 | -37/+56 |
| 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-11 | Make the documentation build work on CloudABI. | Ed Schouten | -5/+7 |
| 2018-01-11 | Add shims for modules that we can't implement on CloudABI. | Ed Schouten | -0/+979 |
| 2018-01-11 | Implement libstd for CloudABI. | Ed Schouten | -0/+1157 |
| 2018-01-11 | Import the CloudABI system call bindings into the libstd tree. | Ed Schouten | -0/+2898 |
| 2018-01-09 | Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichton | kennytm | -11/+3 |
| 2018-01-07 | Replace empty array hack with repr(align) | Robin Kruppe | -11/+3 |
| 2018-01-07 | Make wasm obey backtrace feature, like other targets | Aidan Hobson Sayers | -0/+1 |
| 2018-01-04 | [unix] Don't clone command-line args on startup | Matt Brubeck | -23/+16 |
| 2018-01-02 | Auto merge of #47042 - redox-os:redox, r=estebank | bors | -7/+34 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -4/+4 |
| 2017-12-27 | Implement rename using new system call | Jeremy Soller | -7/+34 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -2/+2 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -163/+151 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -163/+151 |
| 2017-12-23 | Annotate raw pointer target types | Christopher Durham | -1/+1 |
| 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 | -9/+32 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -3/+6 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -4/+4 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -4/+1 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+1 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -552/+3166 |
| 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/+96 |