about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-15Rollup merge of #73331 - hermitcore:listen, r=kennytmRalf Jung-47/+86
2020-06-15Rollup merge of #73304 - dtolnay:socketeq, r=Mark-SimulacrumRalf Jung-40/+5
2020-06-15Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-SimulacrumRalf Jung-26/+2
2020-06-15Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnayRalf Jung-6/+183
2020-06-15Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnayRalf Jung-0/+54
2020-06-15Rollup merge of #73086 - trevyn:apple-a7, r=nikicRalf Jung-3/+3
2020-06-15Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnayRalf Jung-15/+10
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-123/+141
2020-06-15Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasperRalf Jung-67/+202
2020-06-15Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obkRalf Jung-248/+373
2020-06-15remove obsolete , to pass the format checkStefan Lankes-2/+2
2020-06-15add comment about the usage of ArcStefan Lankes-0/+3
2020-06-15use Ipv6Addr::from to build the IPv6 addressStefan Lankes-24/+2
2020-06-15Revert "simplify conversion to IpAddr::V6"Stefan Lankes-2/+18
2020-06-15Revert "changes to pass the format check"Stefan Lankes-4/+10
2020-06-15remove obsolete lineStefan Lankes-1/+0
2020-06-15changes to pass the format checkStefan Lankes-10/+4
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-851/+923
2020-06-14simplify conversion to IpAddr::V6Stefan Lankes-18/+2
2020-06-14Update to use the new error type and correctly compile the doc testsAlexis Bourget-16/+21
2020-06-14Add a new error type for the new methodAlexis Bourget-0/+98
2020-06-14Removing the TryFrom implAlexis Bourget-14/+0
2020-06-14keep root_span and tcx togetherRalf Jung-72/+60
2020-06-14Auto merge of #73089 - tmiasko:musl-1.1.24, r=kennytmbors-5/+7
2020-06-14Auto merge of #73232 - RalfJung:miri-no-default, r=Mark-Simulacrumbors-12/+20
2020-06-14Auto merge of #73188 - mati865:use-preinstalled-msys2, r=pietroalbinibors-50/+20
2020-06-14use latest interface to HermitCoreStefan Lankes-1/+1
2020-06-14remove unused functionStefan Lankes-6/+0
2020-06-13add TcpListener support for HermitCoreStefan Lankes-46/+111
2020-06-13Add test for comparing SocketAddr with inferred right-hand sideDavid Tolnay-0/+5
2020-06-13Rewrap comments in Mutex exampleDavid Tolnay-11/+11
2020-06-13Clarify the scope-related explanation Poliorcetics-3/+2
2020-06-13Apply suggestions from code reviewPoliorcetics-5/+5
2020-06-13Rollup merge of #73308 - yerke:fix-pretty-asm-rs-test-for-aarch64, r=AmanieuDylan DPC-0/+2
2020-06-13Rollup merge of #73302 - JakobDegen:should-panic-documentation, r=Mark-Simula...Dylan DPC-71/+28
2020-06-13Rollup merge of #73267 - ehuss:cargotest-this-cargo, r=Mark-SimulacrumDylan DPC-1/+2
2020-06-13Rollup merge of #73241 - mati865:mingw-libs-order-comment, r=petrochenkovDylan DPC-3/+4
2020-06-13Rollup merge of #73194 - lzutao:INT-patterns, r=dtolnayDylan DPC-139/+139
2020-06-13Rollup merge of #73066 - ecstatic-morse:query-structural-eq2, r=pnkfelixDylan DPC-20/+86
2020-06-13Rollup merge of #72932 - poliorcetics:pattern-contains-behaviour, r=hanna-kruppeDylan DPC-0/+37
2020-06-13Add/update comments about MinGW late_link_argsMateusz MikuĊ‚a-3/+4
2020-06-13run const_eval_raw with root_spanRalf Jung-5/+5
2020-06-13avoid computing precise span for const_eval queryRalf Jung-3/+3
2020-06-13pretty/asm.rs should only be tested for x86_64 and not AArch64Yerkebulan Tulibergenov-0/+2
2020-06-12Revert heterogeneous SocketAddr PartialEq implsDavid Tolnay-40/+0
2020-06-13Adjusted some doctests in libcore to use `should_panic`.Jake Degen-71/+28
2020-06-13Stabilize Option::zipLzu Tao-15/+10
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-139/+139
2020-06-13Auto merge of #73277 - RalfJung:miri-caller-location, r=oli-obkbors-18/+18
2020-06-12Remove vestigial CI job msvc-aux.Eric Huss-26/+2