about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-06-15Add EMIR_MIR_FOR_EACH_BIT_WIDTH to failing testWesley Wiser-0/+43
2020-06-15[const-prop] Remove `ConstPropMode::NoPropagation`Wesley Wiser-45/+45
2020-06-15Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelixbors-1495/+1871
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-582/+1061
2020-06-15Rollup merge of #73331 - hermitcore:listen, r=kennytmRalf Jung-49/+88
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-31/+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-15Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJungbors-507/+1574
2020-06-15remove obsolete , to pass the format checkStefan Lankes-2/+2
2020-06-15Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur...Ralf Jung-1/+28
2020-06-15Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morseRalf Jung-8/+24
2020-06-15Rollup merge of #73342 - schteve:master, r=jonas-schievinkRalf Jung-2/+2
2020-06-15Rollup merge of #73341 - jonas-schievink:matchdoc, r=davidtwcoRalf Jung-271/+271
2020-06-15Rollup merge of #73336 - lzutao:pattern-group, r=sfacklerRalf Jung-10/+10
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-58/+203
2020-06-15Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnayRalf Jung-2/+8
2020-06-15Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este...Ralf Jung-1/+35
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-103/+729
2020-06-15Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obkRalf Jung-51/+264
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-14Update E0446.mdgnodarse-8/+24
2020-06-14structural_match: non-structural-match ty closuresDavid Wood-1/+28
2020-06-14Removing the TryFrom implAlexis Bourget-14/+0
2020-06-14Fix iterator copied() documentation example codeSteve Heindel-2/+2
2020-06-14keep root_span and tcx togetherRalf Jung-72/+60
2020-06-14_match.rs: fix module doc commentJonas Schievink-271/+271
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-59/+20
2020-06-14Group Pattern::strip_* method togetherLzu Tao-10/+10
2020-06-14use latest interface to HermitCoreStefan Lankes-3/+3
2020-06-14remove unused functionStefan Lankes-6/+0
2020-06-13add TcpListener support for HermitCoreStefan Lankes-46/+111
2020-06-13Add tests for `const_precise_live_drops`Dylan MacKenzie-9/+49