| Age | Commit message (Expand) | Author | Lines |
| 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 #73296 - ehuss:remove-msvc-aux, r=Mark-Simulacrum | Ralf Jung | -26/+2 |
| 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 | Rollup merge of #73086 - trevyn:apple-a7, r=nikic | Ralf Jung | -3/+3 |
| 2020-06-15 | Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnay | Ralf Jung | -15/+10 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -123/+141 |
| 2020-06-15 | Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper | Ralf Jung | -67/+202 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -248/+373 |
| 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-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -851/+923 |
| 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 | keep root_span and tcx together | Ralf Jung | -72/+60 |
| 2020-06-14 | Auto merge of #73089 - tmiasko:musl-1.1.24, r=kennytm | bors | -5/+7 |
| 2020-06-14 | Auto merge of #73232 - RalfJung:miri-no-default, r=Mark-Simulacrum | bors | -12/+20 |
| 2020-06-14 | Auto merge of #73188 - mati865:use-preinstalled-msys2, r=pietroalbini | bors | -50/+20 |
| 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 |
| 2020-06-13 | Clarify the scope-related explanation | Poliorcetics | -3/+2 |
| 2020-06-13 | Apply suggestions from code review | Poliorcetics | -5/+5 |
| 2020-06-13 | Rollup merge of #73308 - yerke:fix-pretty-asm-rs-test-for-aarch64, r=Amanieu | Dylan DPC | -0/+2 |
| 2020-06-13 | Rollup merge of #73302 - JakobDegen:should-panic-documentation, r=Mark-Simula... | Dylan DPC | -71/+28 |
| 2020-06-13 | Rollup merge of #73267 - ehuss:cargotest-this-cargo, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2020-06-13 | Rollup merge of #73241 - mati865:mingw-libs-order-comment, r=petrochenkov | Dylan DPC | -3/+4 |
| 2020-06-13 | Rollup merge of #73194 - lzutao:INT-patterns, r=dtolnay | Dylan DPC | -139/+139 |
| 2020-06-13 | Rollup merge of #73066 - ecstatic-morse:query-structural-eq2, r=pnkfelix | Dylan DPC | -20/+86 |
| 2020-06-13 | Rollup merge of #72932 - poliorcetics:pattern-contains-behaviour, r=hanna-kruppe | Dylan DPC | -0/+37 |
| 2020-06-13 | Add/update comments about MinGW late_link_args | Mateusz MikuĊa | -3/+4 |
| 2020-06-13 | run const_eval_raw with root_span | Ralf Jung | -5/+5 |
| 2020-06-13 | avoid computing precise span for const_eval query | Ralf Jung | -3/+3 |
| 2020-06-13 | pretty/asm.rs should only be tested for x86_64 and not AArch64 | Yerkebulan Tulibergenov | -0/+2 |
| 2020-06-12 | Revert heterogeneous SocketAddr PartialEq impls | David Tolnay | -40/+0 |
| 2020-06-13 | Adjusted some doctests in libcore to use `should_panic`. | Jake Degen | -71/+28 |
| 2020-06-13 | Stabilize Option::zip | Lzu Tao | -15/+10 |
| 2020-06-13 | Prefer the associated consts for pattern matching error | Lzu Tao | -139/+139 |
| 2020-06-13 | Auto merge of #73277 - RalfJung:miri-caller-location, r=oli-obk | bors | -18/+18 |
| 2020-06-12 | Remove vestigial CI job msvc-aux. | Eric Huss | -26/+2 |