| Age | Commit message (Expand) | Author | Lines |
| 2018-11-24 | Move some methods from `Memory` to `Allocation` | Oliver Scherer | -0/+84 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -10/+21 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -11/+11 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -5/+6 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -9/+9 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -1/+1 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -6/+16 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -0/+3 |
| 2018-11-19 | Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk | Pietro Albini | -12/+43 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -9/+0 |
| 2018-11-15 | do not accept out-of-bounds pointers in enum discriminants, they might be NULL | Ralf Jung | -6/+18 |
| 2018-11-15 | validation: better error when the enum discriminant is Undef | Ralf Jung | -2/+2 |
| 2018-11-15 | rename FrameInfo span field to call_site | Ralf Jung | -4/+4 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -1/+13 |
| 2018-11-14 | put file and line into miri backtrace | Ralf Jung | -3/+8 |
| 2018-11-14 | prettier miri backtrace printing | Ralf Jung | -3/+10 |
| 2018-11-14 | miri: backtraces with instances | Ralf Jung | -7/+26 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -7/+18 |
| 2018-11-13 | Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk | kennytm | -0/+11 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -3/+3 |
| 2018-11-13 | Move a `static_assert!` to a better spot. | Nicholas Nethercote | -4/+4 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -1/+1 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -9/+11 |
| 2018-11-12 | Shrink some internal enums | Oliver Scherer | -6/+15 |
| 2018-11-12 | for uniformity, also move memory_deallocated to AllocationExtra | Ralf Jung | -0/+11 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -0/+31 |
| 2018-11-11 | Auto merge of #55674 - oli-obk:miri_engine_refactoring, r=RalfJung | bors | -337/+523 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -3/+3 |
| 2018-11-10 | Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio... | bors | -8/+11 |
| 2018-11-08 | Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix | Mark Rousskov | -0/+14 |
| 2018-11-08 | Rebase fallout | Oliver Scherer | -2/+2 |
| 2018-11-08 | Give `AllocationExtra`s access to their entire `Allocation` | Oliver Scherer | -6/+2 |
| 2018-11-08 | Fallout | Oliver Scherer | -4/+7 |
| 2018-11-08 | Move `Pointer` to its own module | Oliver Scherer | -147/+155 |
| 2018-11-08 | Move ScalarMaybeUndef into `value.rs` | Oliver Scherer | -129/+129 |
| 2018-11-08 | Move UndefMask and Relocations into `allocation.rs` | Oliver Scherer | -138/+138 |
| 2018-11-08 | Move the `memory_accessed` hook onto the `Extra` value | Oliver Scherer | -1/+31 |
| 2018-11-08 | Move `ScalarMaybeUndef` back to rustc | Oliver Scherer | -0/+128 |
| 2018-11-08 | Move `Allocation` into its own module | Oliver Scherer | -740/+9 |
| 2018-11-08 | Duplicate mod.rs for better diff tracking | Oliver Scherer | -0/+752 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -1/+13 |
| 2018-11-07 | Ignore never-initialized locals for `unused_mut`. | David Wood | -0/+14 |
| 2018-11-07 | Rollup merge of #55645 - RalfJung:validity-range-inclusive, r=oli-obk | kennytm | -46/+90 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-07 | Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obk | bors | -46/+90 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-11-06 | Rollup merge of #55696 - davidtwco:issue-55675, r=pnkfelix | kennytm | -10/+10 |
| 2018-11-05 | Improve predecessor detection. | David Wood | -0/+31 |
| 2018-11-05 | add method to obtain the ptr offset of a Scalar | Ralf Jung | -0/+13 |
| 2018-11-05 | proide ptr_wrapping_offset on Scalars | Ralf Jung | -43/+65 |