about summary refs log tree commit diff
path: root/src/librustc_mir
AgeCommit message (Expand)AuthorLines
2020-03-11Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddybMazdak Farrokhzad-4/+1
2020-03-11Comment nitsOliver Scherer-1/+1
2020-03-11Compute the correct layout for variants of uninhabited enums and readd a long...Oliver Scherer-9/+1
2020-03-11Rollup merge of #69825 - lcnr:discriminant, r=oli-obkMazdak Farrokhzad-0/+5
2020-03-11Generalize typed value printing and use for undef printingOliver Scherer-7/+9
2020-03-11Deduplicate and clean up pretty printing logicOliver Scherer-42/+40
2020-03-10Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obkMazdak Farrokhzad-48/+46
2020-03-09also handle abort intrinsic with new machine hookRalf Jung-1/+5
2020-03-09remove no-longer needed span from Miri Machine hookRalf Jung-4/+1
2020-03-09Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obkMazdak Farrokhzad-62/+96
2020-03-09miri: add machine hook for Abort terminatorRalf Jung-2/+12
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-30/+66
2020-03-08miri validation: debug-complain about unexpected errorsRalf Jung-6/+21
2020-03-08move error allocation test to error.rsRalf Jung-26/+9
2020-03-08Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJungMazdak Farrokhzad-0/+27
2020-03-08Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasperMazdak Farrokhzad-43/+45
2020-03-08miri: ICE on invalid terminatorsRalf Jung-9/+6
2020-03-08Rollup merge of #69646 - RalfJung:layout-visitor, r=eddybMazdak Farrokhzad-127/+166
2020-03-08constify `mem::discriminant`Bastian Kauschke-0/+5
2020-03-08Apply suggestions from code reviewJonas Schievink-2/+2
2020-03-08Auto merge of #69804 - Centril:rollup-u86dc1g, r=Centrilbors-22/+22
2020-03-08Change index for SwitchInt caseJonas Schievink-1/+1
2020-03-08Poison generators when any terminator unwindsJonas Schievink-5/+31
2020-03-07Don't insert panic when generator can not unwindJonas Schievink-1/+45
2020-03-07libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string)Matthias Krüger-7/+7
2020-03-07remove unneeded mutable references (cippy::unnecessary_mut_passed)Matthias Krüger-1/+1
2020-03-07Don't insert panic when generator can not returnJonas Schievink-2/+29
2020-03-07Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obkMazdak Farrokhzad-6/+6
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-16/+16
2020-03-07Auto merge of #69676 - ecstatic-morse:fix-enum-discr-effect, r=oli-obkbors-20/+28
2020-03-07Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertjMazdak Farrokhzad-14/+14
2020-03-07Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obkMazdak Farrokhzad-2/+2
2020-03-06mir-interpret: add method Memory::read wide_stringJOE1994-0/+27
2020-03-06bug on ty::GeneratorWitnessRalf Jung-4/+7
2020-03-06rename visit_primitive -> try_visit_primitive, and commentsRalf Jung-4/+5
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-7/+12
2020-03-06test that we validate boxesRalf Jung-1/+0
2020-03-06miri value visitor: detect primitives by type, not layoutRalf Jung-126/+158
2020-03-06'fieldless enums' is not what I meant -- it's empty/uninhabited enums, reallyRalf Jung-2/+1
2020-03-06mir::Local is Copy we can pass it by value in these casesSantiago Pastorino-6/+6
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-14/+14
2020-03-06Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=olibors-0/+8
2020-03-06fix various typosMatthias Krüger-16/+16
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-1/+1
2020-03-06Add FIXMEOliver Scherer-0/+2
2020-03-05Fix #69191Felix S. Klock II-0/+6
2020-03-06Model generator resumption in dataflowJonas Schievink-31/+88
2020-03-05Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPCbors-19/+17
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-11/+10
2020-03-05Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertjDylan DPC-3/+3