| Age | Commit message (Expand) | Author | Lines |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -10/+2 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -75/+13 |
| 2018-05-31 | Don't store the discriminant with the enum's type size | Oliver Schneider | -1/+1 |
| 2018-05-24 | Rename `amt` variables to `shift` | Oliver Schneider | -6/+6 |
| 2018-05-24 | Remove `ty_to_primitive` | Oliver Schneider | -7/+0 |
| 2018-05-24 | Replace `ScalarKind` with `Primitive` | Oliver Schneider | -74/+7 |
| 2018-05-24 | Get rid of `scalar_size` | Oliver Schneider | -5/+6 |
| 2018-05-24 | Update outdated comment | Oliver Schneider | -1/+1 |
| 2018-05-24 | primval -> scalar rename | Oliver Schneider | -34/+34 |
| 2018-05-24 | change `Value::Bytes` to `Value::Bits` | Oliver Schneider | -30/+57 |
| 2018-05-24 | Remove Pointer::zero in favor of Pointer::from | Oliver Schneider | -2/+1 |
| 2018-05-24 | Rename MemoryPointer to Pointer | Oliver Schneider | -6/+6 |
| 2018-05-24 | Eliminate the `Pointer` wrapper type | Oliver Schneider | -12/+12 |
| 2018-05-24 | Rename ByVal(Pair) to Scalar(Pair) | Oliver Schneider | -27/+27 |
| 2018-05-24 | Rename PrimVal to Scalar | Oliver Schneider | -44/+44 |
| 2018-05-24 | Add constant for `Size::from_bytes(0)` | Oliver Schneider | -1/+1 |
| 2018-05-22 | Introduce AllocType which indicates what AllocIds point to | John Kåre Alsaker | -2/+3 |
| 2018-05-22 | Get rid of literal_alloc_cache | John Kåre Alsaker | -1/+1 |
| 2018-05-20 | Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb | bors | -10/+2 |
| 2018-05-19 | Use `Size` instead of `u64` in mir interpretation | Oliver Schneider | -30/+29 |
| 2018-05-19 | Keep statics' constant as ByRef | Oliver Schneider | -0/+14 |
| 2018-05-19 | Go through an allocation when accessing fields of constants | Oliver Schneider | -2/+2 |
| 2018-05-19 | Reintroduce some sanity checks | Oliver Schneider | -4/+0 |
| 2018-05-19 | Release mode overflows should not cause const eval to error | Oliver Schneider | -10/+2 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -78/+93 |
| 2018-05-10 | Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister | bors | -11/+16 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -11/+16 |
| 2018-05-08 | Fix thinning pointers to extern types in miri | Oliver Schneider | -1/+4 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -4/+4 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -3/+1 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -1/+1 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -3/+3 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -1/+1 |
| 2018-04-27 | Rollup merge of #50246 - nnethercote:no-dump_allocs, r=Mark-Simulacrum | kennytm | -3/+4 |
| 2018-04-26 | Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb | bors | -1/+33 |
| 2018-04-26 | Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747) | Anthony Ramine | -1/+21 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -2/+4 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -1/+1 |
| 2018-04-26 | Properly evaluate zst enum | Oliver Schneider | -0/+9 |
| 2018-04-26 | Properly look for uninhabitedness when handling discriminants | Anthony Ramine | -0/+3 |
| 2018-04-26 | Make dump_{alloc,allocs,local}() no-ops when tracing is disabled. | Nicholas Nethercote | -3/+4 |
| 2018-04-23 | Fix the miri tool | Oliver Schneider | -27/+60 |
| 2018-04-20 | Auto merge of #50051 - nnethercote:no-env-var, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-04-19 | Sign extend constants in range patterns | Oliver Schneider | -12/+2 |
| 2018-04-19 | Lazily evaluate EvalErrorKind::*.into() calls. | Nicholas Nethercote | -5/+5 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -3/+3 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -8/+6 |
| 2018-04-13 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -3/+3 |
| 2018-04-10 | Remove Cell from const_eval_stack_frame_limit and const_eval_step_limit | John Kåre Alsaker | -2/+2 |