| Age | Commit message (Expand) | Author | Lines |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -100/+46 |
| 2019-08-30 | mod-level doc comment for validity check | Ralf Jung | -0/+6 |
| 2019-08-30 | miri: detect too large dynamically sized objects | Ralf Jung | -13/+21 |
| 2019-08-30 | Fixup remaining direct relocation field references | Andreas Molzer | -1/+2 |
| 2019-08-30 | Move relocation range copies into allocation | Andreas Molzer | -27/+3 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -4/+4 |
| 2019-08-29 | Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk | Mazdak Farrokhzad | -35/+54 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -2/+2 |
| 2019-08-26 | raw slices do not have to comply to the size limit | Ralf Jung | -14/+5 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -4/+8 |
| 2019-08-25 | test for too long slices | Ralf Jung | -2/+14 |
| 2019-08-25 | validate raw wide pointers | Ralf Jung | -2/+9 |
| 2019-08-25 | factor wide ptr metadata checking into separate method | Ralf Jung | -33/+42 |
| 2019-08-24 | Ensure miri can do bit ops on pointer values | Oliver Scherer | -12/+16 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -3/+3 |
| 2019-08-22 | Remove eval_promoted const-prop hack | Wesley Wiser | -1/+5 |
| 2019-08-21 | Expose encapsulated undef mask as immutable | Andreas Molzer | -1/+1 |
| 2019-08-21 | Replace usage of alloc.bytes in interpret | Andreas Molzer | -14/+35 |
| 2019-08-19 | rustc_mir: disallow non-monomorphic reifications. | Eduard-Mihai Burtescu | -1/+11 |
| 2019-08-19 | rustc_mir: disallow non-monomorphic vtables. | Eduard-Mihai Burtescu | -1/+6 |
| 2019-08-19 | rustc_mir: add missing subst_from_frame_and_normalize_erasing_regions calls. | Eduard-Mihai Burtescu | -1/+4 |
| 2019-08-19 | rustc_mir: use self.resolve instead of Instance::resolve where possible. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-08-19 | rustc_mir: make subst_from_frame_and_normalize_erasing_regions infallible. | Eduard-Mihai Burtescu | -17/+10 |
| 2019-08-19 | rustc_mir: remove wrong calls to subst_from_frame_and_normalize_erasing_regions. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-08-19 | start cleaning up subst mess | Ralf Jung | -58/+38 |
| 2019-08-17 | Auto merge of #63671 - Centril:rollup-zufavt5, r=Centril | bors | -1/+1 |
| 2019-08-17 | fix typos | Dante-Broggi | -1/+1 |
| 2019-08-17 | Move copy of undef_mask into allocation | Andreas Molzer | -55/+3 |
| 2019-08-17 | make both unary_op and binary_op fully typed, including a return type | Ralf Jung | -59/+85 |
| 2019-08-17 | Add ImmTy::from_uint | Ralf Jung | -5/+13 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -9/+41 |
| 2019-08-14 | Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavis | Mazdak Farrokhzad | -5/+1 |
| 2019-08-11 | Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb | Mark Rousskov | -2/+2 |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -2/+2 |
| 2019-08-10 | Miri shouldn't look at types | Ralf Jung | -6/+12 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -1/+1 |
| 2019-08-06 | Rollup merge of #63287 - Mark-Simulacrum:span-no-ref, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -2/+3 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -2/+2 |
| 2019-08-05 | Don't store &Span | Mark Rousskov | -2/+2 |
| 2019-08-05 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -16/+39 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -4/+1 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -0/+3 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -28/+21 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -28/+21 |
| 2019-08-02 | trailing full stops | Ralf Jung | -2/+2 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -5/+3 |
| 2019-08-02 | get rid of some remaining type-based dispatching in cast code | Ralf Jung | -45/+25 |
| 2019-08-02 | miri: validity checks alignment even when machine otherwise does not | Ralf Jung | -3/+18 |