about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-01Don't copy bytecode files into the incr. comp. cache.Nicholas Nethercote-45/+19
2020-05-01use hex for invalid bool and char (consistently with validation)Ralf Jung-2/+6
2020-05-01rename InvalidIntPtrUsageRalf Jung-50/+54
2020-05-01bless youRalf Jung-2/+2
2020-05-01InterpError printing really is more Display than DebugRalf Jung-32/+29
2020-05-01tweak InvalidIntPointerUsage messageRalf Jung-2/+2
2020-05-01Auto merge of #71623 - petrochenkov:localink, r=estebankbors-5/+16
2020-05-01Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasperbors-256/+312
2020-04-30Rollup merge of #71691 - ecstatic-morse:const-unreachable, r=oli-obk,RalfJungTyler Mandry-7/+3
2020-04-30Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obkTyler Mandry-47/+6
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-97/+131
2020-04-30Rollup merge of #71567 - Mark-Simulacrum:no-success, r=matthiaskrgrTyler Mandry-0/+3
2020-04-30Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasperTyler Mandry-13/+17
2020-04-30Rollup merge of #71148 - bluss:vec-drop-raw-slice, r=RalfJungTyler Mandry-4/+10
2020-04-30Auto merge of #71717 - Dylan-DPC:rollup-av5vjor, r=Dylan-DPCbors-296/+484
2020-04-30Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmasterDylan DPC-9/+8
2020-04-30Rollup merge of #71559 - dillona:detect_git_progress_version, r=Mark-SimulacrumDylan DPC-11/+15
2020-04-30Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-SimulacrumDylan DPC-53/+51
2020-04-30Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPCDylan DPC-0/+7
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-223/+403
2020-04-30Auto merge of #71675 - pietroalbini:ci-fix-shrink-regression, r=Mark-Simulacrumbors-0/+2
2020-04-30A test now fails during check instead of buildOliver Scherer-1/+1
2020-04-30Address review commentsOliver Scherer-4/+2
2020-04-30Highlight an error that can only happen in CTFEOliver Scherer-1/+1
2020-04-30Add a convenience function for testing whether a static is `#[thread_local]`Oliver Scherer-8/+12
2020-04-30Separate miri/ctfe unsupported operationsOliver Scherer-0/+2
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-30rename-unique: Rename Unique::empty() to Unique::dangling()cohenarthur-9/+8
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-29Bless testsDylan MacKenzie-29/+4
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-29Allow `Unreachable` terminators unconditionallyDylan MacKenzie-7/+3
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