| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | get_size_and_align: fix handling of function pointers | Ralf Jung | -9/+15 |
| 2019-07-28 | miri: add get and get_mut to AllocMap; use that in get_size_and_align and avo... | Ralf Jung | -38/+52 |
| 2019-07-28 | the alignment checks on access can no longer fail now | Ralf Jung | -4/+10 |
| 2019-07-28 | discourage use of ref_to_mplace | Ralf Jung | -0/+4 |
| 2019-07-28 | check that ptr is valid already when doing Deref, not only when doing the access | Ralf Jung | -1/+10 |
| 2019-07-27 | Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJung | Mazdak Farrokhzad | -34/+41 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -13/+2 |
| 2019-07-26 | Update src/librustc_mir/interpret/memory.rs | Oliver Scherer | -1/+1 |
| 2019-07-26 | Update src/librustc_mir/interpret/memory.rs | Oliver Scherer | -1/+1 |
| 2019-07-26 | Address review comments | Oliver Scherer | -7/+11 |
| 2019-07-26 | Clear up `get_size_and_align` | Oliver Scherer | -34/+37 |
| 2019-07-26 | Fix tidy | Oliver Scherer | -1/+1 |
| 2019-07-25 | Rewrite `get_size_and_align` so it doesn't duplicate work | Oliver Scherer | -34/+35 |
| 2019-07-25 | Don't access a static just for its size and alignment | Oliver Scherer | -14/+13 |
| 2019-07-24 | use PanicMessage type for MIR assertion errors | Ralf Jung | -16/+19 |
| 2019-07-23 | Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk | Mark Rousskov | -17/+21 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -21/+21 |
| 2019-07-23 | moving some variants from InterpError to EvalErrorPanic | Saleem Jaffer | -14/+18 |
| 2019-07-20 | alters the panic variant of InterpError | Saleem Jaffer | -3/+3 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -3/+2 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -13/+2 |
| 2019-07-15 | Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obk | Mark Rousskov | -2/+2 |
| 2019-07-14 | remove outdated comment | Ralf Jung | -1/+0 |
| 2019-07-14 | RustIntrinsic and PlatformIntrinsic are also the same ABI as Rust | Ralf Jung | -1/+7 |
| 2019-07-14 | miri validation: better error messages for dangling references | Ralf Jung | -2/+2 |
| 2019-07-13 | Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when... | Mazdak Farrokhzad | -3/+7 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -3/+7 |
| 2019-07-10 | Auto merge of #62441 - RalfJung:place-ptr-normalization, r=oli-obk | bors | -90/+110 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -1/+1 |
| 2019-07-06 | forcing instead of normalization | Ralf Jung | -12/+17 |
| 2019-07-06 | remove outdated comment | Ralf Jung | -2/+0 |
| 2019-07-06 | remove some no-longer-needed methods | Ralf Jung | -26/+1 |
| 2019-07-06 | Add check_mplace_ptr convenience method; provide ptr-normalization methods fo... | Ralf Jung | -65/+107 |
| 2019-07-06 | Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis | Mazdak Farrokhzad | -59/+63 |
| 2019-07-06 | Rollup merge of #62257 - RalfJung:miri-c-str, r=estebank | Mazdak Farrokhzad | -0/+10 |
| 2019-07-06 | Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis | Mazdak Farrokhzad | -85/+154 |
| 2019-07-04 | improve validity error range printing for singleton ranges | Ralf Jung | -8/+9 |
| 2019-07-04 | turns out that dangling pointer branch is dead code; remove it and improve th... | Ralf Jung | -12/+9 |
| 2019-07-04 | use get_size_and_align to test if an allocation is live | Ralf Jung | -10/+9 |
| 2019-07-04 | organize methods a bit better | Ralf Jung | -36/+38 |
| 2019-07-04 | more inlining | Ralf Jung | -6/+8 |
| 2019-07-04 | make Memory::get_fn take a Scalar like most of the Memory API surface | Ralf Jung | -9/+10 |
| 2019-07-04 | fix for tidy | Ralf Jung | -1/+1 |
| 2019-07-04 | fix determinig the size of foreign static allocations | Ralf Jung | -5/+19 |
| 2019-07-04 | add machine hook to handle calls to 'extra' function values | Ralf Jung | -1/+16 |
| 2019-07-04 | Add basic support for "other" kinds of values for function pointers, determin... | Ralf Jung | -64/+106 |
| 2019-07-04 | Go back to just passing MemoryExtra to the machine-level allocation hooks | Ralf Jung | -10/+10 |
| 2019-07-04 | Machine: make self-like parameters come first | Ralf Jung | -12/+12 |
| 2019-07-04 | Fix merge conflicts | Christian Poveda | -68/+79 |
| 2019-07-04 | Rollup merge of #62295 - RalfJung:miri-realloc, r=cramertj | Mazdak Farrokhzad | -6/+9 |