about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-29Rollup merge of #71680 - nicholasbishop:bishop-fix-eq-link, r=Mark-SimulacrumDylan DPC-0/+1
2020-04-29Rollup merge of #71678 - ehuss:rustc-doc-index, r=Mark-SimulacrumDylan DPC-1/+5
2020-04-29Rollup merge of #71627 - ldm0:autoderefarg, r=Dylan-DPCDylan DPC-2/+2
2020-04-29Rollup merge of #71617 - samrat:suggest-int-into, r=ecstatic-morseDylan DPC-64/+53
2020-04-29Rollup merge of #71572 - lcnr:type_length, r=Dylan-DPCDylan DPC-0/+31
2020-04-29Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu...Dylan DPC-7/+45
2020-04-29Allow `Downcast` projections unconditionallyDylan MacKenzie-18/+2
2020-04-29update MiriRalf Jung-10/+7
2020-04-29Auto merge of #71674 - flip1995:clippyup, r=Dylan-DPCbors-7/+7
2020-04-29Fix doc link to Eq trait from PartialEq traitNicholas Bishop-0/+1
2020-04-29Add an index page for nightly rustc docs.Eric Huss-1/+5
2020-04-29ci: use bash when executing the "bors build finished" jobsPietro Albini-0/+2
2020-04-29Suggest deref when coercing `ty::Ref` to `ty::RawPtr`Donough Liu-4/+162
2020-04-29Update Clippyflip1995-7/+7
2020-04-29Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelixbors-87/+819
2020-04-29document stable counterparts of intrinsicsBastian Kauschke-12/+86
2020-04-29expand comment in memory.rs with extra soundness concernsRalf Jung-1/+3
2020-04-29some more test casesRalf Jung-14/+109
2020-04-29Rollup merge of #71657 - Daniel-Worrall:24949, r=estebankDylan DPC-0/+179
2020-04-29Rollup merge of #71654 - zachreizner:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-04-29Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPCDylan DPC-2/+3
2020-04-29Rollup merge of #71286 - Alexendoo:test-issue-69654, r=Dylan-DPCDylan DPC-0/+32
2020-04-29Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelixDylan DPC-36/+117
2020-04-29safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptrcohenarthur-3/+43
2020-04-29also test reference into static fieldRalf Jung-15/+40
2020-04-29Rename function to `suggest_deref_ref_or_into` because it's suggestingDonough Liu-3/+3
2020-04-29Move branch point upwards to avoid unnecessary mk_ptr()Donough Liu-1/+1
2020-04-29Auto merge of #71518 - felix91gr:const_prop_bugfix_just_block_prop, r=wesleyw...bors-41/+818
2020-04-28Suggest `;` or assignment to drop borrows in tail exprsEsteban Küber-36/+117
2020-04-29Add #24949 assoc constant static recursion testDaniel Worrall-0/+179
2020-04-29Fix testAmanieu d'Antras-41/+42
2020-04-29Remove Session::no_landing_pads()Amanieu d'Antras-15/+14
2020-04-29Remove -Z no-landing-pads testsAmanieu d'Antras-54/+0
2020-04-29Remove -Z no-landing-pads flagAmanieu d'Antras-7/+4
2020-04-28Bless test that no longer warnsDylan MacKenzie-1/+1
2020-04-28Auto merge of #71486 - alexcrichton:arm64-lld, r=Mark-Simulacrumbors-6/+32
2020-04-28TYPE -> TYPE_ASCRIPTIONGDylan MacKenzie-8/+8
2020-04-28Use path to refer to constants in cross-crate pattern testsDylan MacKenzie-10/+9
2020-04-28Add cross-crate const in pattern testsDylan MacKenzie-0/+55
2020-04-28Add branchy `const` in pattern testsDylan MacKenzie-0/+129
2020-04-28FIXME: ignore test that ICEsDylan MacKenzie-0/+4
2020-04-28Add tests from #67088 and the issues mentioned in its descriptionDylan MacKenzie-16/+468
2020-04-28Incorporate MIR const-checker into `Pat` loweringDylan MacKenzie-63/+89
2020-04-28Add `CustomEq` qualifDylan MacKenzie-1/+64
2020-04-28clarify commentRalf Jung-1/+3
2020-04-28add test for const-ref-to-cross-crate-mutable-staticRalf Jung-14/+101
2020-04-28better document const-pattern dynamic soundness checks, and fix a soundness holeRalf Jung-9/+24
2020-04-28Vec IntoIter: Drop using raw sliceUlrik Sverdrup-2/+8
2020-04-28Pass `Substs` to `in_adt_inherently`Dylan MacKenzie-6/+10
2020-04-28Auto merge of #71642 - ehuss:update-cargo, r=ehussbors-0/+0