| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | adjust Miri to needs of changed unwinding strategy | Ralf Jung | -26/+19 |
| 2020-03-12 | miri engine: fix treatment of abort intrinsic | Ralf Jung | -8/+5 |
| 2020-03-12 | Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obk | Mazdak Farrokhzad | -7/+18 |
| 2020-03-12 | codegen/mir: support polymorphic `InstanceDef`s | David Wood | -15/+25 |
| 2020-03-11 | we are on 2018 edition, use try block | Ralf Jung | -6/+4 |
| 2020-03-11 | avoid boolean inversion | Ralf Jung | -3/+3 |
| 2020-03-11 | explain why we catch PointerUseAfterFree | Ralf Jung | -0/+2 |
| 2020-03-11 | start Miri messages lower-case | Ralf Jung | -2/+2 |
| 2020-03-11 | fmt, and fix rustfmt-induced rebase hickup | Ralf Jung | -5/+2 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -13/+23 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -18/+31 |
| 2020-03-11 | miri: categorize errors into "unsupported" and "UB" | Ralf Jung | -150/+162 |
| 2020-03-11 | Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddyb | Mazdak Farrokhzad | -2/+1 |
| 2020-03-11 | Comment nits | Oliver Scherer | -1/+1 |
| 2020-03-11 | Compute the correct layout for variants of uninhabited enums and readd a long... | Oliver Scherer | -9/+1 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+5 |
| 2020-03-11 | Generalize typed value printing and use for undef printing | Oliver Scherer | -7/+9 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -42/+40 |
| 2020-03-09 | also handle abort intrinsic with new machine hook | Ralf Jung | -1/+5 |
| 2020-03-09 | remove no-longer needed span from Miri Machine hook | Ralf Jung | -2/+1 |
| 2020-03-09 | Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obk | Mazdak Farrokhzad | -33/+78 |
| 2020-03-09 | miri: add machine hook for Abort terminator | Ralf Jung | -2/+12 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -27/+57 |
| 2020-03-08 | miri validation: debug-complain about unexpected errors | Ralf Jung | -6/+21 |
| 2020-03-08 | Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJung | Mazdak Farrokhzad | -0/+27 |
| 2020-03-08 | miri: ICE on invalid terminators | Ralf Jung | -9/+6 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -127/+166 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+5 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | mir-interpret: add method Memory::read wide_string | JOE1994 | -0/+27 |
| 2020-03-06 | bug on ty::GeneratorWitness | Ralf Jung | -4/+7 |
| 2020-03-06 | rename visit_primitive -> try_visit_primitive, and comments | Ralf Jung | -4/+5 |
| 2020-03-06 | better error messages for invalid boxes (and a few more tests) | Ralf Jung | -7/+12 |
| 2020-03-06 | test that we validate boxes | Ralf Jung | -1/+0 |
| 2020-03-06 | miri value visitor: detect primitives by type, not layout | Ralf Jung | -126/+158 |
| 2020-03-06 | 'fieldless enums' is not what I meant -- it's empty/uninhabited enums, really | Ralf Jung | -2/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=oli | bors | -0/+8 |
| 2020-03-06 | fix various typos | Matthias Krüger | -4/+4 |
| 2020-03-06 | Add FIXME | Oliver Scherer | -0/+2 |
| 2020-03-05 | Fix #69191 | Felix S. Klock II | -0/+6 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2020-03-05 | Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertj | Dylan DPC | -1/+1 |
| 2020-03-05 | Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops... | Matthias Krüger | -3/+2 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-04 | use integer assoc consts instead of methods | Ralf Jung | -4/+4 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -42/+38 |
| 2020-03-03 | Rollup merge of #69565 - RalfJung:assert, r=eddyb | Dylan DPC | -7/+7 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -174/+191 |