| Age | Commit message (Expand) | Author | Lines |
| 2018-06-05 | Remove another unused error variant | Oliver Schneider | -1/+0 |
| 2018-06-05 | Remove unused IndexOutOfBounds variant | Oliver Schneider | -4/+0 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -8/+3 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -0/+1 |
| 2018-05-28 | rewrite the hasher to not access `depth` field | Niko Matsakis | -7/+3 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -5/+11 |
| 2018-05-24 | change `Value::Bytes` to `Value::Bits` | Oliver Schneider | -5/+18 |
| 2018-05-24 | Rename MemoryPointer to Pointer | Oliver Schneider | -1/+1 |
| 2018-05-24 | Eliminate the `Pointer` wrapper type | Oliver Schneider | -2/+0 |
| 2018-05-24 | Rename ByVal(Pair) to Scalar(Pair) | Oliver Schneider | -4/+4 |
| 2018-05-24 | Rename PrimVal to Scalar | Oliver Schneider | -1/+1 |
| 2018-05-22 | Introduce AllocType which indicates what AllocIds point to | John Kåre Alsaker | -31/+19 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -12/+20 |
| 2018-05-19 | Auto merge of #50893 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-05-19 | Go through an allocation when accessing fields of constants | Oliver Schneider | -1/+2 |
| 2018-05-17 | Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A... | iancormac84 | -1/+1 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -6/+2 |
| 2018-05-15 | Rename RegionParamDef to LifetimeParamDef | varkor | -1/+1 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -21/+10 |
| 2018-05-15 | Replace type_param_to_index with param_def_id_to_index | varkor | -1/+1 |
| 2018-05-15 | Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef | varkor | -4/+4 |
| 2018-05-15 | Rename GenericParam to GenericParamDef | varkor | -1/+1 |
| 2018-05-15 | Rename ty::GenericParameterDef to GenericParam | varkor | -1/+1 |
| 2018-05-15 | Rename ty::Generics::parameters to params | varkor | -2/+2 |
| 2018-05-15 | Reduce parent_params to parent_count | varkor | -2/+2 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -8/+9 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -0/+24 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -1/+2 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -7/+5 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -2/+3 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -6/+7 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -25/+17 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -0/+17 |
| 2018-04-30 | Remove unused const error variant | Oliver Schneider | -3/+0 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -2/+1 |
| 2018-04-23 | add `Goal::CannotProve` and extract `ProgramClause` struct | Niko Matsakis | -0/+1 |
| 2018-04-23 | create a `QueryRegionConstraint` type | Niko Matsakis | -4/+0 |
| 2018-04-17 | Auto merge of #49626 - fanzier:chalk-lowering, r=scalexm | bors | -0/+1 |
| 2018-04-15 | Implement Chalk lowering rule Normalize-From-Impl | Fabian Zaiser | -0/+1 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -1/+0 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -2/+1 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -11/+13 |
| 2018-04-13 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -1/+0 |
| 2018-04-12 | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | -0/+14 |
| 2018-04-07 | [incremental] Hash `Allocation`s | Shotaro Yamada | -1/+1 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -2/+15 |
| 2018-04-06 | Fix incomplete ICH implementation for ty::subst::UnpackedKind. | Michael Woerister | -0/+1 |
| 2018-04-05 | Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis | Alex Crichton | -5/+7 |
| 2018-04-03 | Auto merge of #49348 - bobtwinkles:extend_2pb, r=nikomatsakis | bors | -0/+4 |
| 2018-03-30 | Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister | bors | -12/+18 |