| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Rollup merge of #74076 - sunfishcode:wasi-fileext-newmethods, r=alexcrichton | Manish Goregaokar | -4/+137 |
| 2020-07-07 | Make WASI's FileExt's read_at/write_at consistent with other targets. | Dan Gohman | -4/+43 |
| 2020-07-07 | Add `read_exact_at` and `write_all_at` to WASI's `FileExt` | Dan Gohman | -0/+94 |
| 2020-07-07 | Auto merge of #74006 - euclio:sys-unix-static-mut, r=oli-obk | bors | -26/+33 |
| 2020-07-06 | Rollup merge of #74074 - sunfishcode:windows-openoptionsext-return-type, r=Lu... | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison | Manish Goregaokar | -2/+2 |
| 2020-07-06 | libstd: remove some mutable statics in sys::unix | Andy Russell | -26/+33 |
| 2020-07-05 | Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`. | Dan Gohman | -1/+1 |
| 2020-07-02 | Fix links | Guillaume Gomez | -2/+2 |
| 2020-07-01 | Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodt | Manish Goregaokar | -0/+1 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -2/+2 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -5/+9 |
| 2020-06-26 | Map ERROR_INVALID_PARAMETER to InvalidInput | Tyler Ruckinger | -0/+1 |
| 2020-06-25 | Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ... | Dylan DPC | -0/+1 |
| 2020-06-24 | Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis | Dylan DPC | -10/+0 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -0/+1 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -5/+9 |
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -10/+0 |
| 2020-06-23 | Rollup merge of #73495 - Lucretiel:wasi-io-impls, r=sfackler | Dylan DPC | -56/+49 |
| 2020-06-23 | Rollup merge of #71756 - carstenandrich:master, r=dtolnay | Dylan DPC | -3/+33 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -0/+2 |
| 2020-06-20 | Rollup merge of #73471 - raoulstrackx:raoul/fpu_tag_word, r=jethrogb | Ralf Jung | -12/+8 |
| 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-19 | Using xsave restore to restore complete FPU state | Raoul Strackx | -12/+1 |
| 2020-06-19 | Remove old commented code | Nathan West | -2/+0 |
| 2020-06-19 | Fixed missing `mut` | Nathan West | -1/+1 |
| 2020-06-19 | Converted all platform-specific stdin/stdout/stderr implementations to io traits | Nathan West | -54/+49 |
| 2020-06-18 | Prevent attacker from manipulating FPU tag word used in SGX enclave | Raoul Strackx | -0/+7 |
| 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-13 | add link list of error codes on docs.microsoft.com | Carsten Andrich | -0/+2 |
| 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 |