| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | Rollup merge of #64858 - skinny121:str-const-generics, r=varkor | Mazdak Farrokhzad | -1/+16 |
| 2019-09-28 | Move `get_slice_bytes` to `rustc::mir::interpret` so it can be reused. | ben | -1/+16 |
| 2019-09-27 | Introduce a `ConstPropMachine` | Wesley Wiser | -12/+0 |
| 2019-09-27 | Work around for #64506 | Wesley Wiser | -0/+6 |
| 2019-09-27 | [const-prop] Replace `eval_place()` with use of `InterpCx` | Wesley Wiser | -0/+12 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -2/+2 |
| 2019-09-17 | Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk | Tyler Mandry | -2/+2 |
| 2019-09-17 | Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk | Tyler Mandry | -1/+14 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -0/+9 |
| 2019-09-17 | rename Allocation::retag -> with_tags_and_extra | Ralf Jung | -2/+2 |
| 2019-09-17 | document Miri error categories | Ralf Jung | -1/+14 |
| 2019-09-14 | Rollup merge of #64116 - ZeGentzy:patch-1, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-09-13 | Update value.rs | Hal Gentz | -2/+2 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -5/+5 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -128/+126 |
| 2019-09-06 | Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 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-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 | Make allocation relocation field private | Andreas Molzer | -4/+9 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -4/+4 |
| 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-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 | 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 |