| Age | Commit message (Expand) | Author | Lines |
| 2020-04-19 | Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung | bors | -3/+3 |
| 2020-04-17 | Auto merge of #70629 - anyska:fields-variant, r=oli-obk | bors | -4/+6 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -4/+6 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -3/+3 |
| 2020-04-15 | reword Miri validity errors: undefined -> uninitialized | Ralf Jung | -6/+11 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -10/+11 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -3/+3 |
| 2020-03-25 | go back to infix ops for Size | Ralf Jung | -4/+4 |
| 2020-03-25 | use checked casts and arithmetic in Miri engine | Ralf Jung | -4/+6 |
| 2020-03-22 | miri engine: turn error sanity checks into assertions | Ralf Jung | -4/+3 |
| 2020-03-11 | explain why we catch PointerUseAfterFree | Ralf Jung | -0/+2 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -9/+17 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -11/+9 |
| 2020-03-11 | miri: categorize errors into "unsupported" and "UB" | Ralf Jung | -8/+8 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -14/+50 |
| 2020-03-08 | miri validation: debug-complain about unexpected errors | Ralf Jung | -6/+21 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -127/+166 |
| 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-04 | use integer assoc consts instead of methods | Ralf Jung | -1/+1 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -7/+8 |
| 2020-03-03 | Rollup merge of #69565 - RalfJung:assert, r=eddyb | Dylan DPC | -3/+3 |
| 2020-02-28 | miri engine: turn some debug_assert into assert | Ralf Jung | -3/+3 |
| 2020-02-28 | remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private | Ralf Jung | -7/+8 |
| 2020-02-26 | miri: validity visitor comments and path printing improvements | Ralf Jung | -22/+45 |
| 2020-02-18 | more English grammar | Ralf Jung | -4/+4 |
| 2020-02-18 | miri value visitor: fix some wrong assumptions about layout; improve error me... | Ralf Jung | -64/+117 |
| 2020-01-17 | Rollup merge of #68288 - RalfJung:fmt, r=oli-obk | Dylan DPC | -8/+4 |
| 2020-01-16 | adjust Deref comment | Ralf Jung | -7/+5 |
| 2020-01-16 | let rustfmt undo most of my edits :( | Ralf Jung | -4/+2 |
| 2020-01-16 | fix rustfmt fallout | Ralf Jung | -5/+5 |
| 2020-01-14 | Untangle ZST validation from integer validation and generalize it to all zsts | Oliver Scherer | -11/+7 |
| 2020-01-13 | Early abort validation of arrays of zsts because there is no data to be checked | Oliver Scherer | -3/+8 |
| 2020-01-09 | Rename `Unsized` to `Meta` | Oliver Scherer | -2/+2 |
| 2020-01-07 | Poison any `MemPlace` created from a zst Operand (or otherwise via `MPlaceTy:... | Oliver Scherer | -6/+9 |
| 2020-01-07 | Remove a ZST special casing that is not necessary anymore | Oliver Scherer | -6/+2 |
| 2020-01-07 | Automatically prefer integer addresses for zst MPlace | Oliver Scherer | -7/+4 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-29 | Resolve long compile times when evaluating always valid constants | Wesley Wiser | -3/+12 |
| 2019-12-22 | Format the world | Mark Rousskov | -124/+128 |
| 2019-12-12 | avoid more intermediate allocations in validation errors | Ralf Jung | -23/+16 |
| 2019-12-12 | validation: avoid some intermediate allocations | Ralf Jung | -6/+6 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -2/+2 |