| Age | Commit message (Expand) | Author | Lines |
| 2020-04-26 | Update name | Steven Fackler | -14/+14 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+41 |
| 2020-04-01 | In Thread::new, add a comment that a panic could cause a memory leak. | Vytautas Astrauskas | -1/+4 |
| 2020-03-31 | Use Box::into_raw instead of ManuallyDrop in Thread::new. | Vytautas Astrauskas | -9/+4 |
| 2020-03-31 | Inline start_thread into its callers. | Vytautas Astrauskas | -4/+6 |
| 2020-03-31 | Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new. | Vytautas Astrauskas | -3/+10 |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -2/+2 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -2/+2 |
| 2020-03-14 | Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler | Yuki Okushi | -0/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-23 | Implement `Copy` for `IoSlice` | LeSeulArtichaut | -0/+1 |
| 2020-01-25 | Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -5/+39 |
| 2020-01-24 | Support feature process_set_argv0 for VxWorks | BaoshanPang | -5/+39 |
| 2020-01-10 | make use of pointer::is_null | Lzu Tao | -4/+3 |
| 2020-01-06 | ignore signal SIGPIPE | BaoshanPang | -10/+2 |
| 2020-01-06 | Remove weak.rs for VxWorks | Umesh Kalappa | -56/+0 |
| 2020-01-04 | Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC | Guillaume Gomez | -1/+0 |
| 2020-01-03 | Remove unused `#[link_name = "m"]` attributes | Oliver Middleton | -1/+0 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -7/+7 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -0/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -67/+80 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -2/+2 |
| 2019-12-20 | Remove `SOCK_CLOEXEC` dummy variable on platforms that don't use it. | Markus Reiter | -2/+0 |
| 2019-12-18 | Remove `SO_NOSIGPIPE` dummy variable on platforms that don't use it. | Markus Reiter | -1/+0 |
| 2019-12-06 | Rollup merge of #67041 - Wind-River:master_base, r=alexcrichton | Yuki Okushi | -0/+3 |
| 2019-12-06 | Rollup merge of #66649 - Wind-River:master_xyz, r=alexcrichton | Yuki Okushi | -9/+22 |
| 2019-12-03 | add ExitStatusExt into prelude | BaoshanPang | -0/+3 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -480/+524 |
| 2019-11-22 | ensure that access to the environment is synchronized | BaoshanPang | -9/+18 |
| 2019-11-22 | pass the captured environment variables to rtpSpawn | BaoshanPang | -1/+5 |
| 2019-11-05 | Rollup merge of #66091 - Wind-River:master_xyz, r=cramertj | Pietro Albini | -1/+2 |
| 2019-11-05 | Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC | Pietro Albini | -2/+2 |
| 2019-11-04 | Implemented the home_dir for VxWorks | Umesh Kalappa | -1/+2 |
| 2019-10-29 | vxWorks: remove all code related to UNIX socket as it is not supported by vxW... | BaoshanPang | -1828/+60 |
| 2019-10-28 | [doc] fix the reference to using `OpenOptions::open` | Josh Stone | -1/+1 |
| 2019-10-28 | [doc] add a possessive apostrophe in `OpenOptionsExt::mode` | Josh Stone | -1/+1 |
| 2019-10-13 | Rollup merge of #65246 - Wind-River:real_master_2, r=kennytm | Mazdak Farrokhzad | -6/+20 |
| 2019-10-10 | vxWorks: implement get_path() and get_mode() for File fmt::Debug | BaoshanPang | -6/+20 |
| 2019-10-08 | add checking (r == 0) | Baoshan Pang | -1/+1 |
| 2019-09-25 | update rtpSpawn's parameters type(It's prototype has been updated in libc) | Baoshan Pang | -2/+2 |
| 2019-09-23 | remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc | Baoshan Pang | -302/+2 |
| 2019-09-20 | Merge pull request #25 from Wind-River/stat | n-salim | -1/+1 |
| 2019-09-20 | rust stat should call libc stat | Baoshan Pang | -1/+1 |
| 2019-09-20 | No home directory on vxWorks | Baoshan Pang | -22/+1 |
| 2019-09-14 | Rollup merge of #64393 - Wind-River:master_002_envKey, r=alexcrichton | Mazdak Farrokhzad | -2/+1 |
| 2019-09-14 | Rollup merge of #64372 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -7/+14 |
| 2019-09-10 | declare EnvKey before use to fix build error | Baoshan Pang | -2/+1 |
| 2019-09-11 | Rollup merge of #64129 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -5/+3 |
| 2019-09-10 | use randSecure and randABytes | Baoshan Pang | -7/+14 |
| 2019-09-10 | remove Copyright notic | Baoshan Pang | -6/+0 |