about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-01submodules: update cargo from 90931d9b3 to 258c89644Matthias Krüger-0/+0
2020-05-01fmtRalf Jung-2/+2
2020-05-01remove obsolete commentTshepang Lekhonkhobe-1/+0
2020-05-01remove AllocId generalization of PointerRalf Jung-39/+33
2020-05-01bootstrap: also apply unused-attributes hack without deny_warningsRalf Jung-6/+6
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-30wf: {Int,Float}Var can only infer to always-WF ints/floats.Eduard-Mihai Burtescu-2/+8
2020-04-30wf: handle "livelock" checking before reaching `WfPredicates::compute`.Eduard-Mihai Burtescu-42/+38
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-30Miri: port error backtraces to std::backtraceRalf Jung-13/+11
2020-04-30handle ByRef in relateBastian Kauschke-2/+87
2020-04-30coerce documentationBastian Kauschke-1/+3
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