about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-01Rename `bitcode-in-rlib` option to `embed-bitcode`Alex Crichton-48/+39
2020-04-30Rollup merge of #71692 - dfreese:cfgdocs, r=kennytmDylan DPC-0/+4
2020-04-30Rollup merge of #71672 - lcnr:instrinsics-wow, r=Dylan-DPCDylan DPC-12/+86
2020-04-30Rollup merge of #71655 - RalfJung:const-pattern-soundness, r=oli-obkDylan DPC-24/+250
2020-04-30Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obkDylan DPC-8/+166
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-22/+124
2020-04-30Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelixbors-114/+57
2020-04-30Auto merge of #71687 - RalfJung:miri, r=RalfJungbors-10/+7
2020-04-29Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercotebors-265/+188
2020-04-29Auto merge of #71689 - Dylan-DPC:rollup-8nyuwm1, r=Dylan-DPCbors-74/+137
2020-04-29Update src/libcore/macros/mod.rsDavid Freese-1/+1
2020-04-29Store LLVM bitcode in object files, not compressedAlex Crichton-265/+188
2020-04-29Add clarification on std::cfg macro docs v. #[cfg] attributeDavid Freese-0/+4
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-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-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