about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-25Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obkDylan DPC-99/+189
2020-04-25Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebankDylan DPC-6/+99
2020-04-24Auto merge of #71509 - Dylan-DPC:rollup-n8s37rm, r=Dylan-DPCbors-498/+829
2020-04-24Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytmDylan DPC-101/+51
2020-04-24Rollup merge of #71475 - RalfJung:miri-frame-loc, r=ecstatic-morseDylan DPC-41/+29
2020-04-24Rollup merge of #71428 - tromey:gdb-10-parsing, r=tromeyDylan DPC-5/+21
2020-04-24Rollup merge of #71318 - RalfJung:miri-unleash-cleanup, r=oli-obkDylan DPC-181/+156
2020-04-24Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morseDylan DPC-170/+572
2020-04-24Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obkbors-82/+133
2020-04-24Auto merge of #71215 - marmeladema:issue70853/librustc_middle-local-def-id-2,...bors-987/+1082
2020-04-24Rollup merge of #71492 - LeSeulArtichaut:document-unsafe-2, r=Mark-SimulacrumDylan DPC-16/+28
2020-04-24Rollup merge of #71459 - divergentdave:pointer-offset-0x, r=RalfJungDylan DPC-40/+40
2020-04-24Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebankDylan DPC-30/+30
2020-04-24Rollup merge of #71068 - pyfisch:unicode-version-stable, r=SimonSapinDylan DPC-7/+8
2020-04-24Rollup merge of #71063 - LeSeulArtichaut:document-unsafe, r=Mark-SimulacrumDylan DPC-7/+28
2020-04-24Rollup merge of #70845 - varkor:const-generics-derive-eq-diagnostic, r=estebankDylan DPC-19/+51
2020-04-24Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::...LeSeulArtichaut-16/+28
2020-04-23Fix librustdoc error due to `as_local_hir_id` changesmarmeladema-2/+2
2020-04-23Address comments from reviewmarmeladema-104/+68
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-305/+248
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-444/+579
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-492/+545
2020-04-23Import RequiredConstsVisitorSantiago Pastorino-2/+2
2020-04-23Rename uneval_consts to required_constsSantiago Pastorino-41/+44
2020-04-23Adjust name of never typed const testSantiago Pastorino-4/+5
2020-04-23Bless mir-opt testsSantiago Pastorino-42/+32
2020-04-23Add a note about fat pointersLeSeulArtichaut-0/+6
2020-04-23Clean up fragile checks of optimized away constantsSantiago Pastorino-25/+10
2020-04-23Make ConstPropagator only visit basic blocks when visiting bodySantiago Pastorino-0/+6
2020-04-23Visit unevaluated constants in super_bodySantiago Pastorino-0/+5
2020-04-23Make inlining carry over unevaluated constsSantiago Pastorino-1/+9
2020-04-23Evaluate unevaluated MIR constants in codegen_mirSantiago Pastorino-0/+14
2020-04-23Add MirPass to collect Unevaluated consts in MIR bodySantiago Pastorino-1/+40
2020-04-23Make mir::Constant CopySantiago Pastorino-1/+1
2020-04-23explain what we are testing in mutable_constRalf Jung-9/+18
2020-04-23Rollup merge of #71479 - RalfJung:scalar-null-ptr, r=jonas-schievinkDylan DPC-0/+5
2020-04-23Rollup merge of #71470 - TyPR124:fix-doc-links, r=jonas-schievinkDylan DPC-4/+4
2020-04-23Rollup merge of #71446 - Amanieu:transmute_copy, r=sfacklerDylan DPC-1/+6
2020-04-23Rollup merge of #71442 - TimDiekmann:allocref-mut-ref, r=AmanieuDylan DPC-0/+47
2020-04-23Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnisonDylan DPC-27/+711
2020-04-23Rollup merge of #71404 - cuviper:chain-unfused, r=scottmcmDylan DPC-35/+62
2020-04-23Rollup merge of #70633 - kper:master, r=estebankDylan DPC-6/+104
2020-04-23add back Scalar::null_ptrRalf Jung-0/+5
2020-04-23miri-unleash tests: ensure they fire even with 'allow(const_err)'Ralf Jung-174/+140
2020-04-23liballoc: more compact way to adjust test sizes for MiriRalf Jung-71/+35
2020-04-23Cycle errors now occur during const-eval, not checkingDylan MacKenzie-27/+106
2020-04-23Lazily run dataflow for const qualificationDylan MacKenzie-43/+56
2020-04-23Don't cache result of `in_any_value_of_ty` for localsDylan MacKenzie-53/+51
2020-04-23Make type alias privateDylan MacKenzie-1/+1
2020-04-23libcore: more compact way to adjust test sizes for MiriRalf Jung-30/+16