about summary refs log tree commit diff
path: root/src/librustc_mir
AgeCommit message (Expand)AuthorLines
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-4/+22
2020-05-30miri errors: rename InvalidDiscriminant -> InvalidTagRalf Jung-6/+6
2020-05-30tag/niche terminology cleanupRalf Jung-39/+37
2020-05-30Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v...Ralf Jung-5/+6
2020-05-30Rollup merge of #72521 - Amanieu:fix-72484, r=petrochenkovRalf Jung-2/+9
2020-05-30Rollup merge of #72299 - lcnr:sized_help, r=petrochenkovRalf Jung-8/+9
2020-05-30Make TLS accesses explicit in MIROliver Scherer-6/+40
2020-05-30more `LocalDefId`sBastian Kauschke-8/+9
2020-05-30miri validation: clarify valid values of 'char'Ralf Jung-1/+1
2020-05-30Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddybYuki Okushi-79/+105
2020-05-30Be more careful around ty::Error in generatorsJonas Schievink-26/+43
2020-05-29Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJungbors-92/+229
2020-05-30more type sanity checks in MiriRalf Jung-2/+18
2020-05-29Rollup merge of #72103 - lcnr:borrowck-localdefid, r=jonas-schievinkRalf Jung-66/+58
2020-05-29Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat...Ralf Jung-23/+117
2020-05-29Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJungRalf Jung-3/+54
2020-05-29Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r...Dylan DPC-2/+2
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-4/+22
2020-05-28remove redundant `mk_const`Bastian Kauschke-1/+1
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-5/+6
2020-05-28mir: adjust conditional in recursion limit checkDavid Wood-1/+1
2020-05-27Add additional checks for isize overflowJoe Richey-3/+2
2020-05-28Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakisbors-35/+35
2020-05-27Add explanation about taking the minimum of the two lintsLeSeulArtichaut-0/+11
2020-05-27Fix wrong conflict resolutionLeSeulArtichaut-7/+1
2020-05-27Use the lowest of `unsafe_op_in_unsafe_fn` and `safe_borrow_packed` for packe...LeSeulArtichaut-5/+28
2020-05-27Fix inverted `if` conditionLeSeulArtichaut-1/+1
2020-05-27Apply suggestions from code reviewLeSeulArtichaut-23/+44
2020-05-27Implement RFC 2585LeSeulArtichaut-9/+54
2020-05-26Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddybDylan DPC-2/+2
2020-05-26Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obkDylan DPC-1/+71
2020-05-26Add checks and tests for computing abs(offset_bytes)Joe Richey-2/+3
2020-05-26Auto merge of #72093 - jonas-schievink:unmut, r=oli-obkbors-9/+111
2020-05-25Display information about captured variable in `FnMut` errorAaron Hill-52/+123
2020-05-25Rename upvar_list to closure_capturesDhruv Jauhar-2/+2
2020-05-25Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obkDylan DPC-32/+1
2020-05-25Rollup merge of #72451 - ecstatic-morse:nrvo-type-mismatch, r=matthewjasperDylan DPC-12/+6
2020-05-25librustc_mir: Add back use statementJoe Richey-0/+2
2020-05-25librustc_mir: Add support for const fn offset/arith_offsetJoe Richey-2/+51
2020-05-25Always validate MIR after optimizingJonas Schievink-0/+5
2020-05-25Add a small MIR validation passJonas Schievink-1/+93
2020-05-25Avoid `Operand::Copy` with `&mut T`Jonas Schievink-8/+13
2020-05-25fix discriminant_ty for non-enumsRalf Jung-2/+2
2020-05-25Add helper method for determining the type of a discriminantRalf Jung-39/+24
2020-05-25Format and more tracingRalf Jung-2/+2
2020-05-25assert that types without discriminant use variant idx of 0Ralf Jung-1/+2
2020-05-25comments and refactor variable namesRalf Jung-38/+46
2020-05-25Miri: refactor read_discriminant and make it return ScalarRalf Jung-68/+84
2020-05-25rename lintRalf Jung-4/+4
2020-05-25Auto merge of #72562 - RalfJung:rollup-2ngjgwi, r=RalfJungbors-98/+110