| Age | Commit message (Expand) | Author | Lines |
| 2019-12-22 | Rollup merge of #67299 - christianpoveda:try_immty_from_int, r=RalfJung | Mazdak Farrokhzad | -11/+27 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -1/+92 |
| 2019-12-22 | Add error message if `Scalar::from_(u)int` fails | Christian Poveda | -2/+8 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -1/+92 |
| 2019-12-21 | Change results to options | Christian Poveda | -6/+6 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-14 | add Scalar::try_from_(u)int methods | Christian Poveda | -12/+22 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -5/+21 |
| 2019-12-03 | Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-12-02 | miri: add throw_machine_stop macro | Ralf Jung | -0/+7 |
| 2019-12-02 | Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate | Ralf Jung | -0/+7 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -5/+21 |
| 2019-12-01 | add reusable MachineStop variant to Miri engine error enum | Ralf Jung | -16/+12 |
| 2019-12-01 | Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obk | Mazdak Farrokhzad | -7/+13 |
| 2019-11-29 | Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obk | bors | -5/+9 |
| 2019-11-28 | const_prop: detect and avoid catching Miri errors that require allocation | Ralf Jung | -7/+13 |
| 2019-11-28 | Removed FIXME comment | David Haig | -2/+0 |
| 2019-11-28 | Remove duplication using single variant for error | David Haig | -11/+11 |
| 2019-11-28 | Squash | David Haig | -0/+6 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -1/+4 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -1/+4 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -1/+1 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-22 | Allow miri allocation interning to work im generic Machines | Wesley Wiser | -1/+1 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -1/+1 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -7/+8 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -10/+3 |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -1/+2 |
| 2019-11-15 | Rollup merge of #66410 - RalfJung:miri-machine-max, r=oli-obk | Yuki Okushi | -0/+13 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-14 | miri: helper methods for max values of machine's usize/isize | Ralf Jung | -0/+13 |
| 2019-11-12 | Remove cruft. | Camille GILLOT | -10/+0 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -35/+11 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -6/+6 |
| 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 |