| Age | Commit message (Expand) | Author | Lines |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -14/+14 |
| 2019-11-21 | Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obk | Mazdak Farrokhzad | -20/+11 |
| 2019-11-19 | Revert expansion of impl HashStable for Frame. | Camille GILLOT | -20/+12 |
| 2019-11-19 | Derive HashStable in librustc_mir. | Camille GILLOT | -57/+35 |
| 2019-11-16 | ICE on invalid MIR | Ralf Jung | -4/+1 |
| 2019-11-16 | make simd_size return a u64 | Ralf Jung | -2/+1 |
| 2019-11-16 | rename and move read_vector_ty | Ralf Jung | -21/+11 |
| 2019-11-16 | re-add miri intrinsic ABI check | Ralf Jung | -0/+5 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -14/+12 |
| 2019-11-12 | Rename in librustc_mir. | Camille GILLOT | -14/+12 |
| 2019-11-11 | Update | Aaron Hill | -1/+1 |
| 2019-11-11 | Return Ok(false) instead of throwing when handling a diverging intrinsic | Aaron Hill | -3/+2 |
| 2019-11-11 | Fix rebase fallout | Aaron Hill | -1/+1 |
| 2019-11-11 | Rename to | Aaron Hill | -2/+3 |
| 2019-11-11 | Fix debug assertion | Aaron Hill | -1/+2 |
| 2019-11-11 | Remove trampoline, pass `ret` and `unwind` when handling intrinsics | Aaron Hill | -15/+9 |
| 2019-11-11 | Some code cleanup | Aaron Hill | -28/+23 |
| 2019-11-11 | Make doc comment more accurate | Aaron Hill | -1/+4 |
| 2019-11-11 | Add miri trampoline, fix handling of intrinsic return | Aaron Hill | -1/+10 |
| 2019-11-11 | Fix unwinding logic | Aaron Hill | -2/+8 |
| 2019-11-11 | Some cleanup | Aaron Hill | -27/+30 |
| 2019-11-11 | Add doc comment | Aaron Hill | -0/+13 |
| 2019-11-11 | A few minor tweaks | Aaron Hill | -1/+1 |
| 2019-11-11 | avoid the loop in unwinding stack popping | Ralf Jung | -107/+85 |
| 2019-11-11 | Remove old intrinsic check | Aaron Hill | -5/+0 |
| 2019-11-11 | Fix incorrect unwrap of dest | Aaron Hill | -6/+0 |
| 2019-11-11 | Formatting improvements | Aaron Hill | -2/+2 |
| 2019-11-11 | Add hooks for Miri panic unwinding | Aaron Hill | -55/+204 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -7/+7 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -1/+3 |
| 2019-11-08 | Rollup merge of #66154 - RalfJung:to_usize, r=oli-obk | Mazdak Farrokhzad | -7/+7 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -7/+7 |
| 2019-11-08 | rename Memory::get methods to get_raw to indicate their unchecked nature | Ralf Jung | -43/+46 |
| 2019-11-07 | Rollup merge of #66147 - RalfJung:no-scalar-ptr, r=oli-obk | Yuki Okushi | -66/+36 |
| 2019-11-06 | improve a comment | Ralf Jung | -1/+1 |
| 2019-11-06 | remvoe to_scalar_ptr and use ref_to_mplace everywhere | Ralf Jung | -62/+30 |
| 2019-11-06 | miri cast: avoid unnecessary to_scalar_ptr | Ralf Jung | -3/+5 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -1/+2 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66081 - RalfJung:ptr-offset, r=zackmdavis | Mazdak Farrokhzad | -6/+13 |
| 2019-11-05 | expand comment explaining integer exception | Ralf Jung | -2/+4 |
| 2019-11-04 | Miri: ptr_offset_from: support offset_from with twice the same non-null integer | Ralf Jung | -3/+20 |
| 2019-11-04 | Miri: offset_from: do int-to-ptr casts when needed | Ralf Jung | -2/+2 |
| 2019-11-04 | let caller of check_ptr_access_align control the error message | Ralf Jung | -6/+13 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -1/+50 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -1/+1 |
| 2019-10-30 | caller_location: point to macro invocation sites, like file!/line!. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-10-30 | Fix an incorrect docstring for Immediate in librustc_mir/interpret. | Edd Barrett | -1/+1 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -22/+22 |
| 2019-10-27 | Implementation of const caller_location. | Adam Perry | -1/+64 |