| Age | Commit message (Expand) | Author | Lines |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -1/+1 |
| 2018-10-20 | Rename CanonicalVar to BoundTyIndex | Fabian Drinck | -1/+1 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -1/+1 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -2/+3 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -1/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -2/+3 |
| 2018-10-17 | Re-use memory in `program_clauses_for_env` | scalexm | -3/+0 |
| 2018-10-17 | Categorize chalk clauses | scalexm | -1/+7 |
| 2018-10-17 | Use `Environment` instead of `ty::ParamEnv` in chalk context | scalexm | -0/+8 |
| 2018-10-15 | introduce a more expressive `UserSubsts` | Niko Matsakis | -0/+5 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -1/+1 |
| 2018-10-10 | Rollup merge of #54909 - scalexm:finish-rules, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2018-10-10 | miri engine: basic support for pointer provenance tracking | Ralf Jung | -23/+33 |
| 2018-10-09 | miri engine: also check return type before calling function | Ralf Jung | -0/+4 |
| 2018-10-08 | Pass around interned refs to goals and not goals | scalexm | -1/+1 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -1/+1 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -2/+2 |
| 2018-09-30 | move ScalarMaybeUndef into the miri engine | Ralf Jung | -5/+0 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -0/+1 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -6/+9 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Optimize miri checking of integer array/slices | Gabriel Majeri | -1/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -3/+0 |
| 2018-09-06 | Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk | bors | -1/+1 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -7/+7 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-09-03 | Implement Hash in terms of HashStable for EvalSnapshot | Bruno Dutra | -1/+1 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -7/+7 |
| 2018-08-29 | re-do argument passing one more time to finally be sane | Ralf Jung | -1/+6 |
| 2018-08-28 | address nits | Ralf Jung | -1/+1 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -2/+3 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -0/+1 |
| 2018-08-22 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -1/+6 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -1/+6 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -6/+6 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -17/+17 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -5/+5 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -2/+2 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -6/+0 |
| 2018-08-21 | New AccessLevel and accompanying propagation. | Kyle Simpson | -0/+1 |
| 2018-08-01 | Reintroduce `Undef` and properly check constant value sizes | Oliver Schneider | -2/+7 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-07-04 | Add an `InfiniteLoop` variant to `EvalErrorKind` | Dylan MacKenzie | -1/+2 |
| 2018-06-30 | Added miri error for evaluating foreign statics. | Alexander Regueiro | -0/+1 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -45/+8 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -19/+2 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -4/+4 |