| Age | Commit message (Expand) | Author | Lines |
| 2019-09-06 | Fix miri | Oliver Scherer | -0/+28 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -6/+6 |
| 2019-09-05 | Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk | Mazdak Farrokhzad | -0/+25 |
| 2019-09-03 | Update other doc. | Hal Gentz | -2/+2 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -13/+196 |
| 2019-08-31 | Reorder AllocationDefinedness members | Andreas Molzer | -2/+3 |
| 2019-08-31 | Improve documentation around allocation accessors | Andreas Molzer | -8/+13 |
| 2019-08-30 | Move relocation range copies into allocation | Andreas Molzer | -0/+50 |
| 2019-08-29 | Add `Place::is_indirect` | Dylan MacKenzie | -0/+25 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -4/+9 |
| 2019-08-29 | Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-08-28 | Add some comments to `mir::Static` and `mir::StaticKind` | Wesley Wiser | -0/+7 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -4/+4 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -21/+66 |
| 2019-08-24 | Join arms patterns, body is empty in all arms | Santiago Pastorino | -7/+4 |
| 2019-08-24 | Allow lifetime parameters to be inferred | Santiago Pastorino | -3/+3 |
| 2019-08-22 | Handle statics in `Subst::subst()` by implementing `TypeFoldable` | Wesley Wiser | -4/+54 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -8/+12 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -9/+0 |
| 2019-08-21 | Expose encapsulated undef mask as immutable | Andreas Molzer | -0/+5 |
| 2019-08-21 | Replace usage of alloc.bytes in interpret | Andreas Molzer | -0/+2 |
| 2019-08-19 | Auto merge of #63670 - Dante-Broggi:patch-2, r=Centril | bors | -1/+1 |
| 2019-08-17 | size has a zero | Dante-Broggi | -1/+1 |
| 2019-08-17 | fix typos | Dante-Broggi | -1/+1 |
| 2019-08-17 | Move copy of undef_mask into allocation | Andreas Molzer | -0/+85 |
| 2019-08-17 | Derive HashStable for Allocation | Andreas Molzer | -1/+12 |
| 2019-08-17 | Store allocation size, make bytes, undef_mask private | Andreas Molzer | -8/+27 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -7/+2 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -1/+4 |
| 2019-08-10 | rename RUST_CTFE_BACKTRACE to RUSTC_CTFE_BACKTRACE | Ralf Jung | -1/+1 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -7/+11 |
| 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 | -1/+1 |
| 2019-08-05 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -10/+3 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -1/+3 |
| 2019-08-04 | AssumptionNotHeld is used only once in Miri and never caught... remove from enum | Ralf Jung | -4/+0 |
| 2019-08-04 | move AssumptionNotHeld to UB | Ralf Jung | -3/+4 |
| 2019-08-03 | avoid mutable state and override main message | Esteban Küber | -5/+6 |
| 2019-08-03 | add variant for experimental UB (like Stacked Borrows) | Ralf Jung | -3/+5 |
| 2019-08-03 | also add macros for free-form error messages | Ralf Jung | -0/+10 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -13/+12 |
| 2019-08-02 | be less British | Ralf Jung | -8/+8 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -10/+3 |
| 2019-08-02 | Nicer labels for type layout errors | Esteban Küber | -2/+2 |
| 2019-08-02 | Do not lint on SizeOverflow, always error | Esteban Küber | -1/+3 |
| 2019-08-02 | Always error on `SizeOverflow` during mir evaluation | Esteban Küber | -1/+0 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -5/+1 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -31/+40 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -3/+3 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -15/+26 |