| Age | Commit message (Expand) | Author | Lines |
| 2020-07-07 | Auto merge of #74006 - euclio:sys-unix-static-mut, r=oli-obk | bors | -26/+33 |
| 2020-07-06 | libstd: remove some mutable statics in sys::unix | Andy Russell | -26/+33 |
| 2020-07-02 | Fix links | Guillaume Gomez | -1/+1 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -2/+2 |
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -3/+0 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -0/+2 |
| 2020-06-20 | Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini | Ralf Jung | -0/+1 |
| 2020-06-20 | Add ClashingExternDecl lint. | jumbatm | -0/+2 |
| 2020-06-18 | Document format correction | qy3u | -2/+4 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -20/+12 |
| 2020-06-09 | Mark tests whcih don't work under riscv emulation | Tom Eccles | -0/+1 |
| 2020-05-25 | Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnay | bors | -2/+4 |
| 2020-05-22 | Implement `Sync` for `process::Command on unix and vxworks | LeSeulArtichaut | -2/+4 |
| 2020-05-22 | Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler | Ralf Jung | -1/+1 |
| 2020-05-17 | abort_internal is safe | Ralf Jung | -2/+2 |
| 2020-05-12 | Stabilize process_set_argv0 feature for Unix | Jeremy Fitzhardinge | -1/+1 |
| 2020-05-07 | Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-Simulacrum | Dylan DPC | -0/+6 |
| 2020-05-07 | Allow a few warnings. | Steve Klabnik | -0/+6 |
| 2020-05-06 | Rollup merge of #71921 - RalfJung:open-mode, r=hanna-kruppe | Dylan DPC | -0/+4 |
| 2020-05-05 | explain the types used in the open64 call | Ralf Jung | -0/+4 |
| 2020-05-05 | rely on rdlock/wrlock not returning anything but the specified error codes | Ralf Jung | -2/+6 |
| 2020-05-04 | edit Mutex comment | Ralf Jung | -4/+6 |
| 2020-05-04 | explain our rwlock implementation (and fix a potential data race) | Ralf Jung | -20/+24 |
| 2020-05-04 | expand comment on default mutex behavior | Ralf Jung | -3/+7 |
| 2020-04-26 | Fix stragglers | Steven Fackler | -5/+5 |
| 2020-04-26 | Update name | Steven Fackler | -24/+24 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+91 |
| 2020-04-15 | Use fcntl() to set nonblock for solarish sockets | Patrick Mooney | -0/+8 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -13/+64 |
| 2020-04-03 | Rollup merge of #70597 - vakaras:thread_new_double_free_bug_fix, r=Amanieu | Mazdak Farrokhzad | -7/+14 |
| 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-31 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2020-03-23 | Rollup merge of #70207 - hatoo:macos-getentropy, r=dtolnay | Mazdak Farrokhzad | -0/+37 |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -2/+2 |
| 2020-03-21 | Use getentropy(2) on macos | hatoo | -0/+37 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -2/+2 |
| 2020-03-19 | Rollup merge of #69969 - iximeow:sigstack-guard-page, r=cuviper | Mazdak Farrokhzad | -5/+18 |
| 2020-03-14 | Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler | Yuki Okushi | -0/+1 |
| 2020-03-12 | fix formatting | iximeow | -2/+8 |
| 2020-03-12 | return a pointer to the end of the valid part of the sigstack, no further | iximeow | -5/+7 |
| 2020-03-12 | unix: Set a guard page at the end of signal stacks | iximeow | -2/+7 |
| 2020-03-08 | unix: Don't override existing SIGSEGV/BUS handlers | Josh Stone | -8/+20 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -2/+2 |
| 2020-03-01 | use subdsec_micros() instead of subsec_nanos() / 1000 | Matthias Krüger | -1/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -3/+1 |
| 2020-02-23 | Implement `Copy` for `IoSlice` | LeSeulArtichaut | -0/+1 |