| Age | Commit message (Expand) | Author | Lines |
| 2019-10-22 | relax ExactSizeIterator bound on write_bytes: too many iterators don't have t... | Ralf Jung | -2/+5 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -1/+6 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -1/+6 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | remove write_repeat; it is subsumed by the new write_bytes | Ralf Jung | -19/+0 |
| 2019-10-21 | points the user away from the Allocation type and towards the Memory type | Ralf Jung | -0/+12 |
| 2019-10-20 | also check the iterator is not too long | Ralf Jung | -0/+1 |
| 2019-10-20 | miri add write_bytes method to Memory doing bounds-checks and supporting iter... | Ralf Jung | -2/+7 |
| 2019-10-18 | Don't ICE when evaluating writes to uninhabited enum variants | Wesley Wiser | -3/+4 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -6/+0 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -0/+8 |
| 2019-10-04 | Introduce a special case in `IntRange::from_const`. | Nicholas Nethercote | -3/+8 |
| 2019-10-02 | Compute the layout of uninhabited structs | Oliver Scherer | -6/+0 |
| 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 |