| Age | Commit message (Expand) | Author | Lines |
| 2020-06-20 | Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini | Ralf Jung | -0/+1 |
| 2020-06-18 | Document format correction | qy3u | -2/+4 |
| 2020-06-16 | Use `Ipv4Addr::from<[u8; 4]>` when possible | Lzu Tao | -8/+2 |
| 2020-06-15 | remove obsolete , to pass the format check | Stefan Lankes | -2/+2 |
| 2020-06-15 | add comment about the usage of Arc | Stefan Lankes | -0/+3 |
| 2020-06-15 | use Ipv6Addr::from to build the IPv6 address | Stefan Lankes | -24/+2 |
| 2020-06-15 | Revert "simplify conversion to IpAddr::V6" | Stefan Lankes | -2/+18 |
| 2020-06-15 | Revert "changes to pass the format check" | Stefan Lankes | -4/+10 |
| 2020-06-15 | remove obsolete line | Stefan Lankes | -1/+0 |
| 2020-06-15 | changes to pass the format check | Stefan Lankes | -10/+4 |
| 2020-06-14 | simplify conversion to IpAddr::V6 | Stefan Lankes | -18/+2 |
| 2020-06-14 | remove unused function | Stefan Lankes | -6/+0 |
| 2020-06-13 | add TcpListener support for HermitCore | Stefan Lankes | -46/+111 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -52/+40 |
| 2020-06-09 | Mark tests whcih don't work under riscv emulation | Tom Eccles | -0/+1 |
| 2020-06-07 | Enable LVI hardening for x86_64-fortanix-unknown-sgx | Jethro Beekman | -5/+15 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -8/+2 |
| 2020-05-25 | Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnay | bors | -4/+8 |
| 2020-05-22 | Implement `Sync` for `process::Command on unix and vxworks | LeSeulArtichaut | -4/+8 |
| 2020-05-22 | Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler | Ralf Jung | -2/+2 |
| 2020-05-18 | Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum | bors | -18/+26 |
| 2020-05-18 | minor changes to pass the format check | Stefan Lankes | -3/+1 |
| 2020-05-17 | use new interface to initialize Condvar | Stefan Lankes | -4/+4 |
| 2020-05-17 | abort_internal is safe | Ralf Jung | -18/+26 |
| 2020-05-12 | Stabilize process_set_argv0 feature for Unix | Jeremy Fitzhardinge | -2/+2 |
| 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 #71591 - hermitcore:thread_create, r=hanna-kruppe | Dylan DPC | -7/+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-05-02 | Replace `cfg` macro with attribute. | Markus Reiter | -1/+0 |
| 2020-04-27 | fix wasi | Steven Fackler | -2/+2 |
| 2020-04-27 | use nicer code style to define DEFAULT_MIN_STACK_SIZE | Stefan Lankes | -1/+1 |
| 2020-04-26 | fix wasm build | Steven Fackler | -0/+8 |
| 2020-04-26 | use new interface to create threads on HermitCore | Stefan Lankes | -7/+6 |
| 2020-04-26 | Fix stragglers | Steven Fackler | -9/+9 |
| 2020-04-26 | Update name | Steven Fackler | -84/+84 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+332 |
| 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-14 | Add missing comma | Youngsuk Kim | -1/+1 |
| 2020-04-09 | Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiser | Mazdak Farrokhzad | -2/+46 |
| 2020-04-08 | Rollup merge of #70134 - hermitcore:osstrext, r=dtolnay | Dylan DPC | -0/+53 |
| 2020-04-06 | Forward OsStr::clone_into to the inner Vec | Josh Stone | -0/+4 |
| 2020-04-06 | Rollup merge of #70808 - hermitcore:tls, r=dtolnay | Mazdak Farrokhzad | -44/+48 |
| 2020-04-06 | Rollup merge of #70553 - hermitcore:abi, r=dtolnay | Mazdak Farrokhzad | -33/+3 |