| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-30 | Tweak `Clause` definition and HRTBs | scalexm | -5/+7 |
| 2018-03-28 | Fix stable hashing of AllocIds | Oliver Schneider | -12/+18 |
| 2018-03-28 | Push AllowTwoPhase down to the HAIR level | bobtwinkles | -0/+4 |
| 2018-03-23 | Revert "introduce `UniverseIndex` into `ParamEnv`" | Sean Griffin | -10/+0 |
| 2018-03-19 | Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri... | bors | -2/+48 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+83 |
| 2018-03-16 | extend stable hasher to support `CanonicalTy` | Niko Matsakis | -2/+48 |
| 2018-03-14 | Address niko's nits | scalexm | -35/+35 |
| 2018-03-14 | Add MVP for chalkification | scalexm | -0/+83 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -2/+1 |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -6/+0 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -2/+57 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -2/+2 |
| 2018-03-08 | Const eval will oom together with rustc now | Oliver Schneider | -9/+0 |
| 2018-03-08 | Const eval error refactoring | Oliver Schneider | -0/+1 |
| 2018-03-08 | Add stack traces to miri errors | Oliver Schneider | -3/+11 |
| 2018-03-08 | Remove unused error variants and const eval types | Oliver Schneider | -16/+0 |
| 2018-03-08 | Use Mutability enum instead of bool | Oliver Schneider | -1/+6 |
| 2018-03-08 | Prefer enum instead of magic numbers | Oliver Schneider | -3/+14 |
| 2018-03-08 | Wrap the miri ErrorKind in an Rc to reduce work in queries | Oliver Schneider | -2/+2 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -6/+3 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -81/+125 |
| 2018-03-08 | Prepare for using miri in trans | Alexander Regueiro | -4/+4 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -43/+0 |
| 2018-03-08 | Add miri errors to the const eval error enum | Oliver Schneider | -0/+170 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -0/+24 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -4/+0 |
| 2018-03-01 | introduce `UniverseIndex` into `ParamEnv` | Niko Matsakis | -0/+10 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -2/+13 |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -0/+14 |