| Age | Commit message (Expand) | Author | Lines |
| 2020-06-24 | Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis | Dylan DPC | -12/+0 |
| 2020-06-23 | Auto merge of #73635 - Dylan-DPC:rollup-b4wbp42, r=Dylan-DPC | bors | -59/+87 |
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -12/+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/+38 |
| 2020-06-23 | Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfackler | bors | -0/+8 |
| 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 | -2/+3 |
| 2020-06-20 | Add ClashingExternDecl lint. | jumbatm | -0/+2 |
| 2020-06-19 | Rollup merge of #73484 - poliorcetics:use-prelude-doc, r=sfackler | Manish Goregaokar | -16/+0 |
| 2020-06-19 | Update the doc for std::prelude, removing the "technical part" section | Alexis Bourget | -16/+0 |
| 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 | Rollup merge of #73464 - qy3u:fs-document-format-correction, r=jonas-schievink | Ralf Jung | -2/+4 |
| 2020-06-19 | Rollup merge of #73142 - ehuss:std-benches, r=dtolnay | Ralf Jung | -0/+5 |
| 2020-06-19 | Rollup merge of #72486 - Ralith:asinh-fix, r=dtolnay | Ralf Jung | -10/+6 |
| 2020-06-19 | Converted all platform-specific stdin/stdout/stderr implementations to io traits | Nathan West | -54/+49 |
| 2020-06-18 | Remove now-redundant branch | Benjamin Saunders | -10/+2 |
| 2020-06-18 | Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmaster | Manish Goregaokar | -0/+15 |
| 2020-06-18 | Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2020-06-18 | Ensure std benchmarks get tested. | Eric Huss | -0/+5 |
| 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 | Rollup merge of #73389 - lzutao:from, r=kennytm | Dylan DPC | -8/+2 |
| 2020-06-16 | Rollup merge of #73373 - lzutao:bug-trackcaller, r=Amanieu | Dylan DPC | -10/+3 |
| 2020-06-16 | Use `Ipv4Addr::from<[u8; 4]>` when possible | Lzu Tao | -8/+2 |
| 2020-06-15 | Complete the std::time documentation to warn about the inconsistencies betwee... | Alexis Bourget | -0/+15 |
| 2020-06-15 | Join mutiple lines if it is more readable | Lzu Tao | -10/+3 |
| 2020-06-15 | Rollup merge of #73331 - hermitcore:listen, r=kennytm | Ralf Jung | -47/+86 |
| 2020-06-15 | Rollup merge of #73304 - dtolnay:socketeq, r=Mark-Simulacrum | Ralf Jung | -40/+5 |
| 2020-06-15 | Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnay | Ralf Jung | -6/+183 |
| 2020-06-15 | Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnay | Ralf Jung | -0/+54 |
| 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 | Update to use the new error type and correctly compile the doc tests | Alexis Bourget | -16/+21 |
| 2020-06-14 | Add a new error type for the new method | Alexis Bourget | -0/+98 |
| 2020-06-14 | Removing the TryFrom impl | Alexis Bourget | -14/+0 |
| 2020-06-14 | use latest interface to HermitCore | Stefan Lankes | -1/+1 |
| 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 test for comparing SocketAddr with inferred right-hand side | David Tolnay | -0/+5 |
| 2020-06-13 | Rewrap comments in Mutex example | David Tolnay | -11/+11 |